summaryrefslogtreecommitdiffstats
path: root/gpu/GLES2
Commit message (Expand)AuthorAgeFilesLines
* Modified old wait sync point functions to also accept new sync tokens.dyen2015-11-031-2/+0
* command_buffer: Support textured path rendering for CHROMIUM_path_renderingkkinnunen2015-11-023-0/+294
* command_buffer: Support instanced path rendering in gpu command bufferkkinnunen2015-10-283-2/+659
* ui: Rename gfx::BufferUsage enum values and add BufferUsage::GPU_READ.reveman2015-10-262-10/+4
* Added method to wait on fence syncs which do not need to be flushed.dyen2015-10-142-3/+29
* gpu: Remove GL_TEXTURE_POOL_CHROMIUMccameron2015-10-091-17/+0
* Implemented new fence syncs which replaces the old sync points.dyen2015-10-073-4/+21
* Removing GL context rate limiting feature and related wrappersjunov2015-09-222-11/+0
* Add GL_CHROMIUM_screen_space_antialiasing to support alternative AAjin.a.yang2015-09-113-0/+59
* Fix glBindUniformLocationCHROMIUM conflicts situation.zmo2015-09-091-7/+5
* Proposing new CHROMIUM_sync_point API.dyen2015-09-081-19/+47
* Revert of command_buffer: Implement EXT_multisample_compatibility (patchset #...jmadill2015-09-081-6/+0
* Revert of gpu: support GL_TEXTURE_CUBE_MAP destination target to Copy(Sub)Tex...jmadill2015-09-041-13/+3
* Allow GL_RGB_YCBCR_422_CHROMIUM in CopyTextureCHROMIUM.dcastagna2015-09-041-10/+17
* command_buffer: Implement EXT_multisample_compatibilitykkinnunen2015-09-041-0/+6
* gpu: support GL_TEXTURE_CUBE_MAP destination target to Copy(Sub)TextureCHROMIUM.dongseong.hwang2015-09-041-3/+13
* Revert of command_buffer: Implement EXT_multisample_compatibility (patchset #...pneubeck2015-09-021-6/+0
* command_buffer: Implement EXT_multisample_compatibilitykkinnunen2015-09-021-0/+6
* gpu: Remove async texture uploads.reveman2015-08-272-8/+0
* Add CHROMIUM_ycbcr_422_image extension.dcastagna2015-08-262-0/+52
* Add glCompressedCopySubTextureCHROMIUMchristiank2015-08-194-3/+70
* Added suport for integer versions of GetQueryObjectvEXT().dyen2015-08-191-0/+2
* Implemented GPU Timer Disjoint Value checking on the GLES2 Client.dyen2015-08-181-0/+2
* Command Buffer: add getBufferParameteri64vyunchao.he2015-07-311-0/+1
* Added support for TimeStamp queries using QueryCounterEXT.dyen2015-07-161-0/+1
* Rebind EGL context to flush driver cachesericrk2015-07-151-0/+1
* command_buffer: Implement path rendering functions for CHROMIUM_path_renderingkkinnunen2015-07-144-4/+743
* Revert of revert of time elapsed queries through command buffer.dyen2015-07-091-0/+1
* Revert of Added support for Time Elapsed queries through the command buffer. ...amineer2015-07-011-1/+0
* Added support for Time Elapsed queries through the command buffer.dyen2015-06-301-0/+1
* media: Copy YUV VideoFrame textures to TEXTURE_2D in SkCanvasVideoRenderer.dcastagna2015-06-301-2/+9
* Last piece of code to remove flip_y/premultiply_alpha from command buffer.zmo2015-06-251-31/+23
* Remove flip_y, premultiply_alpha, unmultiply_alpha support in command buffer.zmo2015-06-241-118/+0
* Remove Chromium specific PixelStorei params in GPU command buffer.zmo2015-06-232-27/+43
* Add glCopyCompressedTextureCHROMIUMchristiank2015-06-173-0/+101
* DCHECK if shader compilation fails that it's due to context loss.danakj2015-06-091-0/+1
* gpu: Extend CopyTextureCHROMIUM with support for copying part of source texture.reveman2015-05-262-3/+20
* Update GL_CHROMIUM_image with support for compressed formats.christiank2015-05-191-3/+23
* Add ES3 commands GetVertexAttribI{u}iv to GPU command buffer.zmo2015-05-141-0/+2
* Add ES3 command GetUniformuiv to GPU command buffer.zmo2015-05-081-0/+1
* Add ES3 CompressedTexSubImage3D to GPU command buffer.zmo2015-05-061-0/+1
* Add ES3 CompressedTexImage3D to GPU command buffer.zmo2015-04-301-0/+1
* Add ES3 GetIntegeri_v, GetInteger64i_v to GPU command buffer.zmo2015-04-231-0/+2
* Add ES3 glGetInteger64v to GPU command buffer.zmo2015-04-181-0/+1
* We started redesigning GpuMemoryBuffer interface to handle multiple buffers [...emircan2015-04-112-0/+52
* Add R_8 GPU memory buffers format.dcastagna2015-04-081-3/+10
* gpu: More specific internalformat requirements for CreateImageCHROMIUM.reveman2015-04-071-1/+9
* Add glDrawRangeElements to GPU command buffer.zmo2015-03-121-0/+1
* Add ES3 command glUnmapBuffer to GPU command buffer.zmo2015-03-121-0/+1
* Add glMapBufferRange to GPU command buffer.zmo2015-03-101-0/+1