summaryrefslogtreecommitdiffstats
path: root/gpu/gpu.gyp
diff options
context:
space:
mode:
authorgman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-03 00:35:52 +0000
committergman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-03 00:35:52 +0000
commitd041d8c023aca9bff3c5407e4927d75fb7d5f111 (patch)
tree32964cdeb1ec0e2bcf0da8a25cb9467af4d6ddae /gpu/gpu.gyp
parent7b07d63735de934b372cc5aaca082d467be3a64e (diff)
downloadchromium_src-d041d8c023aca9bff3c5407e4927d75fb7d5f111.zip
chromium_src-d041d8c023aca9bff3c5407e4927d75fb7d5f111.tar.gz
chromium_src-d041d8c023aca9bff3c5407e4927d75fb7d5f111.tar.bz2
TBR=apatrick@chromium.org
TEST=none BUG=none NOTE: This CL was already reviewed. See: http://codereview.chromium.org/437044/show Add ids and stubs for new common commands and change it so command ids are 11 bits and the size is 21 bits. Since size is in command elements and 1 command element is 4 bytes that allows you to pass 2^23rd bytes inside the command buffer which is 8meg. Review URL: http://codereview.chromium.org/465013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33634 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/gpu.gyp')
-rw-r--r--gpu/gpu.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index aa89b51..0b06d7d 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -86,6 +86,7 @@
'command_buffer/common/cmd_buffer_common.cc',
'command_buffer/common/command_buffer.h',
'command_buffer/common/command_buffer_mock.h',
+ 'command_buffer/common/constants.h',
'command_buffer/common/gles2_cmd_ids_autogen.h',
'command_buffer/common/gles2_cmd_ids.h',
'command_buffer/common/gles2_cmd_format_autogen.h',