summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/test_helper.cc
Commit message (Expand)AuthorAgeFilesLines
* Initialize the GLES3 builtin shader constantscwallez2016-03-151-0/+21
* Texture swizzling for GL_ALPHA and GL_LUMINANCE emulationbajones2016-03-111-4/+55
* Switch to standard integer types in gpu/.avi2015-12-211-6/+9
* command_buffer: Implement EXT_blend_func_extendedkkinnunen2015-12-041-28/+82
* command_buffer: Make inactive bound uniforms reserve the locationkkinnunen2015-11-231-40/+30
* fix the WebGL2 conformance test failure in uniform-buffers.htmlyunchao.he2015-11-061-2/+10
* command_buffer: Support textured path rendering for CHROMIUM_path_renderingkkinnunen2015-11-021-10/+85
* gpu: Remove GL_TEXTURE_POOL_CHROMIUMccameron2015-10-091-6/+4
* Initialize default texture for GL_TEXTURE_3D and GL_TEXTURE_2D_ARRAYqiankun.miao2015-09-181-6/+54
* Improve Uniform*ui{v} command handling.zmo2015-09-141-0/+21
* Fix overlays on Mac OS when running on Core Profile.kbr2015-08-061-0/+3
* Replace remaining Tokenize calls to SplitStringbrettw2015-07-061-1/+3
* Fine tuning Buffer handling on the command side.zmo2015-05-221-7/+5
* Check for shader version mismatchoetuaho2015-05-071-5/+11
* gpu: Add support for gl_DepthRange.jmadill2015-05-041-4/+1
* Add ES3 CompressedTexImage3D to GPU command buffer.zmo2015-04-301-0/+6
* Added support for desktop OpenGL's Core Profile on Mac OS X.kbr2015-03-311-24/+58
* Shader compiles deferred until program link time after a cache miss.dyen2015-02-121-10/+11
* The Shader class now support deferred shader compiling.dyen2015-02-051-0/+1
* base: Change DCHECK_IS_ON to a macro DCHECK_IS_ON().danakj2015-01-081-2/+2
* Plumb maximum rectangle texture size into TextureManager.sandersd2014-12-171-0/+6
* gpu: Fix the internal format for GL_RED_EXT on es3hendrikw2014-12-051-1/+1
* gpu: Added the feature flag for GL_EXT_texture_rg to FeatureInfohendrikw2014-12-021-10/+64
* Use NV_draw_buffers to implement EXT_draw_buffersoetuaho2014-10-131-0/+11
* Switch to use ANGLE's new APIs to query shader variables.zmo2014-10-091-20/+58
* Clean up interfaces between Shader / ShaderTranslator / ANGLE side.zmo2014-09-131-0/+74
* Move StringToLowerASCII to base namespacebrettw@chromium.org2014-08-071-2/+2
* Remove command_buffer/common/types.h.thakis@chromium.org2014-05-051-1/+0
* Remove default textures in (!bind_generates_resource) context groups.vmiura@chromium.org2014-04-081-18/+36
* Change DCHECK_IS_ON() to DCHECK_IS_ONwangxianzhu@chromium.org2014-03-141-5/+5
* WebGL TexParameterf and GetTexParameterf needs to handle float param correctlyzmo@chromium.org2014-03-091-3/+3
* Implement support for rendering to 32-bit float textures on ES3oetuaho@nvidia.com2014-02-141-3/+79
* gpu: Support ES3 msaa and depth/stencil formatssievers@chromium.org2013-11-151-3/+7
* Split incompatible MSAA extensions.sievers@chromium.org2013-11-131-1/+6
* Hookup driver_bug_workarounds with gl_tests properly.zmo@chromium.org2013-05-281-6/+0
* gpu: Refactor to support cross-channel shared texturespiman@chromium.org2013-05-181-3/+4
* Clean up of GLES2 Command Decoder by moving some of the error state into a se...kloveless@chromium.org2013-04-181-9/+9
* Revert FeatureInfo::Workarounds setup in command buffer.zmo@chromium.org2013-04-111-0/+6
* Use GpuDriverBugList to manage all the workarounds.zmo@chromium.org2013-04-041-11/+4
* Set the GL implementation during unit tests.gman@chromium.org2013-03-151-0/+10
* Add detection to FeatureInfo to see if samplers are available.dsinclair@chromium.org2013-03-141-2/+6
* add __FILE__, __LINE__ to GL error functionsgman@chromium.org2013-03-111-4/+4
* Refactor a bunch of Texture related GPU codegman@chromium.org2013-03-091-0/+23
* Revert "Revert 186416"gman@chromium.org2013-03-071-0/+26
* Revert 186416zmo@chromium.org2013-03-061-26/+0
* Use client side arrays for GL_STREAM_DRAW attributesgman@chromium.org2013-03-061-0/+26
* Move string tokenizer to base/strings.brettw@chromium.org2013-02-021-4/+4
* Make more GL stuff auto-generatedgman@chromium.org2012-12-071-1/+1
* gpu in-memory program cache implementation with a memory limit + lru eviction. dmurph@chromium.org2012-07-231-9/+20
* Revert 147328 - Current status of patch:gman@chromium.org2012-07-191-20/+9