summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reland: Use RE string pattern matching for blacklist strings.zmo@chromium.org2014-08-1510-559/+298
* Blacklist very old ATI drivers from D3D11 due to performance issues.shannonwoods@chromium.org2014-08-141-1/+17
* Consistently generate INVALID_VALUE on NaN line widthoetuaho@nvidia.com2014-08-144-10/+52
* Expose CHROMIUM_texture_mailbox/sync_point stubs in mojo public headersjamesr@chromium.org2014-08-131-10/+35
* Revert 289308 "Revert 289154 "Revert 289067 "Use RE string patte..."brettw@chromium.org2014-08-1310-297/+555
* Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..."brettw@chromium.org2014-08-131-1/+1
* Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespacebrettw@chromium.org2014-08-131-1/+1
* Revert 289154 "Revert 289067 "Use RE string pattern matching for..."oshima@chromium.org2014-08-1310-555/+297
* Whitelist Qualcomm GPUs for GPU rasterization on Android 4.4ajuma@chromium.org2014-08-131-5/+33
* GPU context creation code duplication cleanupoetuaho@nvidia.com2014-08-1312-195/+111
* make it possible to disable the use of libpci on linux againmostynb@opera.com2014-08-132-2/+2
* Enable async upload egl with mailbox synchronizerboliu@chromium.org2014-08-131-3/+1
* gpu: Optimize and cleanup code used for CHROMIUM_copy_texture.dongseong.hwang@intel.com2014-08-134-60/+191
* Revert 289067 "Use RE string pattern matching for blacklist stri..."oshima@chromium.org2014-08-1310-297/+555
* Use RE string pattern matching for blacklist strings.zmo@chromium.org2014-08-1210-555/+297
* Revert 288481 "Use placement new to allocate GPU command buffer ..."jbauman@chromium.org2014-08-111-3/+21
* Use placement new to allocate GPU command buffer entries.jbauman@chromium.org2014-08-091-21/+3
* Only switch draw buffers if the extension is supportedoetuaho@nvidia.com2014-08-081-2/+4
* gpu: Avoid unbounded idle queue in in-process contextboliu@chromium.org2014-08-082-8/+18
* Move StringToLowerASCII to base namespacebrettw@chromium.org2014-08-073-5/+5
* Micro-optimization in HandleVertexAttribPointeroetuaho@nvidia.com2014-08-052-5/+12
* ui: Add ScheduleOverlayPlane API to GLImage.reveman@chromium.org2014-08-013-5/+37