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

Issue 8423038: Move GL headers from gpu to third_party/khronos (Closed)

Created:
9 years, 1 month ago by Sami (do not use)
Modified:
9 years, 1 month ago
CC:
chromium-reviews, jam, dpranke-watch+content_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, pam+watch_chromium.org
Visibility:
Public.

Description

Move GL headers from gpu to third_party/khronos This change moves the OpenGL ES and EGL header files from gpu/ to a new third_party/khronos/ directory. The headers are also rebased to the latest upstream versions. BUG=102824 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=111170 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=111523

Patch Set 1 #

Total comments: 3

Patch Set 2 : Fixed NaCl build failure #

Patch Set 3 : Fixed compilation problem in ppapi_proxy #

Patch Set 4 : Rebased against trunk #

Patch Set 5 : Rebased again #

Patch Set 6 : Fixed mac_rel build failure #

Unified diffs Side-by-side diffs Delta from patch set Stats (+92 lines, -3587 lines) Patch
M content/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/gpu/transport_texture_host.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.cc View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
D gpu/EGL/eglext.h View 1 chunk +0 lines, -335 lines 0 comments Download
D gpu/GLES2/gl2.h View 1 chunk +0 lines, -793 lines 0 comments Download
D gpu/GLES2/gl2ext.h View 1 2 3 4 5 1 chunk +0 lines, -1443 lines 0 comments Download
D gpu/GLES2/gl2platform.h View 1 chunk +0 lines, -29 lines 0 comments Download
D gpu/KHR/khrplatform.h View 1 chunk +0 lines, -269 lines 0 comments Download
D gpu/gles2_conform_support/egl/native/EGL/egl.h View 1 chunk +0 lines, -329 lines 0 comments Download
D gpu/gles2_conform_support/egl/native/EGL/eglext.h View 1 chunk +0 lines, -222 lines 0 comments Download
D gpu/gles2_conform_support/egl/native/EGL/eglplatform.h View 1 chunk +0 lines, -117 lines 0 comments Download
M gpu/gles2_conform_support/gles2_conform_support.gyp View 4 chunks +15 lines, -5 lines 0 comments Download
M gpu/gpu.gyp View 1 2 3 4 5 7 chunks +10 lines, -4 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/nacl.scons View 1 1 chunk +1 line, -1 line 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/ppapi_proxy.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A + third_party/khronos/EGL/egl.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/khronos/EGL/eglext.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/khronos/EGL/eglplatform.h View 1 2 3 4 5 3 chunks +8 lines, -3 lines 0 comments Download
A + third_party/khronos/GLES2/gl2.h View 11 chunks +22 lines, -22 lines 0 comments Download
A + third_party/khronos/GLES2/gl2ext.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/khronos/GLES2/gl2platform.h View 3 chunks +3 lines, -2 lines 0 comments Download
A + third_party/khronos/KHR/khrplatform.h View 1 chunk +1 line, -1 line 0 comments Download
A third_party/khronos/README.chromium View 1 chunk +20 lines, -0 lines 0 comments Download
M ui/gfx/gl/generate_bindings.py View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M ui/gfx/gl/gl.gyp View 1 2 3 4 5 1 chunk +5 lines, -5 lines 0 comments Download
M webkit/DEPS View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/gl_bindings_skia_cmd_buffer.cc View 2 chunks +2 lines, -4 lines 0 comments Download

Messages

Total messages: 26 (0 generated)
Paweł Hajdan Jr.
http://codereview.chromium.org/8423038/diff/1/tools/checklicenses/checklicenses.py File tools/checklicenses/checklicenses.py (left): http://codereview.chromium.org/8423038/diff/1/tools/checklicenses/checklicenses.py#oldcode117 tools/checklicenses/checklicenses.py:117: 'UNKNOWN', Excellent, thank you! One little thing: could you ...
9 years, 1 month ago (2011-11-02 17:46:47 UTC) #1
apatrick_chromium
I have a feeling this might break NaCl since it references those GL headers in ...
9 years, 1 month ago (2011-11-02 17:57:04 UTC) #2
Sami
On 2011/11/02 17:57:04, apatrick_chromium wrote: > I have a feeling this might break NaCl since ...
9 years, 1 month ago (2011-11-02 18:06:46 UTC) #3
Sami
http://codereview.chromium.org/8423038/diff/1/tools/checklicenses/checklicenses.py File tools/checklicenses/checklicenses.py (left): http://codereview.chromium.org/8423038/diff/1/tools/checklicenses/checklicenses.py#oldcode117 tools/checklicenses/checklicenses.py:117: 'UNKNOWN', Sure, here are the results. Without the changes: ...
9 years, 1 month ago (2011-11-02 18:24:25 UTC) #4
Paweł Hajdan Jr.
One suggestion I can have is: please split out the licensecheck change. It seems independent ...
9 years, 1 month ago (2011-11-02 18:25:04 UTC) #5
Paweł Hajdan Jr.
http://codereview.chromium.org/8423038/diff/1/tools/checklicenses/checklicenses.py File tools/checklicenses/checklicenses.py (left): http://codereview.chromium.org/8423038/diff/1/tools/checklicenses/checklicenses.py#oldcode117 tools/checklicenses/checklicenses.py:117: 'UNKNOWN', On 2011/11/02 18:24:25, Sami wrote: > Sure, here ...
9 years, 1 month ago (2011-11-02 18:28:31 UTC) #6
Sami
On 2011/11/02 18:28:31, Paweł Hajdan Jr. wrote: > Awesome, the speed doesn't seem affected much. ...
9 years, 1 month ago (2011-11-02 20:31:45 UTC) #7
Sami
9 years, 1 month ago (2011-11-09 19:23:46 UTC) #8
Sami
Anyone up for a review? Thanks, - Sami
9 years, 1 month ago (2011-11-10 12:13:34 UTC) #9
greggman
My first question. Why are we doing this? It will make updating GPU code 3-4x ...
9 years, 1 month ago (2011-11-10 17:32:08 UTC) #10
Sami
On 2011/11/10 17:32:08, greggman wrote: > My first question. Why are we doing this? It ...
9 years, 1 month ago (2011-11-11 11:04:30 UTC) #11
greggman
okay, thanks for clarifying that. lgtm
9 years, 1 month ago (2011-11-11 18:00:00 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/skyostil@google.com/8423038/13001
9 years, 1 month ago (2011-11-14 16:59:51 UTC) #13
commit-bot: I haz the power
Presubmit check for 8423038-13001 failed and returned exit status 1. Running presubmit commit checks ...
9 years, 1 month ago (2011-11-14 17:00:00 UTC) #14
Sami (do not use)
On 2011/11/11 18:00:00, greggman wrote: > okay, thanks for clarifying that. > > lgtm Cheers, ...
9 years, 1 month ago (2011-11-14 17:09:14 UTC) #15
piman
lgtm
9 years, 1 month ago (2011-11-14 17:32:04 UTC) #16
apatrick_chromium
LGTM
9 years, 1 month ago (2011-11-18 17:38:24 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/skyostil@google.com/8423038/24001
9 years, 1 month ago (2011-11-21 13:53:07 UTC) #18
commit-bot: I haz the power
Presubmit check for 8423038-24001 failed and returned exit status 1. Running presubmit commit checks ...
9 years, 1 month ago (2011-11-21 13:53:19 UTC) #19
Sami (do not use)
9 years, 1 month ago (2011-11-21 14:01:39 UTC) #20
tony
webkit/glue LGTM (but you still need darin's approval for webkit/DEPS)
9 years, 1 month ago (2011-11-21 21:27:37 UTC) #21
darin (slow to review)
LGTM
9 years, 1 month ago (2011-11-21 22:45:09 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/skyostil@google.com/8423038/31001
9 years, 1 month ago (2011-11-22 15:44:06 UTC) #23
commit-bot: I haz the power
Change committed as 111170
9 years, 1 month ago (2011-11-22 17:26:25 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/skyostil@google.com/8423038/36001
9 years, 1 month ago (2011-11-24 12:09:05 UTC) #25
commit-bot: I haz the power
9 years, 1 month ago (2011-11-24 13:29:39 UTC) #26
Change committed as 111523

Powered by Google App Engine
This is Rietveld 408576698