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

Issue 546026: Adds unit tests for glDrawArrays and glDrawBuffers... (Closed)

Created:
10 years, 11 months ago by greggman
Modified:
9 years, 7 months ago
CC:
apatrick_chromium
Visibility:
Public.

Description

Adds unit tests for glDrawArrays and glDrawBuffers in the GLES2Decoder class of command buffers. Also fixes a few bugs related to validating buffer access and reporting GL errors I also separated out the id mapping, buffer tracking and program tracking into separate classes as different decoders will need to share instances of those classes once we allow sharing of resources. TEST=none BUG=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=36178

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+778 lines, -194 lines) Patch
M gpu/command_buffer/build_gles2_cmd_buffer.py View 1 2 3 chunks +11 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 2 34 chunks +264 lines, -158 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_autogen.h View 1 2 25 chunks +27 lines, -27 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc View 1 2 8 chunks +466 lines, -7 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_validation_autogen.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_validation_implementation_autogen.h View 1 2 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
greggman
10 years, 11 months ago (2010-01-13 00:42:04 UTC) #1
greggman
ping. Sorry if you already saw this. I'd just like to try to get it ...
10 years, 11 months ago (2010-01-13 20:21:15 UTC) #2
apatrick
10 years, 11 months ago (2010-01-13 21:45:28 UTC) #3
LGTM

Powered by Google App Engine
This is Rietveld 408576698