| Commit message (Expand) | Author | Age | Files | Lines |
* | ui: Move gl/ directory out of gfx/, up to ui/. | tfarina@chromium.org | 2012-05-12 | 1 | -1531/+0 |
* | make GLboolean print GL_TRUE, GL_FALSE when debugging. | gman@chromium.org | 2012-05-10 | 1 | -0/+5 |
* | C++ code generated by generate_bindings.py was assigning a variable withing i... | trprice@gmail.com | 2012-03-28 | 1 | -1/+3 |
* | Add support for GL_EXT_occlusion_query_boolean | gman@chromium.org | 2012-03-08 | 1 | -7/+27 |
* | Combine ANGLE_instanced_arrays pointers with others | jbauman@chromium.org | 2012-02-10 | 1 | -15/+3 |
* | Add gl bindings for ANGLE_instanced_arrays and ARB_instanced_arrays | jbauman@chromium.org | 2012-02-09 | 1 | -0/+24 |
* | Expose more glQuery functions | gman@chromium.org | 2012-02-07 | 1 | -15/+16 |
* | Bind to eglCreateImageKHR and eglDestroyImageKHR when KHR_image_base is adver... | apatrick@chromium.org | 2012-01-06 | 1 | -8/+16 |
* | Don't tell browser to swap until swap actually executed. | backer@chromium.org | 2011-12-16 | 1 | -1/+12 |
* | Win: only use transport surface if EGL_ANGLE_d3d_share_handle_client_buffer i... | apatrick@chromium.org | 2011-12-15 | 1 | -9/+16 |
* | Log GLenums as strings in service | gman@chromium.org | 2011-12-14 | 1 | -6/+23 |
* | Refactor generete_bindings.py so per function logging code and be added. | gman@chromium.org | 2011-12-09 | 1 | -488/+1032 |
* | Adds support for the GL_ANGLE_texture_usage and GL_EXT_texture_storage | vangelis@chromium.org | 2011-12-06 | 1 | -0/+3 |
* | Move GL headers from gpu to third_party/khronos | skyostil@google.com | 2011-11-24 | 1 | -2/+2 |
* | Fix many* python scripts in src/ | maruel@chromium.org | 2011-11-23 | 1 | -3/+10 |
* | Revert 111170 - Move GL headers from gpu to third_party/khronos | abodenha@chromium.org | 2011-11-22 | 1 | -2/+2 |
* | Move GL headers from gpu to third_party/khronos | skyostil@google.com | 2011-11-22 | 1 | -2/+2 |
* | Plumb through EGL_NV_post_sub_buffer and GLX_MESA_copy_sub_buffer. | backer@chromium.org | 2011-11-11 | 1 | -0/+6 |
* | Fix --use-gl=any command-line option. The current implementation only checks ... | alokp@chromium.org | 2011-11-08 | 1 | -0/+19 |
* | Fix bug where wglGetExtensionsStringEXT was being called instead of wglGetExt... | apatrick@chromium.org | 2011-11-08 | 1 | -2/+2 |
* | Added booleans that indicate which GL extensions are available. | apatrick@chromium.org | 2011-11-01 | 1 | -6/+18 |
* | Split GL binding init into core and extension part | joth@chromium.org | 2011-10-27 | 1 | -25/+195 |
* | Reland 107243 - Added GLSurfaceAdapter, an implementation of GLSurface that f... | apatrick@chromium.org | 2011-10-26 | 1 | -0/+2 |
* | Revert 107243 - Added GLSurfaceAdapter, an implementation of GLSurface that f... | apatrick@chromium.org | 2011-10-25 | 1 | -2/+0 |
* | Added GLSurfaceAdapter, an implementation of GLSurface that forwards all call... | apatrick@chromium.org | 2011-10-25 | 1 | -0/+2 |
* | Roll skia to r2506. | bsalomon@google.com | 2011-10-20 | 1 | -0/+11 |
* | Implement 'ANGLE_translated_shader_source' extension in command-buffer. | zmo@google.com | 2011-10-05 | 1 | -0/+2 |
* | Roll skia to 2303 | bsalomon@google.com | 2011-09-22 | 1 | -0/+2 |
* | Add gl.dll, compositor.dll, and surface.dll. | darin@chromium.org | 2011-08-18 | 1 | -1/+1 |
* | Revert 96982 - Add gl.dll, compositor.dll, and surface.dll. | rvargas@google.com | 2011-08-16 | 1 | -1/+1 |
* | Add gl.dll, compositor.dll, and surface.dll. | darin@chromium.org | 2011-08-16 | 1 | -1/+1 |
* | Roll skia to r2034 (and add new gl bindings) | bsalomon@google.com | 2011-08-04 | 1 | -0/+3 |
* | Create new GLSurface for cross process image transport. | backer@chromium.org | 2011-07-22 | 1 | -0/+4 |
* | Add glBindFragDataLocationIndexedARB to the GLInterface. Add it to skia's in-... | bsalomon@google.com | 2011-07-22 | 1 | -0/+2 |
* | Detect and expose loss of OpenGL context using GL_ARB_robustness. | kbr@chromium.org | 2011-07-14 | 1 | -0/+4 |
* | Revert 92429 - Detect and expose loss of OpenGL context using GL_ARB_robustne... | kbr@chromium.org | 2011-07-13 | 1 | -4/+0 |
* | Detect and expose loss of OpenGL context using GL_ARB_robustness. | kbr@chromium.org | 2011-07-13 | 1 | -0/+4 |
* | Reland "EGLImage transport for TOUCH_UI". | backer@chromium.org | 2011-06-25 | 1 | -0/+7 |
* | Revert 90511 - Use pixmaps and EGLImages to transport image data between GPU ... | backer@chromium.org | 2011-06-25 | 1 | -7/+0 |
* | Use pixmaps and EGLImages to transport image data between GPU process and bro... | backer@chromium.org | 2011-06-25 | 1 | -0/+7 |
* | Fix Revert of 89054 so it builds on win_shared | gman@chromium.org | 2011-06-14 | 1 | -3/+13 |
* | Revert 89054 - Add lots of client side OpenGL logging. | asargent@chromium.org | 2011-06-14 | 1 | -13/+3 |
* | Add lots of client side OpenGL logging. | gman@chromium.org | 2011-06-14 | 1 | -3/+13 |
* | Split GLX implementations of *GLContext into GLContextGLX and *GLSurfaceGLX. | apatrick@chromium.org | 2011-05-04 | 1 | -0/+2 |
* | Refactor: Move app/gfx/gl ==> ui/gfx/gl | backer@chromium.org | 2011-03-28 | 1 | -0/+638 |