From d041d8c023aca9bff3c5407e4927d75fb7d5f111 Mon Sep 17 00:00:00 2001 From: "gman@chromium.org" Date: Thu, 3 Dec 2009 00:35:52 +0000 Subject: 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 --- gpu/gpu.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'gpu/gpu.gyp') 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', -- cgit v1.1