From e0f104c61c526fc9d0a09bc221ec393acabd3c8f Mon Sep 17 00:00:00 2001 From: "gman@chromium.org" Date: Fri, 25 Jan 2013 02:02:55 +0000 Subject: Clean up the mess left supporting 'use system libs' The GL and EGL folders have nothing to do with src/gpu and so don't belong there. The gpu/GLES2 is the public (renderer) api. gl2chromium_constants.h does not belong there as that is only used by the GPU process. BUG=none Review URL: https://chromiumcodereview.appspot.com/12067002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@178735 0039d316-1c4b-4281-b951-d872f2087c98 --- gpu/GLES2/gl2chromium_constants.h | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 gpu/GLES2/gl2chromium_constants.h (limited to 'gpu/GLES2') diff --git a/gpu/GLES2/gl2chromium_constants.h b/gpu/GLES2/gl2chromium_constants.h deleted file mode 100644 index 0e3b422..0000000 --- a/gpu/GLES2/gl2chromium_constants.h +++ /dev/null @@ -1,23 +0,0 @@ -// Copyright (c) 2013 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 contains some GLES2 constants. There is a Chromium-specific need -// to have them in a separate file. - -#ifndef GPU_GLES2_GL2CHROMIUM_CONSTANTS_H_ -#define GPU_GLES2_GL2CHROMIUM_CONSTANTS_H_ - -#ifndef GL_DEPTH24_STENCIL8 -#define GL_DEPTH24_STENCIL8 0x88F0 -#endif - -/* GL_EXT_discard_framebuffer */ -#ifndef GL_EXT_discard_framebuffer -#define GL_COLOR_EXT 0x1800 -#define GL_DEPTH_EXT 0x1801 -#define GL_STENCIL_EXT 0x1802 -#endif - -#endif // GPU_GLES2_GL2CHROMIUM_CONSTANTS_H_ - -- cgit v1.1