| Commit message (Expand) | Author | Age | Files | Lines |
* | Adds MapBufferSubData and MapTexSubImage2D. | gman@chromium.org | 2010-07-14 | 1 | -0/+3 |
* | Added EGL based GLContext. | apatrick@chromium.org | 2010-06-09 | 1 | -130/+39 |
* | Resubmit http://codereview.chromium.org/2096008/show | gman@chromium.org | 2010-05-19 | 1 | -2/+3 |
* | Reverting again, will manually build on linux since trybots are apparently no... | gman@chromium.org | 2010-05-18 | 1 | -3/+2 |
* | Resubmit with fix that trybot didn't catch. | gman@chromium.org | 2010-05-18 | 1 | -2/+3 |
* | revert last CL | gman@chromium.org | 2010-05-18 | 1 | -3/+2 |
* | Update the GLSL translator code to use the correct constants | gman@chromium.org | 2010-05-18 | 1 | -2/+3 |
* | Landing revision 47182 again: Added dependency on ANGLE for all platforms now... | alokp@chromium.org | 2010-05-14 | 1 | -39/+17 |
* | Revert 47182 - Added dependency on ANGLE for all platforms now that it compil... | alokp@chromium.org | 2010-05-13 | 1 | -13/+39 |
* | Added dependency on ANGLE for all platforms now that it compiles on mac and l... | alokp@chromium.org | 2010-05-13 | 1 | -39/+13 |
* | Adds support for shared resources. | gman@chromium.org | 2010-05-03 | 1 | -3/+3 |
* | Changed angleproject to angle due to name change. | alokp@chromium.org | 2010-04-29 | 1 | -7/+7 |
* | Changes the GLES2Implementation to use a RingBuffer | gman@chromium.org | 2010-04-28 | 1 | -0/+3 |
* | Temporarily removed references to angleproject. It will be added back when an... | alokp@chromium.org | 2010-04-27 | 1 | -7/+7 |
* | Add eglGetProcAddress to pgl. | gman@chromium.org | 2010-04-27 | 1 | -0/+1 |
* | Integrated glsl translator with command-buffer service. | alokp@chromium.org | 2010-04-23 | 1 | -0/+9 |
* | Landing 45240 again. | apatrick@chromium.org | 2010-04-22 | 1 | -21/+1 |
* | Revert 45240 - Moved GLContext class to gfx/gl. | apatrick@chromium.org | 2010-04-21 | 1 | -1/+21 |
* | Moved GLContext class to gfx/gl. | apatrick@chromium.org | 2010-04-21 | 1 | -21/+1 |
* | Changed NPAPI include path to be absolute. Since we cannot use ANY npapi head... | alokp@chromium.org | 2010-04-21 | 1 | -4/+0 |
* | Added OSMesa based GLContext. | apatrick@chromium.org | 2010-04-20 | 1 | -4/+21 |
* | Resubmit CL#1629004 Support for client side buffers | gman@chromium.org | 2010-04-13 | 1 | -0/+1 |
* | Reverting commit 44334 | gman@chromium.org | 2010-04-13 | 1 | -1/+0 |
* | Adds client side arrays | gman@chromium.org | 2010-04-13 | 1 | -0/+1 |
* | - Extracted platform specific code from GLES2 command decoder to platform spe... | apatrick@chromium.org | 2010-04-09 | 1 | -33/+40 |
* | Eliminate unnecessary dependencies on OpenGL.framework. | mark@chromium.org | 2010-04-02 | 1 | -6/+4 |
* | Added GPU unit tests to win, mac and linux builds. They aren't running yet. | apatrick@chromium.org | 2010-03-29 | 1 | -82/+66 |
* | Calling OpenGL from the renderer process | apatrick@chromium.org | 2010-03-25 | 1 | -0/+1 |
* | Adds renderbuffer and framebuffer tracking so we can | gman@chromium.org | 2010-03-25 | 1 | -0/+6 |
* | Rearrange GLES2 files so they are easier to use | gman@chromium.org | 2010-03-08 | 1 | -9/+4 |
* | Added support for opening a GPU command buffer from a renderer processes thro... | apatrick@chromium.org | 2010-03-05 | 1 | -1/+1 |
* | Reorangizing the GLES2 code to handle shared | gman@chromium.org | 2010-02-25 | 1 | -3/+11 |
* | Add '-ldl' to Linux targets that use dynamic loader functions. | mmoss@google.com | 2010-02-23 | 1 | -0/+2 |
* | Adds texture tracking. | gman@chromium.org | 2010-02-16 | 1 | -4/+19 |
* | [GPU] Get GPU process running on the mac | kbr@google.com | 2010-02-03 | 1 | -3/+13 |
* | Implements glGetVertexAttribPointerv | gman@chromium.org | 2010-01-29 | 1 | -1/+0 |
* | Windows now uses the TLS API instead of __declspec(thread) for client side co... | apatrick@chromium.org | 2010-01-27 | 1 | -0/+1 |
* | Fixed gles2 demo by switching it from a console application to a windowed one... | apatrick@chromium.org | 2010-01-19 | 1 | -0/+8 |
* | Resubmitting r36268 with a fix for mac: | apatrick@chromium.org | 2010-01-15 | 1 | -0/+24 |
* | Revert 36268 - Implemented PGL library, an EGL like API for Pepper. Updated P... | apatrick@chromium.org | 2010-01-14 | 1 | -24/+0 |
* | Implemented PGL library, an EGL like API for Pepper. Updated Pepper test plug... | apatrick@chromium.org | 2010-01-14 | 1 | -0/+24 |
* | linux: dynamically load libGL.so.1, and use glew to dynamically resolve symbols | piman@chromium.org | 2010-01-09 | 1 | -1/+1 |
* | linux: implement gpu plugin | piman@chromium.org | 2010-01-06 | 1 | -0/+4 |
* | Revert 35509 - linux: implement gpu plugin | piman@chromium.org | 2010-01-05 | 1 | -4/+0 |
* | linux: implement gpu plugin | piman@chromium.org | 2010-01-05 | 1 | -0/+4 |
* | A bunch of unit tests for GLES2 | gman@chromium.org | 2010-01-05 | 1 | -0/+1 |
* | Adds a GLMock object so we can check the code is | gman@chromium.org | 2009-12-23 | 1 | -15/+44 |
* | Added Pepper 3D device that instantiates the GPU plugin and sends GLES2 comma... | apatrick@google.com | 2009-12-22 | 1 | -7/+24 |
* | Add in missing file from previous CL | gman@chromium.org | 2009-12-16 | 1 | -1/+5 |
* | Added CommandBufferProxy, CommandBufferStub. Replaced NPAPI with IPC for sync... | apatrick@google.com | 2009-12-12 | 1 | -82/+3 |