Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Unified Diff: gpu/GLES2/gles2_command_buffer.h

Issue 7623001: Rename and document glCommandBufferEnableCHROMIUM (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix stuff Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/GLES2/gl2ext.h ('k') | gpu/command_buffer/build_gles2_cmd_buffer.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/GLES2/gles2_command_buffer.h
diff --git a/gpu/GLES2/gles2_command_buffer.h b/gpu/GLES2/gles2_command_buffer.h
deleted file mode 100644
index c027afd0f460c2026f098e45e22f834b366fe8f1..0000000000000000000000000000000000000000
--- a/gpu/GLES2/gles2_command_buffer.h
+++ /dev/null
@@ -1,38 +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 CommandBufferEnableCHROMIUM command.
-#define PEPPER3D_ALLOW_BUFFERS_ON_MULTIPLE_TARGETS \
- "pepper3d_allow_buffers_on_multiple_targets"
-#define PEPPER3D_SUPPORT_FIXED_ATTRIBS \
- "pepper3d_support_fixed_attribs"
-// TODO(gman): remove this
-#define PEPPER3D_SKIP_GLSL_TRANSLATION \
- "pepper3d_skip_glsl_translation"
-
-// TODO(gman): move this somewhere else.
-#ifndef GL_READ_ONLY
-#define GL_READ_ONLY 0x88B8
-#endif
-#ifndef GL_WRITE_ONLY
-#define GL_WRITE_ONLY 0x88B9
-#endif
-#ifndef GL_BGRA_EXT
-#define GL_BGRA_EXT 0x80E1
-#endif
-#ifndef GL_HALF_FLOAT_OES
-#define GL_HALF_FLOAT_OES 0x8D61
-#endif
-
-#endif // GPU_GLES2_GLES2_COMMAND_BUFFER_H_
-
-
-
-
« no previous file with comments | « gpu/GLES2/gl2ext.h ('k') | gpu/command_buffer/build_gles2_cmd_buffer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698