summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* gpu: Use std::vector instead of ObserverList.reveman@chromium.org2013-11-012-7/+17
* Do not give GPU memory to backgrounded compositors.ccameron@chromium.org2013-11-011-19/+3
* Don't call into driver for unsupported extensions.sievers@chromium.org2013-10-315-1/+77
* Force virtual contexts on Chrome OS ARMpiman@chromium.org2013-10-311-1/+16
* Revert 231443 "Revert 231127 "Revert 230852 "Revert 230545 "Disa..."jbauman@chromium.org2013-10-291-1/+12
* Add a basic test for GL_CHROMIUM_framebuffer_multisamplesievers@chromium.org2013-10-291-0/+110
* Move memory allocation/stats structs to gpu:: and remove bazillion copiesjamesr@chromium.org2013-10-2910-0/+141
* Revert 231127 "Revert 230852 "Revert 230545 "Disable image trans..."jbauman@chromium.org2013-10-281-12/+1
* Revert 230852 "Revert 230545 "Disable image transport surface on..."jbauman@chromium.org2013-10-251-1/+12
* Drop kDisableAcceleratedVideoDecode in ContentBrowserTest::SetUp().xhwang@chromium.org2013-10-251-1/+0
* Make command buffer handles the situation that unused uniform array elements ...zmo@chromium.org2013-10-252-10/+66
* Revert 230545 "Disable image transport surface on all windows ma..."cpu@chromium.org2013-10-241-12/+1
* Break the dependency of BackTexture on the entire Decoder. Part 2 because a c...kloveless@chromium.org2013-10-241-40/+42
* GPU: Turn a LOG(INFO) used for debugging into a VLOG(1) to reduce spamminess.thestig@chromium.org2013-10-241-2/+2
* Blacklist d3d11 on Intel GPUsvangelis@chromium.org2013-10-231-1/+13
* Disable image transport surface on all windows machines.jbauman@chromium.org2013-10-231-1/+12
* Replace --trace-gl with TRACE_DISABLED_BY_DEFAULT("cb_command")wangxianzhu@chromium.org2013-10-234-15/+3
* Add support for unsigned int32 in string_number_conversionszverre@yandex-team.ru2013-10-232-6/+3
* Add delegated rendering support for software renderer.jbauman@chromium.org2013-10-221-0/+5
* Re-land: gpu: Add Will/DidUseTexImage to GLImage API.reveman@chromium.org2013-10-227-27/+418
* Expose Signal(Query|SyncPoint) via gpu::ContextSupport* instead of WGC3Djamesr@chromium.org2013-10-225-35/+71
* Revert 229532 "gpu: Add Will/DidUseTexImage to GLImage API."reveman@chromium.org2013-10-217-404/+24
* android: Enable -Wunused-const-variable.thakis@chromium.org2013-10-201-2/+3
* Revert 229640 "Break the dependency BackTexture had on the entir..."jochen@chromium.org2013-10-191-40/+38
* Break the dependency BackTexture had on the entire Decoder.kloveless@chromium.org2013-10-191-38/+40
* gpu: Add Will/DidUseTexImage to GLImage API.reveman@chromium.org2013-10-197-24/+404
* Remove BindAttribLocationImmediate, BufferSubDataImmediate, CompressedTexSubI...kloveless@chromium.org2013-10-1811-772/+316
* Add renderbuffer BGRA8 format extension and support in cmd buffer for desktop...bsalomon@google.com2013-10-183-2/+76
* Enforce FCM settings via the blacklist rather than in-code version checks.gab@chromium.org2013-10-181-20/+5
* Work around broken GL_TEXTURE_BINDING_EXTERNAL_OES querysievers@chromium.org2013-10-172-5/+11
* Remove blacklisted intel D3D11 driver since the bug is no longer reproducible.zmo@chromium.org2013-10-171-17/+1
* Apply shader short circuit workaround on MacOSXzmo@chromium.org2013-10-173-3/+18
* gpu: Disable EXT_discard_framebuffer on Chrome OSdbehr@chromium.org2013-10-161-1/+12
* Enable GPU control lists in tests on Windows (other OSes will follow, but thi...gab@chromium.org2013-10-143-5/+66
* telemetry: Enable GPU-specific test expectations on Androidskyostil@chromium.org2013-10-142-0/+3
* Revert 228401 "Enable GPU control lists in tests."tapted@chromium.org2013-10-143-66/+5
* Enable GPU control lists in tests.gab@chromium.org2013-10-133-5/+66
* Revert 228024 "Revert 227819 "Revert 227583 "Disable image trans..."jbauman@chromium.org2013-10-111-12/+1
* Set immediate to false for DestroyImageCHROMIUM (seems to have no effect - bu...kloveless@chromium.org2013-10-119-230/+126
* Enable HW video decode on android (only affects WebRTC).fischman@chromium.org2013-10-111-0/+5
* Removed HandleBufferDataImmediate.kloveless@chromium.org2013-10-109-322/+244
* Revert 227819 "Revert 227583 "Disable image transport surface on..."jbauman@chromium.org2013-10-101-1/+12
* Revert 227977 "Enable GPU control lists in tests."abodenha@chromium.org2013-10-103-66/+5
* Enable GPU control lists in tests.gab@chromium.org2013-10-103-5/+66
* Break BackRenderbuffer dependency on the decoder.kloveless@chromium.org2013-10-101-14/+26
* Revert 227583 "Disable image transport surface on all windows ma..."jbauman@chromium.org2013-10-091-12/+1
* Remove GetAttribLocationImmediate and GetUniformLocationImmediate.kloveless@chromium.org2013-10-0910-457/+190
* Move in process SignalQuery implementation to service sidejamesr@chromium.org2013-10-097-72/+92
* Make ConvertableToTraceFormat ref-countedwangxianzhu@chromium.org2013-10-091-5/+6
* Remove TexSubImage2DImmediate, TexImage2DImmediate, CompressedTexImage2D.kloveless@chromium.org2013-10-0911-508/+274