summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/build_gles2_cmd_buffer.py
Commit message (Expand)AuthorAgeFilesLines
* Move flush id from WebGraphicsContext3DImpl to GLES2Implementation.danakj2016-03-171-0/+6
* Texture swizzling for GL_ALPHA and GL_LUMINANCE emulationbajones2016-03-111-0/+12
* Fix transform feedback bugsqiankun.miao2016-03-111-0/+1
* Added GLStreamTextureImage : GLImage, which exposesliberato2016-02-241-0/+8
* command_buffer: Implement glGetStringi for GL ES 3.0kkinnunen2016-02-191-0/+14
* Upgrade TexSubImage3D and TexStorage3D.zmo2016-02-171-0/+2
* Accept GL_ALPHA format in ReadPixelsqiankun.miao2016-02-121-3/+0
* Revert of Accept GL_ALPHA format in ReadPixels (patchset #1 id:1 of https://c...jmadill2016-02-111-0/+3
* Accept GL_ALPHA format in ReadPixelsqiankun.miao2016-02-111-3/+0
* Add GL_RGB_YCBCR_422_CHROMIUM to the list of valid filterable formats.senorblanco2016-02-101-0/+3
* UniformMatrix* supports transpose is true in ES3 semanticqiankun.miao2016-02-101-29/+4
* Remove more validation related with fbo completeness and ReadPixels.zmo2016-02-041-0/+3
* Blink: simplify fbo status checking.zmo2016-01-301-0/+20
* [Reland] Check if internal_format is valid for GenerateMipmap().zmo2016-01-221-0/+68
* Revert of Check if internal_format is valid for GenerateMipmap(). (patchset #...alancutter2016-01-211-68/+0
* Check if internal_format is valid for GenerateMipmap().zmo2016-01-211-0/+68
* Removed client side support for old sync points.dyen2016-01-201-16/+0
* Implement ReadPixels into client buffer with ES3 pack parameters.zmo2016-01-121-1/+6
* Remove glCompressedCopySubTextureCHROMIUM.zmo2016-01-071-6/+0
* Fix a bug in state restore during context switchzmo2016-01-061-8/+24
* Rebuild gles2 stuff.avi2015-12-261-8/+8
* command_buffer: Implement CHROMIUM_framebuffer_mixed_samples extensionkkinnunen2015-12-211-0/+26
* Mac CoreAnimation: Add more CALayer parametersccameron2015-12-181-1/+3
* Switched some static GL validators to use a switch rather than a vectorbajones2015-12-161-28/+134
* Added 64 bit number support in the build gles2 command buffer script.dyen2015-12-161-26/+92
* Simplified a validation that really didn't need to use a lookup table.bajones2015-12-151-3/+10
* Added VerifySyncTokensCHROMIUM() function to sync_point_CHROMIUM.dyen2015-12-091-0/+6
* Implement SamplerManager in the command bufferbajones2015-12-071-15/+34
* command_buffer: Implement EXT_blend_func_extendedkkinnunen2015-12-041-0/+26
* gpu: Add YCbCr 420v extension.dcastagna2015-12-041-0/+1
* Reland of Upgrade PixelStorei to ES3/WebGL2. (patchset #1 id:1 of https://cod...zmo2015-12-021-6/+77
* Revert of Upgrade PixelStorei to ES3/WebGL2. (patchset #7 id:160001 of https:...jmadill2015-12-021-77/+6
* Upgrade PixelStorei to ES3/WebGL2.zmo2015-12-021-6/+77
* command_buffer: Implement EXT_multisample_compatibilitykkinnunen2015-12-011-7/+34
* Add CommitOverlayPlanesCHROMIUM command buffer functionwatk2015-11-301-0/+8
* texture mipmap level is not zero-only in ES 3yunchao.he2015-11-231-10/+1
* WebGL 2: fix the bug in invalidate-framebuffer.htmlyunchao.he2015-11-231-10/+0
* SyncPointManager now handles sync point clients with invalid namespaces.dyen2015-11-201-1/+1
* Clamp values passed to glLineWidthbajones2015-11-171-1/+2
* Remove CreateStreamTexture from GL interfaces.siva.gunturi2015-11-151-8/+0
* Move third_party/mojo/src/mojo/public to mojo/publicrockot2015-11-131-5/+4
* Enable unit tests for SwapBuffers and SwapIntervalmartina.kollarova2015-11-121-2/+2
* gpu: Add CHROMIUM_schedule_ca_layerccameron2015-11-101-6/+15
* Improve cross-platform reproducibility of command buffer code generator.jbauman2015-11-041-2/+2
* Modified old wait sync point functions to also accept new sync tokens.dyen2015-11-031-1/+3
* command_buffer: Support textured path rendering for CHROMIUM_path_renderingkkinnunen2015-11-021-0/+23
* Removed all instances of TODO(gman) generated by build_gles2_cmd_bufferbajones2015-10-281-33/+25
* command_buffer: Support instanced path rendering in gpu command bufferkkinnunen2015-10-281-1/+69
* ui: Rename gfx::BufferUsage enum values and add BufferUsage::GPU_READ.reveman2015-10-261-2/+1
* Simplify CreateArg in GPU code generatormartina.kollarova2015-10-191-38/+41