From dab74db3eac9336a5678ba146bfc9e8ae4aad338 Mon Sep 17 00:00:00 2001 From: "shess@chromium.org" Date: Sat, 8 May 2010 00:14:32 +0000 Subject: 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. 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 --- gpu/command_buffer/docs/gles2_cmd_format_docs.txt | 8 -------- 1 file changed, 8 deletions(-) (limited to 'gpu/command_buffer/docs') 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 -}; -- cgit v1.1