| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix glGetTexParameter so it works for TEXTURE_CUBE_MAP | gman@chromium.org | 2012-07-11 | 1 | -6/+1 |
* | Make GL_CHROMIUM_consistent_uniform_locations slighty more robust | gman@chromium.org | 2012-06-20 | 1 | -2/+2 |
* | Addition of an unpremultiplied-alpha setting for the GL_CHROMIUM_copy_texture... | twiz@chromium.org | 2012-06-19 | 1 | -0/+8 |
* | Enforce compressed texture restrictions | gman@chromium.org | 2012-06-08 | 1 | -2/+2 |
* | Plum through ANGLE_depth_texture | gman@chromium.org | 2012-06-08 | 1 | -0/+11 |
* | Fix cmd buf impl of glIsEnabled to return cached value | gman@chromium.org | 2012-05-12 | 1 | -1/+1 |
* | Move gles2 extensions out of dev. | nfullagar@google.com | 2012-05-07 | 1 | -2/+2 |
* | Allow textures to be moved from one GL context group to another. | apatrick@chromium.org | 2012-05-01 | 1 | -2/+3 |
* | Re-submission of http://codereview.chromium.org/9968113 | twiz@chromium.org | 2012-04-20 | 1 | -0/+5 |
* | Revert 132934 - this change seems to break many webgl related layout tests | toyoshim@chromium.org | 2012-04-19 | 1 | -5/+0 |
* | Introduction of CHROMIUM_copy_texture extension that respects pixel-store sem... | twiz@chromium.org | 2012-04-19 | 1 | -0/+5 |
* | Add support for GL_COMMANDS_ISSUED_CHROMIUM fence like query. | gman@chromium.org | 2012-03-14 | 1 | -0/+1 |
* | Expose API for GL_EXT_occlusion_query_boolean but as no-ops | gman@chromium.org | 2012-02-27 | 1 | -0/+27 |
* | Add support for ANGLE_instanced_arrays | jbauman@chromium.org | 2012-02-14 | 1 | -10/+47 |
* | Remove command buffer command id tests etc.. | gman@chromium.org | 2012-01-27 | 1 | -2/+2 |
* | Revert r118525 / Re-land r118240 - the build failure was a flake. | dpranke@chromium.org | 2012-01-19 | 1 | -3/+3 |
* | Revert r118240 - gles_2_c_lib as a component. | dpranke@chromium.org | 2012-01-19 | 1 | -3/+3 |
* | This change makes gles2_c_lib work as a component. It introduces a gles2_c_li... | dpranke@chromium.org | 2012-01-19 | 1 | -3/+3 |
* | Fix IsExtensionAvailable so it calls GetStringHelper | gman@chromium.org | 2011-12-21 | 1 | -2/+2 |
* | Adds support for the GL_ANGLE_texture_usage and GL_EXT_texture_storage | vangelis@chromium.org | 2011-12-06 | 1 | -3/+47 |
* | Added minimal support to command buffer for GL_ARB_texture_rectangle | kbr@chromium.org | 2011-11-23 | 1 | -0/+3 |
* | Refactor id_handler set in GLES2Implementation | jamesr@chromium.org | 2011-11-10 | 1 | -7/+54 |
* | Change the enum GL_TRANSLATED_SHADER_SOURCE_LENGTH_ANGLE to the assigned value. | zmo@google.com | 2011-10-13 | 1 | -1/+1 |
* | Implement 'ANGLE_translated_shader_source' extension in command-buffer. | zmo@google.com | 2011-10-05 | 1 | -0/+3 |
* | Fix GPU cmd tests so they pass ASAN | gman@chromium.org | 2011-09-08 | 1 | -2/+2 |
* | Remove support for switching draw surfaces on a context.This was originally i... | apatrick@chromium.org | 2011-09-02 | 1 | -2/+2 |
* | Rename and document glCommandBufferEnableCHROMIUM | gman@chromium.org | 2011-08-12 | 1 | -2/+4 |
* | Delete copy_texture_to_parent_texture from GPU command buffer code. | apatrick@chromium.org | 2011-08-10 | 1 | -2/+2 |
* | Flush command streams after deleting resources | jamesr@chromium.org | 2011-08-05 | 1 | -2/+2 |
* | Support GL_OES_EGL_image_external | bulach@chromium.org | 2011-07-26 | 1 | -0/+18 |
* | Add support for GL_CHROMIUM_flipy | gman@chromium.org | 2011-07-22 | 1 | -0/+1 |
* | Reland 93066 - Execute all GL commands up to the put offset reported by a eac... | apatrick@chromium.org | 2011-07-21 | 1 | -2/+2 |
* | Revert 93066 - Execute all GL commands up to the put offset reported by a eac... | apatrick@chromium.org | 2011-07-20 | 1 | -2/+2 |
* | Execute all GL commands up to the put offset reported by a each flush.This me... | apatrick@chromium.org | 2011-07-19 | 1 | -2/+2 |
* | Detect and expose loss of OpenGL context using GL_ARB_robustness. | kbr@chromium.org | 2011-07-14 | 1 | -0/+3 |
* | Revert 92429 - Detect and expose loss of OpenGL context using GL_ARB_robustne... | kbr@chromium.org | 2011-07-13 | 1 | -3/+0 |
* | Detect and expose loss of OpenGL context using GL_ARB_robustness. | kbr@chromium.org | 2011-07-13 | 1 | -0/+3 |
* | Correct reporting of compressed texture formats and shader binary formats | gman@chromium.org | 2011-07-07 | 1 | -0/+5 |
* | Revert "Revert "Add glGetMultipleIntegervCHROMIUM"" | gman@chromium.org | 2011-06-28 | 1 | -1/+3 |
* | Revert "Add glGetMultipleIntegervCHROMIUM" | gman@chromium.org | 2011-06-27 | 1 | -3/+1 |
* | Add glGetMultipleIntegervCHROMIUM | gman@chromium.org | 2011-06-27 | 1 | -1/+3 |
* | Fix Revert of 89054 so it builds on win_shared | gman@chromium.org | 2011-06-14 | 1 | -0/+1043 |
* | Revert 89054 - Add lots of client side OpenGL logging. | asargent@chromium.org | 2011-06-14 | 1 | -1043/+0 |
* | Add lots of client side OpenGL logging. | gman@chromium.org | 2011-06-14 | 1 | -0/+1043 |