diff options
author | shess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-08 00:14:32 +0000 |
---|---|---|
committer | shess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-08 00:14:32 +0000 |
commit | dab74db3eac9336a5678ba146bfc9e8ae4aad338 (patch) | |
tree | c4203f61f643066526f29220e4f6c6f46c335aa9 /gpu/command_buffer/docs | |
parent | e55badb64f610fa03504471ca8edd997a9d3f1b4 (diff) | |
download | chromium_src-dab74db3eac9336a5678ba146bfc9e8ae4aad338.zip chromium_src-dab74db3eac9336a5678ba146bfc9e8ae4aad338.tar.gz chromium_src-dab74db3eac9336a5678ba146bfc9e8ae4aad338.tar.bz2 |
Revert gpu CL which broke the Mac build.
Reverting change by gman@chromium.org, Fri 07 May 2010 16:35:41,
r46756, original comment:
This CL adds the option to support buffers that are bound
to more than one target.
<snip>
original review URL: http://codereview.chromium.org/1992008
TBR=gman@chromium.org
BUG=none
TEST=Mac waterfall green
Review URL: http://codereview.chromium.org/1988007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46762 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/command_buffer/docs')
-rw-r--r-- | gpu/command_buffer/docs/gles2_cmd_format_docs.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gpu/command_buffer/docs/gles2_cmd_format_docs.txt b/gpu/command_buffer/docs/gles2_cmd_format_docs.txt index 3a08c1a..73882c4 100644 --- a/gpu/command_buffer/docs/gles2_cmd_format_docs.txt +++ b/gpu/command_buffer/docs/gles2_cmd_format_docs.txt @@ -2214,12 +2214,4 @@ struct RegisterSharedIds { uint32 ids_shm_offset; //!< uint32 }; -//! Command that enables or disables command buffer specific features. -struct CommandBufferEnable { - static const CommandId kCmdId = 442; - - CommandHeader header; - uint32 cap; //!< GLenum - uint32 enable; //!< GLboolean -}; |