summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* Fix shader compilation crash when log or translated length is 0.dyen2015-02-191-14/+20
* gpu: Remove gpu_bindings.h inclusion from headers and reduce includes depende...dcastagna2015-02-197-6/+13
* Add glWaitSync to GPU command buffer.zmo2015-02-1919-67/+240
* ASSERT each linkProgram leads to empty cache in ProgramInfoManager.zmo2015-02-191-10/+9
* Add glClientWaitSync to GPU command buffer.zmo2015-02-1827-266/+609
* gpu: Render to a framebuffer object instead of an offscreen surface in gpu_pe...dcastagna2015-02-181-18/+35
* Removed references to win_gpu, which has been removedsergiyb2015-02-181-16/+0
* gpu: Workaround Adreno 420 bug with deleting current FBO.vmiura2015-02-185-3/+40
* Sort GYP and GN files under gpusatorux2015-02-1812-190/+190
* Fix shader compilation when no translator.dyen2015-02-181-9/+13
* Add glGetActiveUniformsiv to GPU command buffer.zmo2015-02-1735-289/+1459
* Add lock support for in process context provider.jbauman2015-02-145-2/+18
* gpu: Add a class MeasurementTimers that measures wall, cpu and gpu time.dcastagna2015-02-135-25/+188
* gpu: Initialize GLFakeQueries data members.dcastagna2015-02-131-3/+3
* Only collect information about primary display adapter on XP.jbauman2015-02-131-2/+12
* Add glGetUniformIndices to GPU command buffer.zmo2015-02-1324-182/+750
* Fix GPU Tracing offset calculation.dyen2015-02-131-1/+1
* Shader compiles deferred until program link time after a cache miss.dyen2015-02-1221-288/+346
* Disable warning in GLES2 CTS in Windows.jmadill2015-02-121-5/+2
* gpu: Extract the gpu timing code from gpu_tracer.dcastagna2015-02-129-380/+397
* Add support for multithreading the GPU command buffer.jbauman2015-02-128-0/+26
* Add glGetTransformFeedbackVarying to GPU command buffer.zmo2015-02-1228-199/+1350
* gpu: check if GL context supports robustness when calling GetGraphicsResetSta...dongseong.hwang2015-02-112-5/+9
* Updating WebGraphicsContext3DImpl to include ES3 entry pointsbajones2015-02-112-0/+312
* disable partial swaps on Malidbehr2015-02-111-0/+13
* Share SyncPointManager implementationboliu2015-02-113-49/+70
* Add .dSYM paths for test isolate files that have ASan support on Macglider2015-02-101-0/+7
* Mechanical rename of base::debug -> base::trace_event [final pass]ssid2015-02-091-3/+3
* remove useless APIs in WGC3DImplyunchao.he2015-02-092-28/+0
* Add glUniformBlockBinding to GPU command buffer.zmo2015-02-0723-113/+293
* Disable D3D11 on systems with AMD switchable graphics.jbauman2015-02-071-1/+13
* Add glGetActiveUniformBlockiv to GPU command buffer.zmo2015-02-0628-282/+792
* Refactor for GPU command buffer PUTSTR code generator.zmo2015-02-067-329/+193
* Add OrderingBarrierCHROMIUM API.vmiura2015-02-0624-9/+144
* Update {virtual,override,final} to follow C++11 style in gpu.dcheng2015-02-063-22/+18
* Enumerate all display adapters to detect AMD switchable graphics.jbauman2015-02-061-39/+115
* Add UniformBlock related commands to command buffer.zmo2015-02-0525-286/+1309
* The Shader class now support deferred shader compiling.dyen2015-02-058-38/+88
* gpu: Add TransformFeedback & Uniform Buffer related constsheejin.r.chung2015-02-059-19/+51
* Move AW renderer compositor context to gpu threadboliu2015-02-056-18/+27
* Add workaround to ignore EGL sync errors on qcboliu2015-02-043-1/+29
* Clean up some of the shader compilation code.dyen2015-02-045-12/+43
* Unify GPU raster and canvas blacklists on Android, second attempt.aelias2015-02-041-21/+10
* Remove GLFence::CreateWithoutFlushboliu2015-02-041-1/+1
* Support MSan/TSan in test isolation and test_env.pyearthdok2015-02-041-0/+6
* Implement client side data caching for UniformBlock related queries.zmo2015-02-045-48/+453
* Revert of Unify GPU raster and accelerated canvas blacklists on Android. (pat...aelias2015-02-031-7/+21
* Remove more targets from GN Windows build.brettw2015-02-021-197/+199
* MSan: disallow uninitialized data in GLES2Implementation::BufferDataHelper.earthdok2015-02-011-0/+9
* Get rid of NonCachedProgramInfoManager.zmo2015-01-306-335/+160