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

Issue 489023002: gpu: Enable relevant extentions on GLES3. (Closed)

Created:
6 years, 4 months ago by dshwang
Modified:
6 years, 3 months ago
Reviewers:
bajones, piman
CC:
chromium-reviews, piman+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

gpu: Enable relevant extentions on GLES3. What’s New in OpenGL ES 3.0 among GL extentions - Vertex array - Element index uint - npot texture - float texture (1)(2) - GLSL standard derivatives - Blend min&max (1) GLES3 supports float and half float texture but only half float texture is filterable and doesn't allow them for color attachment. (2) This CL doesn't enable half_float due to conflicting GL_OES_texture_float BUG=405484 Committed: https://crrev.com/5d13a2b12e8cef22465edfd7113e002d257da117 Cr-Commit-Position: refs/heads/master@{#292849}

Patch Set 1 #

Patch Set 2 : load relevant vertex array functions and support draw buffers #

Patch Set 3 : fix unittest failure; exclude EXT_draw_buffers #

Total comments: 4

Patch Set 4 : Address nits, add COMPILE_ASSERT and exclude half_float #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -17 lines) Patch
M gpu/command_buffer/service/feature_info.cc View 1 2 3 10 chunks +14 lines, -10 lines 0 comments Download
M gpu/command_buffer/service/feature_info_unittest.cc View 1 2 3 2 chunks +15 lines, -4 lines 0 comments Download
M ui/gl/generate_bindings.py View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 13 (1 generated)
dshwang
Could you review? I referred to GLES3 spec[1] and OpenGL ES 3.0 Programming Guide[2] [1] ...
6 years, 4 months ago (2014-08-20 11:03:37 UTC) #1
bajones
On 2014/08/20 at 11:03:37, dongseong.hwang wrote: > Could you review? > > I referred to ...
6 years, 4 months ago (2014-08-20 16:50:44 UTC) #2
dshwang
Patchset #3 (id:60001) has been deleted
6 years, 3 months ago (2014-08-27 15:38:12 UTC) #3
dshwang
Now all test bots succeeds. Could you review? I postpone glDrawBuffers and gl_FragDepth support because ...
6 years, 3 months ago (2014-08-28 05:43:55 UTC) #4
bajones
On 2014/08/28 at 05:43:55, dongseong.hwang wrote: > Now all test bots succeeds. Could you review? ...
6 years, 3 months ago (2014-08-28 16:32:48 UTC) #5
dshwang
On 2014/08/28 16:32:48, bajones wrote: > On 2014/08/28 at 05:43:55, dongseong.hwang wrote: > > Now ...
6 years, 3 months ago (2014-08-28 17:44:58 UTC) #6
piman
LGTM+nits https://codereview.chromium.org/489023002/diff/80001/gpu/command_buffer/service/feature_info.cc File gpu/command_buffer/service/feature_info.cc (right): https://codereview.chromium.org/489023002/diff/80001/gpu/command_buffer/service/feature_info.cc#newcode442 gpu/command_buffer/service/feature_info.cc:442: feature_flags_.npot_ok |= true; nit: feature_flags_.npot_ok = true https://codereview.chromium.org/489023002/diff/80001/gpu/command_buffer/service/feature_info.cc#newcode756 ...
6 years, 3 months ago (2014-08-28 18:17:40 UTC) #7
dshwang
Thank you for review. I address nits and add additional COMPILE_ASSERT to check if EXT ...
6 years, 3 months ago (2014-08-29 07:49:09 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dongseong.hwang@intel.com/489023002/100001
6 years, 3 months ago (2014-09-01 07:11:36 UTC) #10
commit-bot: I haz the power
Committed patchset #4 (id:100001) as 6bdb23d53a42eb7265e2318d51924cad063c6ea1
6 years, 3 months ago (2014-09-01 08:32:45 UTC) #11
piman
On 2014/08/29 07:49:09, dshwang(Vacation) wrote: > Thank you for review. I address nits and add ...
6 years, 3 months ago (2014-09-02 18:33:14 UTC) #12
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:16:04 UTC) #13
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/5d13a2b12e8cef22465edfd7113e002d257da117
Cr-Commit-Position: refs/heads/master@{#292849}

Powered by Google App Engine
This is Rietveld 408576698