summaryrefslogtreecommitdiffstats
path: root/gpu/GLES2
Commit message (Expand)AuthorAgeFilesLines
* Add initial support for NV_path_rendering extension to gpu command bufferkkinnunen2014-08-264-0/+87
* gpu: glCopyTextureCHROMIUM() checks dest internal format incorrectly.dongseong.hwang@intel.com2014-08-221-1/+11
* Add EGL_CHROMIUM_get_sync_values extension textmarcheu@chromium.org2014-08-151-0/+131
* gpu: Optimize and cleanup code used for CHROMIUM_copy_texture.dongseong.hwang@intel.com2014-08-131-1/+12
* gpu: Update CHROMIUM_copy_texture.txt to reflect that GL_TEXTURE_RECTANGLE_AR...reveman@chromium.org2014-07-161-3/+5
* Add future sync point methods to ContextSupport.jbauman@chromium.org2014-07-161-0/+61
* Adding bindless variants mailbox produce/consumebajones@chromium.org2014-06-103-5/+40
* Rearrange GLImage API to create them with a usage typealexst@chromium.org2014-05-062-23/+41
* Re-land: gpu: Add CHROMIUM_sync_query extension.reveman@chromium.org2014-04-172-0/+62
* Revert of gpu: Add CHROMIUM_sync_query extension. (https://codereview.chromiu...hayato@chromium.org2014-04-172-62/+0
* gpu: Add CHROMIUM_sync_query extension.reveman@chromium.org2014-04-162-0/+62
* Plumb ScheduleOverlayPlane into the GPU process.alexst@chromium.org2014-04-093-0/+133
* Pass GL context bind_generates_resources flag to GPU Service.vmiura@chromium.org2014-04-031-0/+4
* gpu: Reuse transfer buffers more aggresivelyjadahl@opera.com2014-03-311-0/+2
* Mojo: Move C gles2 header files to mojo/public/c/gles2.viettrungluu@chromium.org2014-03-301-1/+1
* Revert 260177 "By keeping track of transfer buffer usage (both s..."creis@chromium.org2014-03-281-2/+0
* By keeping track of transfer buffer usage (both sync and async), it isjadahl@opera.com2014-03-281-0/+2
* Format generated gpu files using clang-format.zmo@chromium.org2014-03-051-29/+23
* Implement support for rendering to 32-bit float textures on ES3oetuaho@nvidia.com2014-02-143-0/+142
* [gpu] Remove StreamTexture(Manager) concept from command decodersievers@google.com2014-01-271-2/+0
* Make mojo_gles2 a stub shared librarypiman@chromium.org2014-01-222-1/+5
* Remove chromium extensions obsoleted by gpu::Capabilitiesboliu@chromium.org2014-01-111-5/+0
* Add GL entry points for DiscardBackbufferCHROMIUMjamesr@chromium.org2013-12-131-0/+1
* Split incompatible MSAA extensions.sievers@chromium.org2013-11-132-5/+14
* Add renderbuffer BGRA8 format extension and support in cmd buffer for desktop...bsalomon@google.com2013-10-181-0/+58
* Rename async upload/readback queries to avoid mix-upssievers@chromium.org2013-08-271-4/+4
* Revert "Revert 210138 "Perform glReadPixels with PBOs in the gpu, if PBO...""hubbe@chromium.org2013-07-231-0/+3
* Add GL_EXT_multisampled_render_to_texture support to command buffer.bsalomon@google.com2013-07-121-0/+2
* Revert 210138 "Perform glReadPixels with PBOs in the gpu, if PBO..."nick@chromium.org2013-07-121-3/+0
* Perform glReadPixels with PBOs in the gpu, if PBOs are available.hubbe@chromium.org2013-07-041-0/+3
* Revert 209873 "Perform glReadPixels with PBOs in the gpu, if PBO..."dslomov@chromium.org2013-07-031-3/+0
* Perform glReadPixels with PBOs in the gpu, if PBOs are available.hubbe@chromium.org2013-07-031-0/+3
* Revert 209625 "Perform glReadPixels with PBOs in the gpu, if PBO..."dslomov@chromium.org2013-07-021-3/+0
* Perform glReadPixels with PBOs in the gpu, if PBOs are available.hubbe@chromium.org2013-07-021-0/+3
* The semantics of shallow finish are to block until the GPU process has issued...apatrick@chromium.org2013-06-221-1/+2
* gpu: Change Produce/ConsumeTexture to allow texture sharingpiman@chromium.org2013-05-291-34/+35
* Part 2/3 (GL) of adding with device scale factor to transport surfacesccameron@chromium.org2013-05-261-1/+2
* GPU client side changes for GpuMemoryBuffers:kaanb@chromium.org2013-05-163-0/+146
* Add a new parameter dest_type to the GL_CHROMIUM_copy_texture extension.jun.a.jiang@intel.com2013-04-192-5/+9
* Add support for GL_TEXTURE_EXTERNAL_OES texture copy.hkuang@chromium.org2013-04-031-4/+8
* Implement client side PBOs for glReadPixelhubbe@chromium.org2013-04-021-1/+8
* gpu: Use correct enum values for CHROMIUM_pixel_transfer_buffer_object.reveman@chromium.org2013-03-191-4/+2
* Implement EXT_draw_buffers WebGL extention support in command buffer.zmo@chromium.org2013-03-142-0/+120
* Move InsertSyncPoint to GLES2Interfacepiman@chromium.org2013-03-081-0/+1
* gpu: Add the ability to wait on upload completion.epenner@chromium.org2013-03-051-0/+2
* Make WaitSyncPoint go through command buffers.piman@chromium.org2013-02-273-0/+85
* Add MapBuffer prototypes to gl2extchromium.hgman@chromium.org2013-01-251-0/+8
* Clean up the mess left supporting 'use system libs'gman@chromium.org2013-01-251-23/+0
* Move code around to fix build with system mesa.phajdan.jr@chromium.org2013-01-161-0/+23
* Refactor so chromium only GL extensions require gl2extchromium.hgman@chromium.org2013-01-091-1/+2