Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(406)

Issue 292153009: Ask driver for driver specific extension (Closed)

Created:
6 years, 7 months ago by boliu
Modified:
6 years, 7 months ago
Reviewers:
Zhenyao Mo, no sievers
CC:
chromium-reviews, piman+watch_chromium.org, reveman
Visibility:
Public.

Description

Ask driver for driver specific extension EGL_KHR_fence_sync is an EGL only extension that is not returned by the cross-platform glGetString(GL_EXTENSIONS). Add a workaround for qualcomm devices before 4.4, which had a bug with the EGL_KHR_fence_sync extension. BUG=375365, 278606, 371530 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=272261

Patch Set 1 #

Patch Set 2 : workaround #

Patch Set 3 : string length #

Patch Set 4 : try again #

Patch Set 5 : again #

Patch Set 6 : split LONG_STRING_CONST #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -2 lines) Patch
M gpu/command_buffer/service/feature_info.cc View 1 1 chunk +8 lines, -1 line 0 comments Download
M gpu/config/gpu_driver_bug_list_json.cc View 1 2 3 4 5 2 chunks +23 lines, -1 line 0 comments Download
M gpu/config/gpu_driver_bug_workaround_type.h View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
boliu
6 years, 7 months ago (2014-05-21 22:14:54 UTC) #1
no sievers
Actually I think we need to figure out now if EGL_KHR_fence_sync fence testing works on ...
6 years, 7 months ago (2014-05-21 22:24:53 UTC) #2
boliu
added a workaround for qualcomm < 4.4 as discussed offline
6 years, 7 months ago (2014-05-21 23:39:27 UTC) #3
no sievers
lgtm. So although the bug is not fixed in all 4.4 Qualcomm drivers out there, ...
6 years, 7 months ago (2014-05-21 23:45:18 UTC) #4
boliu
The CQ bit was checked by boliu@chromium.org
6 years, 7 months ago (2014-05-22 00:21:59 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/boliu@chromium.org/292153009/20001
6 years, 7 months ago (2014-05-22 00:25:34 UTC) #6
boliu
Failing compile on windows due to C2026: http://msdn.microsoft.com/en-us/library/dddywwsc.aspx The json string is longer than 16380 ...
6 years, 7 months ago (2014-05-22 04:12:02 UTC) #7
mkisilev
On 2014/05/22 04:12:02, boliu wrote: > Failing compile on windows due to C2026: > http://msdn.microsoft.com/en-us/library/dddywwsc.aspx ...
6 years, 7 months ago (2014-05-22 09:14:32 UTC) #8
boliu
On 2014/05/22 09:14:32, mkisilev wrote: > On 2014/05/22 04:12:02, boliu wrote: > > Failing compile ...
6 years, 7 months ago (2014-05-22 14:09:04 UTC) #9
boliu
sievers, you probably should look over this again
6 years, 7 months ago (2014-05-22 15:41:05 UTC) #10
no sievers
+Mo to advise with the long string const problem
6 years, 7 months ago (2014-05-22 17:18:44 UTC) #11
Zhenyao Mo
On 2014/05/22 17:18:44, sievers wrote: > +Mo to advise with the long string const problem ...
6 years, 7 months ago (2014-05-22 18:30:00 UTC) #12
boliu
The CQ bit was checked by boliu@chromium.org
6 years, 7 months ago (2014-05-22 18:35:19 UTC) #13
boliu
On 2014/05/22 18:30:00, Zhenyao Mo wrote: > On 2014/05/22 17:18:44, sievers wrote: > > +Mo ...
6 years, 7 months ago (2014-05-22 18:38:23 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/boliu@chromium.org/292153009/100001
6 years, 7 months ago (2014-05-22 18:40:26 UTC) #15
commit-bot: I haz the power
6 years, 7 months ago (2014-05-22 19:09:09 UTC) #16
Message was sent while issue was closed.
Change committed as 272261

Powered by Google App Engine
This is Rietveld 408576698