| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename async upload/readback queries to avoid mix-ups | sievers@chromium.org | 2013-08-27 | 1 | -6/+6 |
* | Revert "Revert 210138 "Perform glReadPixels with PBOs in the gpu, if PBO..."" | hubbe@chromium.org | 2013-07-23 | 1 | -1/+3 |
* | Make some of the non-mutable tables in gpu/command_buffer 'const'. | digit@chromium.org | 2013-07-13 | 1 | -55/+55 |
* | Add GL_EXT_multisampled_render_to_texture support to command buffer. | bsalomon@google.com | 2013-07-12 | 1 | -0/+1 |
* | Revert 210138 "Perform glReadPixels with PBOs in the gpu, if PBO..." | nick@chromium.org | 2013-07-12 | 1 | -4/+1 |
* | Perform glReadPixels with PBOs in the gpu, if PBOs are available. | hubbe@chromium.org | 2013-07-04 | 1 | -1/+4 |
* | Revert 209873 "Perform glReadPixels with PBOs in the gpu, if PBO..." | dslomov@chromium.org | 2013-07-03 | 1 | -4/+1 |
* | Perform glReadPixels with PBOs in the gpu, if PBOs are available. | hubbe@chromium.org | 2013-07-03 | 1 | -1/+4 |
* | Revert 209625 "Perform glReadPixels with PBOs in the gpu, if PBO..." | dslomov@chromium.org | 2013-07-02 | 1 | -4/+1 |
* | Perform glReadPixels with PBOs in the gpu, if PBOs are available. | hubbe@chromium.org | 2013-07-02 | 1 | -1/+4 |
* | gpu: Make pack/unpack alignment part of autogenerated state | skyostil@chromium.org | 2013-06-04 | 1 | -0/+2 |
* | gpu: Autogenerate glHint state | skyostil@chromium.org | 2013-05-31 | 1 | -0/+1 |
* | GPU client side changes for GpuMemoryBuffers: | kaanb@chromium.org | 2013-05-16 | 1 | -0/+1 |
* | Android: Fix up video to work with mailboxes. | sievers@chromium.org | 2013-04-17 | 1 | -3/+3 |
* | Fix large mis-paint when resizing windows aura chrome | cpu@chromium.org | 2013-04-06 | 1 | -5/+8 |
* | Revert "Revert 186416" | gman@chromium.org | 2013-03-07 | 1 | -7/+7 |
* | Revert 186416 | zmo@chromium.org | 2013-03-06 | 1 | -7/+7 |
* | Use client side arrays for GL_STREAM_DRAW attributes | gman@chromium.org | 2013-03-06 | 1 | -7/+7 |
* | Extract Chromium-specific parts out of third_party/khronos/GLES2 . | phajdan.jr@chromium.org | 2012-12-27 | 1 | -1/+1 |
* | Revert 174687 | kmadhusu@chromium.org | 2012-12-27 | 1 | -1/+1 |
* | Extract Chromium-specific parts out of third_party/khronos/GLES2 . | phajdan.jr@chromium.org | 2012-12-27 | 1 | -1/+1 |
* | Add a command to lose the context | gman@chromium.org | 2012-12-17 | 1 | -0/+10 |
* | Add to the GL_CHROMIUM_gpu_memory_manager extension a | ccameron@chromium.org | 2012-12-14 | 1 | -0/+14 |
* | Plumb glDiscardFramebufferEXT entry point through command buffer | jamesr@chromium.org | 2012-12-12 | 1 | -0/+10 |
* | gpu: Add async upload functions. | epenner@chromium.org | 2012-11-30 | 1 | -0/+2 |
* | Add support for GL_CHROMIUM_pixel_transfer_buffer_object. | reveman@chromium.org | 2012-11-21 | 1 | -0/+2 |
* | Update Chrome's GLES2 Headers | gman@chromium.org | 2012-11-20 | 1 | -38/+128 |
* | Needed to allow querying the current VAO binding | gman@chromium.org | 2012-11-19 | 1 | -0/+1 |
* | automate more GL state handling | gman@chromium.org | 2012-10-30 | 1 | -41/+48 |
* | Add CommandLatencyQuery to the gpu command buffer | brianderson@chromium.org | 2012-10-23 | 1 | -0/+1 |
* | Make GLES2Implementation based on GLES2Interface | gman@chromium.org | 2012-10-16 | 1 | -0/+5 |
* | 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 |