New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 619514 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Email to this user bounced
Closed: Jun 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 3
Type: Bug



Sign in to add a comment

Do not add "disable_post_sub_buffers_for_onscreen_surfaces" workaround with egl/gles

Project Member Reported by j.iso...@samsung.com, Jun 13 2016

Issue description

Version: 53.0.2767.0 (Developer Build) (64-bit)
OS: Linux

What steps will reproduce the problem?
(1) Maximize the browser main window
(2) Double click on the title bar to un-maximize

What do you see instead?
Visual glitch on the address bar.

This ticket is a follow-up of http://crbug.com/514914 .

The gpu driver bug workaround "disable_post_sub_buffers_for_onscreen_surfaces" should be added only when using glx/gl/glXCopySubBufferMESA .

The bug does not apply when using egl/gles/eglPostSubBufferNV


 
Wrong link in previous comment, it is a follow up of  http://crbug.com/339493  .

And patch is here: https://codereview.chromium.org/2062763002/
Project Member

Comment 2 by bugdroid1@chromium.org, Jun 16 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/8d8650011ea42e383dc4d4173c9301907e616bf9

commit 8d8650011ea42e383dc4d4173c9301907e616bf9
Author: j.isorce <j.isorce@samsung.com>
Date: Thu Jun 16 22:04:39 2016

Restrict 'disable_post_sub_buffers_for_onscreen_surfaces' workaround to glx/gl

Currently it is applied for all Mesa drivers. Since the problem comes
from glXCopySubBufferMESA we do not need the workaround with egl/gles.

BUG= 619514 

R=piman@chromium.org
CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel;tryserver.chromium.win:win_optional_gpu_tests_rel

Review-Url: https://codereview.chromium.org/2062763002
Cr-Commit-Position: refs/heads/master@{#400276}

[modify] https://crrev.com/8d8650011ea42e383dc4d4173c9301907e616bf9/gpu/config/gpu_driver_bug_list_json.cc

Status: Fixed (was: Untriaged)

Sign in to add a comment