summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix segfault in gpu_timingmartina.kollarova2016-02-261-1/+1
* Force time elapsed queries on certain drivers.ewell2016-02-181-20/+16
* Switch to standard integer types in gpu/.avi2015-12-211-14/+17
* Added 64 bit number support in the build gles2 command buffer script.dyen2015-12-161-19/+7
* command_buffer: Implement EXT_blend_func_extendedkkinnunen2015-12-041-0/+15
* gpu: Remove GL_TEXTURE_POOL_CHROMIUMccameron2015-10-091-59/+22
* command_buffer: Add support for creating non-WebGL ES 3 contextskkinnunen2015-09-231-1/+1
* Disambiguates multiple contexts in the same client.ericrk2015-09-211-0/+1
* gpu: Remove async texture uploads.reveman2015-08-271-4/+0
* Adds tracing support for GL textures in both CC (via ResourceProvider) and GP...ericrk2015-08-061-0/+3
* Revert various crash checks made to queries while tracking down a bug.dyen2015-08-011-3/+0
* Added support for pausing and resuming queries.dyen2015-07-251-11/+11
* Temporarily crash the GPU process when unexpected failures happen.dyen2015-07-211-0/+3
* Added support for TimeStamp queries using QueryCounterEXT.dyen2015-07-161-66/+265
* Revert of revert of time elapsed queries through command buffer.dyen2015-07-091-16/+20
* Added proper error checking for glBeginQuery for both the client/server.dyen2015-07-081-0/+41
* Revert of Added support for Time Elapsed queries through the command buffer. ...amineer2015-07-011-20/+16
* Added support for Time Elapsed queries through the command buffer.dyen2015-06-301-16/+20
* Teach GPU command buffer whether a context is webgl.zmo2015-06-091-0/+1
* Fine tuning glGetInternalformativ.zmo2015-06-051-6/+51
* Add ES3 CompressedTexSubImage3D to GPU command buffer.zmo2015-05-061-3/+10
* Add ES3 CompressedTexImage3D to GPU command buffer.zmo2015-04-301-0/+12
* gpu: Fix dependency cycle between service_sources and config_sources.tfarina2015-04-281-1/+1
* gpu: Fix some context lost marking glitches+leaks and add UMA statssievers2015-04-281-5/+18
* Collapsed gl query functions with their ARB/EXT variants.dyen2015-03-161-10/+10
* Add glWaitSync to GPU command buffer.zmo2015-02-191-0/+18
* Add glClientWaitSync to GPU command buffer.zmo2015-02-181-0/+91
* Make GL bindings conditionalsievers2015-01-291-10/+0
* base: Change DCHECK_IS_ON to a macro DCHECK_IS_ON().danakj2015-01-081-7/+7
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-221-1/+1
* cc: Add UMA stats for texture copy latency.reveman2014-11-181-2/+0
* gpu: remove round trip at context initializationpiman2014-11-121-148/+0
* gpu: Make sure sync queries complete on service side when calling glFinish.reveman2014-11-111-3/+3
* command_buffer: Remove unused shared id code (GenSharedIdsCHROMIUM, ...)kkinnunen2014-10-031-118/+0
* command_buffer: Batch command processing to reduce handler overheads.vmiura2014-09-091-0/+100
* Fixes for re-enabling more MSVC level 4 warnings: gpu/ editionpkasting@chromium.org2014-07-091-1/+1
* gpu: Make GL Renderbuffer restore lazy.vmiura@chromium.org2014-06-271-0/+1
* gpu: Expose GLFence impls sievers@chromium.org2014-06-251-1/+37
* Fix an early return and the error status in glLoseContextCHROMIUM implkkinnunen@nvidia.com2014-05-231-0/+27
* Return early after errors in glVertexAttribDivisor and glCopyTexImage2D imple...kkinnunen@nvidia.com2014-05-231-0/+48
* Remove constant values from command buffer commandskkinnunen@nvidia.com2014-05-141-2/+1
* Optimize GLES2DecoderImpl::ApplyDirtyState.vmiura@chromium.org2014-05-031-33/+62
* Refactor gles2_cmd_decoder_unittest.cc into components.vmiura@chromium.org2014-05-021-8646/+258
* Revert of Optimize GLES2DecoderImpl::ApplyDirtyState. (https://codereview.chr...tapted@chromium.org2014-05-011-821/+599
* Optimize GLES2DecoderImpl::ApplyDirtyState.vmiura@chromium.org2014-05-011-599/+821
* Adding support for PVRTC, ATC, and ETC1 textures to the command bufferbajones@chromium.org2014-04-291-99/+90
* Fix slow TextureManager::StopTracking()vmiura@chromium.org2014-04-231-0/+13
* Revert 265469 "Fix slow TextureManager::StopTracking()"sky@chromium.org2014-04-231-14/+0
* Fix slow TextureManager::StopTracking()vmiura@chromium.org2014-04-231-0/+14
* Flag INV_OP during BeginQuery if id is not obtained from GenQueriesEXT.puttaraju.r@samsung.com2014-04-221-3/+17