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

Issue 7458008: Support GL_OES_EGL_image_external (Closed)

Created:
9 years, 5 months ago by no sievers
Modified:
9 years, 5 months ago
CC:
chromium-reviews, apatrick_chromium, Paweł Hajdan Jr., jonathan.backer, Min Qin
Visibility:
Public.

Description

Add support for GL_OES_EGL_image_external to the cmdbuffer code. BUG= TEST=new unit_tests

Patch Set 1 #

Total comments: 16

Patch Set 2 : address comments, add unit tests, fix GLES2Util::GLGetNumValuesReturned() #

Patch Set 3 : fix indentation, split a test into two #

Patch Set 4 : fix typo which hung the windows gpu_unittests by corrupting the stack #

Unified diffs Side-by-side diffs Delta from patch set Stats (+538 lines, -42 lines) Patch
M gpu/GLES2/gl2ext.h View 1 2 3 2 chunks +13 lines, -0 lines 0 comments Download
M gpu/command_buffer/build_gles2_cmd_buffer.py View 1 2 3 2 chunks +17 lines, -2 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_autogen.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils.cc View 1 2 chunks +4 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils_autogen.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h View 1 2 3 2 chunks +18 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/context_group.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/feature_info.h View 2 chunks +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/feature_info.cc View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/feature_info_unittest.cc View 1 2 3 2 chunks +17 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gl_utils.h View 1 chunk +6 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 2 3 8 chunks +52 lines, -9 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_autogen.h View 2 chunks +2 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc View 1 2 3 1 chunk +197 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_validation_autogen.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_validation_implementation_autogen.h View 2 chunks +13 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/program_manager.h View 1 chunk +2 lines, -1 line 0 comments Download
M gpu/command_buffer/service/test_helper.h View 2 chunks +4 lines, -1 line 0 comments Download
M gpu/command_buffer/service/test_helper.cc View 1 2 3 5 chunks +33 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/texture_manager.h View 1 5 chunks +43 lines, -18 lines 0 comments Download
M gpu/command_buffer/service/texture_manager.cc View 1 5 chunks +45 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/texture_manager_unittest.cc View 5 chunks +49 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
no sievers
Some questions for gman came up while hacking on this, see my comments. http://codereview.chromium.org/7458008/diff/1/gpu/command_buffer/build_gles2_cmd_buffer.py File ...
9 years, 5 months ago (2011-07-20 00:58:15 UTC) #1
greggman
this looks GREAT! I'm glad you were able to figure out something that seems to ...
9 years, 5 months ago (2011-07-20 01:41:17 UTC) #2
no sievers
http://codereview.chromium.org/7458008/diff/1/gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc File gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc (right): http://codereview.chromium.org/7458008/diff/1/gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc#newcode4392 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc:4392: EXPECT_TRUE(info->wrap_t() == GL_CLAMP_TO_EDGE); That was the place I was ...
9 years, 5 months ago (2011-07-20 23:00:37 UTC) #3
greggman
lgtm http://codereview.chromium.org/7458008/diff/1/gpu/command_buffer/service/test_helper.cc File gpu/command_buffer/service/test_helper.cc (right): http://codereview.chromium.org/7458008/diff/1/gpu/command_buffer/service/test_helper.cc#newcode56 gpu/command_buffer/service/test_helper.cc:56: const char* extensions) { I think I see ...
9 years, 5 months ago (2011-07-21 07:49:32 UTC) #4
commit-bot: I haz the power
Presubmit check for 7458008-17001 failed and returned exit status 1. Running presubmit commit checks ...
9 years, 5 months ago (2011-07-26 12:03:31 UTC) #5
commit-bot: I haz the power
Presubmit check for 7458008-17001 failed and returned exit status 1. Running presubmit commit checks ...
9 years, 5 months ago (2011-07-26 12:47:32 UTC) #6
bulach
9 years, 5 months ago (2011-07-26 15:31:10 UTC) #7
Landed on Daniel's behalf at:

http://codereview.chromium.org/7480014

Powered by Google App Engine
This is Rietveld 408576698