summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* android: Disable transfer thread on Adreno 420sievers2014-09-161-23/+47
* GN: Create a :gles2_interface target to resolve some check errors in //cc.jbroman2014-09-162-3/+18
* Clean up interfaces between Shader / ShaderTranslator / ANGLE side.zmo2014-09-1318-525/+582
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in [c-n]*/thestig2014-09-136-6/+6
* Call MakeCurrent in in-process idle workboliu2014-09-111-1/+1
* Remove outdated ANGLE_SH_VERSION if-def stuff.zmo2014-09-109-219/+43
* command_buffer: Batch command processing to reduce handler overheads.vmiura2014-09-0918-162/+437
* Generate Pepper IDL for OpenGLES2hamaji2014-09-091-19/+68
* InProcessGL: Share MailboxManager per servicesievers2014-09-092-1/+13
* gpu: Allow CopyTexImage to be called with StreamTextures and GLImageSync.reveman2014-09-092-2/+0
* Log command name with GPU parse errors.jbauman2014-09-092-9/+4
* Mark gtest and gmock as testonly in GN.Brett Wilson2014-09-081-0/+1
* command_buffer: Table based command dispatch.vmiura2014-09-083-383/+899
* Random fixes for scoped_refptr operator T* removal.dcheng2014-09-051-1/+1
* Avoid memcmp on potentially unpacked structs in MailboxManager::TargetNameLessjamesr2014-09-051-1/+3
* gpu: Add CopyTexImage function to GLImage API.reveman2014-09-054-1/+24
* Add bits to indicate which parts of GPUInfo are collected.zmo2014-09-0510-72/+103
* Disable HW video decoder acceleration on Samsung Galaxy Tab, which uses buggy...glaznev2014-09-051-1/+13
* gpu: Make CopyTexture work with GL_BGRA_EXT destination textures.reveman2014-09-042-3/+4
* Remove Mali-400/604 devices from GPU rasterization whitelist.aelias2014-09-041-4/+4
* Added support for GPU Tracing on mobile devices which support it.dyen2014-09-033-117/+204
* Blacklist GPU rasterization on Nexus 10.ernstm2014-09-021-1/+10
* gpu: Enable relevant extentions on GLES3.dongseong.hwang2014-09-012-14/+29
* Manual fixups in gpu/ for scoped_refptr operator T* removal.dcheng2014-08-3010-15/+25
* Enable command line arguments for GLES2 CTS.jmadill2014-08-292-1/+28
* Suppress a few more failures on the Win GPU Debug FYI bots.kbr2014-08-291-0/+4
* Update ES2 CTS Windows expectations.jmadill2014-08-281-0/+12
* Fix broken path in GLES2 CTS.jmadill2014-08-281-1/+1
* gpu: support immutable texture on Linux Mesa driver and GLES3.dongseong.hwang2014-08-272-2/+196
* In about:gpu page, make sure feature status and problem description matchzmo2014-08-272-2/+50
* Add initial support for NV_path_rendering extension to gpu command bufferkkinnunen2014-08-2638-26/+904
* Declaring the weak_ptr_factory in proper order.kulkarni.a2014-08-262-6/+6
* Restrict ETC1 power-of-two rounding to old IMG drivers.aelias2014-08-265-1/+20
* Remove implicit conversions from scoped_refptr to T* in gpu/Daniel Cheng2014-08-2618-70/+76
* Delete obsolete GPU rasterization content whitelist codeajuma2014-08-254-29/+1
* gpu: glCopyTextureCHROMIUM() checks dest internal format incorrectly.dongseong.hwang@intel.com2014-08-223-20/+146
* Update GPU rasterization device whitelistajuma@chromium.org2014-08-211-2/+6
* Spelling fixes for 'device' and 'service'.tnagel@chromium.org2014-08-211-2/+2
* Revert of gpu: support immutable texture on Linux Mesa driver and GLES3. (pat...spang@chromium.org2014-08-201-3/+1
* Make it possible to test command buffer decoder functions with extension flagskkinnunen@nvidia.com2014-08-207-86/+193
* Add memory limits struct to in-process contextboliu@chromium.org2014-08-202-17/+48
* Simplified GPU Tracer by removing parent base class.dyen@chromium.org2014-08-203-206/+178
* GN: Remove duplicate entries from sources listsjamesr@chromium.org2014-08-191-1/+0
* Android: Extend Mali egl fence sync blacklist to all ES2 driverssievers@chromium.org2014-08-191-4/+9
* gpu: support immutable texture on Linux Mesa driver and GLES3.dongseong.hwang@intel.com2014-08-191-1/+3
* Enable expanded GPU rasterization device whitelist by defaultajuma@chromium.org2014-08-194-32/+10
* Disable HW video decoder acceleration on Samsung Galaxy Note and Galaxy S3/S4...glaznev@chromium.org2014-08-191-10/+6
* Hook up two GPU driver bug workarounds.zmo@chromium.org2014-08-183-1/+36
* Use GL_LINEAR for backing texture of offscreen framebuffer.mazda@chromium.org2014-08-161-4/+4
* Add EGL_CHROMIUM_get_sync_values extension textmarcheu@chromium.org2014-08-151-0/+131