From b9363b2794c6f287be68eebb361117cdfbf060ca Mon Sep 17 00:00:00 2001 From: "apatrick@chromium.org" Date: Wed, 9 Jun 2010 22:06:15 +0000 Subject: Added EGL based GLContext. Python script to generate code to dynamically bind to GL functions (native GL, OSMesa, EGL or mock GL for unit tests). This replaces GLEW because GLEW doesn't bind to the GLES dialect of GL. Moved the mock GL code into app/gfx/gl. Updated the GPU code and AcceleratedSurface to use the new GL bindings. TEST=trybots BUG=none Review URL: http://codereview.chromium.org/2134006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49332 0039d316-1c4b-4281-b951-d872f2087c98 --- build/common.gypi | 8 -------- 1 file changed, 8 deletions(-) (limited to 'build') diff --git a/build/common.gypi b/build/common.gypi index 496db7e..70f42dd 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -255,9 +255,6 @@ # Enable new NPDevice API. 'enable_new_npdevice_api%': 0, - - # Enable OpenGL ES. - 'enable_gles%': 0, # Enable EGLImage support in OpenMAX 'enable_eglimage%': 0, @@ -443,11 +440,6 @@ 'ENABLE_GPU=1', ], }], - ['enable_gles==1', { - 'defines': [ - 'ENABLE_GLES=1', - ], - }], ['enable_eglimage==1', { 'defines': [ 'ENABLE_EGLIMAGE=1', -- cgit v1.1