summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc
Commit message (Expand)AuthorAgeFilesLines
* gpu: Remove set_testing_force_is_anglesievers@chromium.org2013-11-141-28/+25
* FeatureInfo: Remove allowed_extensions and init workarounds earlysievers@chromium.org2013-09-051-4/+7
* Update stream textures during Draw instead of Bindsievers@chromium.org2013-07-281-0/+34
* Skip clear back buffer for Android WebViewboliu@chromium.org2013-07-111-0/+4
* Fix stream textures + mailboxespiman@chromium.org2013-07-021-0/+9
* Use a direct include of strings headers in extensions/, google_apis/, gpu/.avi@chromium.org2013-06-111-2/+2
* gpu: Make pack/unpack alignment part of autogenerated stateskyostil@chromium.org2013-06-041-9/+0
* Update gpu/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-1/+1
* gpu: Change Produce/ConsumeTexture to allow texture sharingpiman@chromium.org2013-05-291-0/+3
* Fix blue flashes on Macccameron@chromium.org2013-05-071-5/+5
* Moved logging functionality of out of the GLES2 Command Decoder into a separa...kloveless@chromium.org2013-04-101-1/+2
* Use GpuDriverBugList to manage all the workarounds.zmo@chromium.org2013-04-041-0/+4
* BufferManager::Buffer -> Buffergman@chromium.org2013-02-281-2/+2
* Refactor/Rename a bunch of GPU stuffgman@chromium.org2013-02-271-47/+50
* Add calls to EnsureGPUMemoryAvailable into GLES2DecoderImplgman@chromium.org2013-01-231-1/+2
* Use EGL headers to pick up EGL definitions.sheu@chromium.org2013-01-191-5/+0
* Add a command to lose the contextgman@chromium.org2012-12-171-2/+8
* Make more GL stuff auto-generatedgman@chromium.org2012-12-071-1/+1
* Validate uniform typesgman@chromium.org2012-12-061-4/+4
* cache fbo combosgman@chromium.org2012-11-091-0/+1
* automate more GL state handlinggman@chromium.org2012-10-301-102/+21
* Cache more GL stategman@chromium.org2012-10-271-6/+18
* Move workarounds to one spot.gman@chromium.org2012-10-231-3/+3
* gpu: Add support for GLX_EXT_texture_from_pixmap extension.reveman@google.com2012-10-181-0/+1
* Revert 162654 - gpu: Add support for GLX_EXT_texture_from_pixmap extension.fischman@chromium.org2012-10-181-1/+0
* gpu: Add support for GLX_EXT_texture_from_pixmap extension.reveman@chromium.org2012-10-181-0/+1
* Added emulation of the OES_vertex_array_object WebGL extension for devices thatbajones@chromium.org2012-10-121-6/+66
* Added support for OES_vertex_array_object to the command bufferbajones@google.com2012-09-271-3/+9
* Clean-up inline members of nested classes (gpu/)hans@chromium.org2012-08-091-0/+39
* Add global tracking of GPU memory allocations. Have each ContextGroup push m...ccameron@chromium.org2012-07-281-1/+3
* gpu in-memory program cache implementation with a memory limit + lru eviction. dmurph@chromium.org2012-07-231-2/+2
* On desktop GL, don't disable vertex attribute 0 when restoring state, or noth...kbr@chromium.org2012-07-201-4/+0
* Revert 147328 - Current status of patch:gman@chromium.org2012-07-191-5/+3
* Current status of patch:dmurph@chromium.org2012-07-181-3/+5
* Add glBindUniformLocationCHROMIUMgman@chromium.org2012-06-261-8/+17
* Set default GL stategman@chromium.org2012-06-191-0/+111
* Revert 142931 - Set default GL statezmo@chromium.org2012-06-191-111/+0
* Set default GL stategman@chromium.org2012-06-191-0/+111
* Enforce compressed texture restrictionsgman@chromium.org2012-06-081-0/+23
* Plum through ANGLE_depth_texturegman@chromium.org2012-06-081-15/+28
* Defer initializing the CopyTextureCHROMIUMResourceManagerapatrick@chromium.org2012-05-251-132/+0
* Allow GLES2CmdDecoder to change the GLSurface associated with the default FBO.apatrick@chromium.org2012-05-171-1/+4
* Don't enable occlusion query on Linux with Intel drivers.gman@chromium.org2012-05-151-6/+0
* ui: Move gl/ directory out of gfx/, up to ui/.tfarina@chromium.org2012-05-121-1/+1
* Consolidate GPU unit test expectiation functions.gman@chromium.org2012-05-101-166/+3
* Add GL_SAMPLER_3D_OES and GL_SAMPLER_2D_RECT_ARB to ClearUniformsgman@chromium.org2012-05-101-0/+2
* Initialize GL attribsgman@chromium.org2012-05-091-0/+9
* Make unit test to check glCopyTextureCHROMIUM works with deleted programsgman@chromium.org2012-05-081-9/+3
* Addition of a set of basic unit tests for the GL_CHROMIUM_copy_texture extens...twiz@chromium.org2012-05-041-8/+19
* Allow textures to be moved from one GL context group to another.apatrick@chromium.org2012-05-011-1/+1