summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/common/gles2_cmd_utils.cc
Commit message (Expand)AuthorAgeFilesLines
* Command Buffer: add types for vertexAttribPointer against gles3. This change ...yunchao.he2015-12-301-0/+6
* Remove ANGLE_pack_reverse_row_order.zmo2015-12-281-2/+0
* Switch to standard integer types in gpu/.avi2015-12-211-74/+86
* Remove code duplication in GPU command buffer.zmo2015-12-111-34/+5
* [Reland] Implement helper functionalities for computing image size with ES3 s...zmo2015-12-111-29/+118
* Revert of Reland: Implement helper functionalities for computing image size w...jmadill2015-12-101-125/+36
* Reland: Implement helper functionalities for computing image size with ES3 se...zmo2015-12-091-36/+125
* Revert of Implement helper functionalities for computing image size with ES3 ...zmo2015-12-091-122/+36
* Implement helper functionalities for computing image size with ES3 settings.zmo2015-12-091-36/+122
* command_buffer: Support textured path rendering for CHROMIUM_path_renderingkkinnunen2015-11-021-34/+34
* command_buffer: Support instanced path rendering in gpu command bufferkkinnunen2015-10-281-0/+39
* Fix WebGL 2's getIndexedParameter function.zmo2015-10-161-0/+8
* Update CopyTexImage2D to do internal format validation in ES3qiankun.miao2015-10-151-0/+17
* command_buffer: Add support for creating non-WebGL ES 3 contextskkinnunen2015-09-231-7/+6
* Fix GetFramebufferAttachmentParameteriv command handling.zmo2015-09-091-0/+17
* Revert of gpu: support GL_TEXTURE_CUBE_MAP destination target to Copy(Sub)Tex...jmadill2015-09-041-21/+0
* gpu: support GL_TEXTURE_CUBE_MAP destination target to Copy(Sub)TextureCHROMIUM.dongseong.hwang2015-09-041-0/+21
* Fix ReadPixels implementation specific read format/type on desktop GL.zmo2015-08-271-12/+76
* Get ReadPixels to work with INT and UNSIGNED_INT format.zmo2015-08-271-0/+44
* Command Buffer: add getBufferParameteri64vyunchao.he2015-07-311-0/+10
* Fix GL_HALF_FLOAT texture image size computation.zmo2015-07-211-0/+1
* command_buffer: Implement path rendering functions for CHROMIUM_path_renderingkkinnunen2015-07-141-0/+17
* Teach GPU command buffer whether a context is webgl.zmo2015-06-091-6/+7
* Fine tuning Buffer handling on the command side.zmo2015-05-221-1/+15
* Add ES3 commands GetVertexAttribI{u}iv to GPU command buffer.zmo2015-05-141-1/+5
* Update GetTexParameter* and TexParameter* for ES3 in GPU command bufferguanxian.li2015-05-121-2/+18
* Add ES3 command GetUniformuiv to GPU command buffer.zmo2015-05-081-24/+101
* Add ES3 CompressedTexImage3D to GPU command buffer.zmo2015-04-301-0/+2
* Address some security concerns in GPU command buffer.zmo2015-03-181-2/+11
* Update ES3 enums for texture parameters.zmo2015-03-141-0/+41
* Add glMapBufferRange to GPU command buffer.zmo2015-03-101-0/+25
* Distinguish ES2/ES3 contexts in GPU command bufferzmo2015-03-041-1/+8
* Add glGetSynciv to GPU command buffer.zmo2015-02-251-0/+10
* Add glClientWaitSync to GPU command buffer.zmo2015-02-181-0/+14
* Make ParseUniformName() more robust by handling empty string.zmo2015-01-231-0/+2
* Add more ES3 commands to GPU command buffer: ClearBuffer*zmo2015-01-161-0/+22
* Add glTex{Sub}Image3D to command buffer.zmo2015-01-081-8/+23
* Add unsafe ES3 APIs to command buffer: glTexStorage3Dzmo2014-11-271-0/+1
* gpu: Add support for GL_RED_EXT and GL_RG_EXT to GLES2Utilhendrikw2014-11-261-0/+6
* Fixed gl_uniform_arrays WebGL conformance testsugoi2014-11-251-2/+6
* Improve context loss error handlingoetuaho2014-10-311-1/+6
* Enabled EXT_sRGB WebGL extension support in the command buffer.bajones2014-10-131-0/+9
* GPU context creation code duplication cleanupoetuaho@nvidia.com2014-08-131-56/+53
* Reuse GLESUtil code instead of defining new function in TextureManagerheejin.r.chung@samsung.com2014-07-241-0/+24
* Pass GL context bind_generates_resources flag to GPU Service.vmiura@chromium.org2014-04-031-0/+4
* gpu: Lose context when BeginQueryEXT fails to allocate.danakj@chromium.org2014-04-021-13/+19
* Revert of gpu: Raise GL_OUT_OF_MEMORY when BeginQueryEXT fails to allocate. (...pfeldman@chromium.org2014-04-021-19/+13
* gpu: Lose context when BeginQueryEXT fails to allocate.danakj@chromium.org2014-04-021-13/+19
* Use sstream over sprintfboliu@chromium.org2014-02-061-4/+6
* Support GL_FLOAT and GL_HALF_FLOAT_OES as glReadPixels types when the gl cont...geofflang@chromium.org2013-12-111-0/+37