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/GLES2 | |
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/GLES2')
-rw-r--r-- | gpu/GLES2/gles2_command_buffer.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/gpu/GLES2/gles2_command_buffer.h b/gpu/GLES2/gles2_command_buffer.h deleted file mode 100644 index 137cd78..0000000 --- a/gpu/GLES2/gles2_command_buffer.h +++ /dev/null @@ -1,18 +0,0 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// This file defines constants and functions for the Pepper gles2 command -// buffers that fall outside the scope of OpenGL ES 2.0 - -#ifndef GPU_GLES2_GLES2_COMMAND_BUFFER_H_ -#define GPU_GLES2_GLES2_COMMAND_BUFFER_H_ - -// constants for CommandBufferEnable command. -#define GLES2_ALLOW_BUFFERS_ON_MULTIPLE_TARGETS 0x0001 - -#endif // GPU_GLES2_GLES2_COMMAND_BUFFER_H_ - - - - |