Do not add "disable_post_sub_buffers_for_onscreen_surfaces" workaround with egl/gles |
||
Issue descriptionVersion: 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
,
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
,
Jun 23 2016
|
||
►
Sign in to add a comment |
||
Comment 1 by j.iso...@samsung.com
, Jun 14 2016