summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* ui: Add RGBX_8888 buffer format.reveman2015-10-232-5/+10
* Remove base::MessageLoop::{Quit,QuitClosure} functionski.stfu2015-10-231-1/+1
* GN(Android): Fix up gl_tests to match GYPagrieve2015-10-231-1/+1
* Reland: GpuMemoryBuffer interface change: Map(**) to Map() and memory(plane);...mcasas2015-10-222-28/+26
* Added support for sync token signals.dyen2015-10-2211-13/+60
* Re-land: ui: Move GLImage::BindTexImage fallback from GLImage implementations...reveman2015-10-2210-440/+249
* Revert of GpuMemoryBuffer interface change: Map(**) to Map() and memory(plane...vasilii2015-10-222-26/+28
* GpuMemoryBuffer interface change: Map(**) --> Map() + memory(plane); GetStrid...mcasas2015-10-212-28/+26
* Blacklist GPU used in 2009 iMacsccameron2015-10-201-1/+14
* Revert of Re-land: ui: Move GLImage::BindTexImage fallback from GLImage imple...vasilii2015-10-2010-237/+440
* Re-land: ui: Move GLImage::BindTexImage fallback from GLImage implementations...reveman2015-10-2010-440/+237
* Revert of ui: Move GLImage::BindTexImage fallback from GLImage implementation...reveman2015-10-1910-239/+440
* ui: Move GLImage::BindTexImage fallback from GLImage implementations to GLES2...reveman2015-10-1910-440/+239
* Fixed tough texture upload benchmark on low end devices.dyen2015-10-192-2/+20
* Simplify CreateArg in GPU code generatormartina.kollarova2015-10-191-38/+41
* Fix WebGL 2's getIndexedParameter function.zmo2015-10-163-0/+21
* Make CopyTextureCHROMIUM compatible with core profileccameron2015-10-161-83/+147
* 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