summaryrefslogtreecommitdiffstats
path: root/gpu/gpu.gyp
Commit message (Expand)AuthorAgeFilesLines
* Move constructor and destructor of MockGLInterface out of line.thakis@chromium.org2010-10-141-0/+2
* A step in making it possible for WebGL to request no featuresgman@chromium.org2010-09-301-0/+3
* Hooked up functionality for getting info for attribs and uniforms.alokp@chromium.org2010-09-291-0/+1
* Bumped ANGLE rev to 425 to pull the new API for extracting attribs and unifor...alokp@chromium.org2010-09-171-0/+2
* Removed dependencies on base from GPU common and client code.apatrick@chromium.org2010-09-081-5/+4
* Removed compile-time GLES2_GPU_SERVICE_TRANSLATE_SHADER flag because whether ...alokp@chromium.org2010-08-251-10/+1
* Fixes for the default texture.gman@chromium.org2010-08-241-0/+2
* Adds MapBufferSubData and MapTexSubImage2D.gman@chromium.org2010-07-141-0/+3
* Added EGL based GLContext.apatrick@chromium.org2010-06-091-130/+39
* Resubmit http://codereview.chromium.org/2096008/showgman@chromium.org2010-05-191-2/+3
* Reverting again, will manually build on linux since trybots are apparently no...gman@chromium.org2010-05-181-3/+2
* Resubmit with fix that trybot didn't catch.gman@chromium.org2010-05-181-2/+3
* revert last CLgman@chromium.org2010-05-181-3/+2
* Update the GLSL translator code to use the correct constantsgman@chromium.org2010-05-181-2/+3
* Landing revision 47182 again: Added dependency on ANGLE for all platforms now...alokp@chromium.org2010-05-141-39/+17
* Revert 47182 - Added dependency on ANGLE for all platforms now that it compil...alokp@chromium.org2010-05-131-13/+39
* Added dependency on ANGLE for all platforms now that it compiles on mac and l...alokp@chromium.org2010-05-131-39/+13
* Adds support for shared resources.gman@chromium.org2010-05-031-3/+3
* Changed angleproject to angle due to name change.alokp@chromium.org2010-04-291-7/+7
* Changes the GLES2Implementation to use a RingBuffergman@chromium.org2010-04-281-0/+3
* Temporarily removed references to angleproject. It will be added back when an...alokp@chromium.org2010-04-271-7/+7
* Add eglGetProcAddress to pgl.gman@chromium.org2010-04-271-0/+1
* Integrated glsl translator with command-buffer service.alokp@chromium.org2010-04-231-0/+9
* Landing 45240 again.apatrick@chromium.org2010-04-221-21/+1
* Revert 45240 - Moved GLContext class to gfx/gl.apatrick@chromium.org2010-04-211-1/+21
* Moved GLContext class to gfx/gl.apatrick@chromium.org2010-04-211-21/+1
* Changed NPAPI include path to be absolute. Since we cannot use ANY npapi head...alokp@chromium.org2010-04-211-4/+0
* Added OSMesa based GLContext.apatrick@chromium.org2010-04-201-4/+21
* Resubmit CL#1629004 Support for client side buffersgman@chromium.org2010-04-131-0/+1
* Reverting commit 44334gman@chromium.org2010-04-131-1/+0
* Adds client side arraysgman@chromium.org2010-04-131-0/+1
* - Extracted platform specific code from GLES2 command decoder to platform spe...apatrick@chromium.org2010-04-091-33/+40
* Eliminate unnecessary dependencies on OpenGL.framework.mark@chromium.org2010-04-021-6/+4
* Added GPU unit tests to win, mac and linux builds. They aren't running yet.apatrick@chromium.org2010-03-291-82/+66
* Calling OpenGL from the renderer processapatrick@chromium.org2010-03-251-0/+1
* Adds renderbuffer and framebuffer tracking so we cangman@chromium.org2010-03-251-0/+6
* Rearrange GLES2 files so they are easier to usegman@chromium.org2010-03-081-9/+4
* Added support for opening a GPU command buffer from a renderer processes thro...apatrick@chromium.org2010-03-051-1/+1
* Reorangizing the GLES2 code to handle sharedgman@chromium.org2010-02-251-3/+11
* Add '-ldl' to Linux targets that use dynamic loader functions.mmoss@google.com2010-02-231-0/+2
* Adds texture tracking.gman@chromium.org2010-02-161-4/+19
* [GPU] Get GPU process running on the mackbr@google.com2010-02-031-3/+13
* Implements glGetVertexAttribPointervgman@chromium.org2010-01-291-1/+0
* Windows now uses the TLS API instead of __declspec(thread) for client side co...apatrick@chromium.org2010-01-271-0/+1
* Fixed gles2 demo by switching it from a console application to a windowed one...apatrick@chromium.org2010-01-191-0/+8
* Resubmitting r36268 with a fix for mac:apatrick@chromium.org2010-01-151-0/+24
* Revert 36268 - Implemented PGL library, an EGL like API for Pepper. Updated P...apatrick@chromium.org2010-01-141-24/+0
* Implemented PGL library, an EGL like API for Pepper. Updated Pepper test plug...apatrick@chromium.org2010-01-141-0/+24
* linux: dynamically load libGL.so.1, and use glew to dynamically resolve symbolspiman@chromium.org2010-01-091-1/+1
* linux: implement gpu pluginpiman@chromium.org2010-01-061-0/+4