summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* Implement ThreadTicks::Now on Windows.fdoray2015-10-151-0/+1
* Update CopyTexImage2D to do internal format validation in ES3qiankun.miao2015-10-154-0/+195
* Fix typo in D3D9 Intel GLES2 test expects.jmadill2015-10-141-1/+1
* Added method to wait on fence syncs which do not need to be flushed.dyen2015-10-1428-34/+290
* Adjust MB/Flush on Adreno from 4MB > 1MBericrk2015-10-133-1/+17
* Re-land: ui: Add GLImage unit test framework.reveman2015-10-131-1/+1
* gpu: Use disable_gl_path_rendering workaround only on Linuxkkinnunen2015-10-131-1/+4
* Blacklist Haswell Intel drivers on kernels <3.19.1zmo2015-10-132-1/+51
* Reland: Added SyncToken command buffer trait to help with IPC messagesdyen2015-10-1213-52/+156
* gpu/config: Generalise Imagination workaroundrufus.hamade2015-10-121-5/+2
* Revert of Added SyncToken command buffer trait to help with IPC messages. (pa...jbudorick2015-10-1014-190/+47
* gpu: Remove GL_TEXTURE_POOL_CHROMIUMccameron2015-10-0918-260/+92
* Suppress failing cosine test on Intel D3D9.jmadill2015-10-091-0/+2
* Make all target compile on GN & Androidpkotwicz2015-10-091-7/+9
* gpu: Add CreateGpuMemoryBufferFromHandle to GpuMemoryBufferManager interface.reveman2015-10-091-0/+6
* ui: Add GetSize() function to gfx::GpuMemoryBuffer API.reveman2015-10-091-5/+3
* Update CopyTexImage2D to support new formats and types in ES3qiankun.miao2015-10-094-276/+365
* Crash fix for when running under the Android emulatordavve2015-10-091-2/+4
* Fix array out of bounds access in loop iteration in gpu ipc logr.kasibhatla2015-10-091-4/+4
* gpu: Enable virtual contexts with nvidia drivers onlyhendrikw2015-10-091-2/+3
* Added SyncToken command buffer trait to help with IPC messages.dyen2015-10-0814-47/+190
* Fixed DCHECK when Transform Feedback Varyings don't cache properly.bajones2015-10-081-1/+1
* Support ANGLE unittests on Androidyang.gu2015-10-081-0/+20
* command_buffer: Return command buffer error instead of gl error for missing e...kkinnunen2015-10-076-156/+73
* command_buffer: Return invalid args error for uninitialized results error in ...kkinnunen2015-10-071-12/+8
* Implemented new fence syncs which replaces the old sync points.dyen2015-10-0745-157/+1740
* Revert of Re-land: ui: Add GLImage unit test framework. (patchset #18 id:3400...ksakamoto2015-10-071-1/+1
* Re-land: ui: Add GLImage unit test framework.reveman2015-10-071-1/+1
* Revert of ui: Add GLImage unit test framework. (patchset #17 id:320001 of htt...ksakamoto2015-10-071-1/+1
* ui: Add GLImage unit test framework.reveman2015-10-071-1/+1
* gpu: Remove Skia Runnerhendrikw2015-10-059-657/+0
* Revert of gpu: Add flag to disable virtual contexts (patchset #2 id:20001 of ...hendrikw2015-10-036-19/+3
* Fixes a small memory leak in the Mac GPU info collectorcharliea2015-10-021-2/+4
* Blacklist MSAA for GPU Raster on Intel GPUsericrk2015-10-0114-70/+141
* Add a temporary supression for SRGB issues on the Windows Intel FYI bot with ...geofflang2015-10-011-0/+1
* command_buffer: Remove redundant extension checks from two decoder functionskkinnunen2015-09-301-13/+0
* Check if ids were inserted in gpu testsmartina.kollarova2015-09-302-20/+22
* Fixed issue with vertex attrib divisors of 0 not tracking correctly.bajones2015-09-303-2/+20
* Disallow gl[Compressed]Tex[Sub]Image2D for GL_TEXTURE_RECTANGLE_ARBccameron2015-09-293-20/+33
* Isolate gl_tests and gpu_unittests.stip2015-09-293-1/+67
* Cleanup: IWYU for base/gtest_prod_util.h.thestig2015-09-251-1/+0
* [Chromecast] Disable libpci on Chromecast builds by default.slan2015-09-251-1/+1
* Added a way to disable workarounds using --workaround_name=0.dyen2015-09-241-23/+29
* Enforce marking "override" for functions overriding Blink in gpu/.avi2015-09-242-823/+825
* Mandoline: WebGL: Fill WebGLInfo during creating a WebGL contextpenghuang2015-09-241-1/+4
* gpu: Use GpuPreference to determine what contexts are safe to force gpu switc...reveman2015-09-241-7/+0
* Revert of Mandoline: WebGL: Fill WebGLInfo during creating a WebGL context. (...msw2015-09-241-4/+1
* Mandoline: WebGL: Fill WebGLInfo during creating a WebGL contextpenghuang2015-09-231-1/+4
* command_buffer: Add support for creating non-WebGL ES 3 contextskkinnunen2015-09-2321-141/+208
* Added global order numbers to in process command buffers.dyen2015-09-224-6/+229