summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* Fix flake in FencedWrapperAllocatorTest::TestAlignment.hshi@chromium.org2013-04-131-11/+8
* Temporarily disable FencedAllocator.TestAlignment on windowsmichaeln@google.com2013-04-131-1/+7
* Use base/memory/scoped_ptr.h in gpu client code.dcheng@chromium.org2013-04-127-390/+6
* FencedAllocator should align all allocations to multiples of 16 bytes.hshi@chromium.org2013-04-122-1/+44
* [Android] Fix unit_tests and webview compilations for components build.yfriedman@chromium.org2013-04-121-1/+2
* Revert r192949 "Disable shader disk cache by default."dsinclair@chromium.org2013-04-114-7/+43
* Revert FeatureInfo::Workarounds setup in command buffer.zmo@chromium.org2013-04-112-3/+85
* Move GpuMemoryBufferFactoryProxy to gpu/command_buffer/client as we'll be all...kaanb@chromium.org2013-04-113-0/+52
* Send shader information to disk cache on access as well as create.dsinclair@chromium.org2013-04-118-34/+77
* GPU process "unschedule fences" have a timeout.apatrick@chromium.org2013-04-102-3/+14
* Moved logging functionality of out of the GLES2 Command Decoder into a separa...kloveless@chromium.org2013-04-107-75/+150
* Force GPU switch with CGLSetVirtualScreen only for compositorccameron@chromium.org2013-04-106-16/+83
* gpu: Fix mock setup for [Bind|Release]TexImage2DCHROMIUM unit testskaanb@chromium.org2013-04-101-3/+3
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-5/+5
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-5/+5
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-5/+5
* Rewrite scoped_array<T> to scoped_ptr<T[]> in gpu/, Linux edition.dcheng@chromium.org2013-04-0925-56/+56
* GLImage support for Android zero-copy pixel bufferskaanb@chromium.org2013-04-092-6/+29
* Disable shader disk cache by default.dsinclair@chromium.org2013-04-084-41/+5
* Fix large mis-paint when resizing windows aura chromecpu@chromium.org2013-04-064-6/+12
* Blacklist EXT_draw_buffers on Mac NVIDIA GeForce GT 650M.zmo@chromium.org2013-04-052-1/+5
* Use macro to simplify gpu driver bug workaround defs and code.zmo@chromium.org2013-04-054-144/+73
* Clean up scoped_array<T> construction from NULL.dcheng@chromium.org2013-04-051-2/+0
* Use GpuDriverBugList to manage all the workarounds.zmo@chromium.org2013-04-0412-194/+252
* Android: Tweak QualComm flicker bugs workaroundssievers@chromium.org2013-04-043-3/+26
* Fix GL virtualization warnings on OS Xccameron@chromium.org2013-04-033-2/+17
* In GLES2Implementation, replace calls to Finish/FinishHelper with WaitForCmd.apatrick@chromium.org2013-04-031-6/+6
* Make GL_TEXTURE_EXTERNAL_OES texture immutable.gman@chromium.org2013-04-033-80/+119
* Add support for GL_TEXTURE_EXTERNAL_OES texture copy.hkuang@chromium.org2013-04-032-25/+49
* [Android] Fix remaining linker errors for components buildyfriedman@chromium.org2013-04-031-1/+2
* Get gl_tests running on Nexus 4gman@chromium.org2013-04-025-26/+101
* Implement client side PBOs for glReadPixelhubbe@chromium.org2013-04-028-37/+265
* Add --force-synchronous-glreadpixels flag while we sort out GPU pipelining/pe...miu@chromium.org2013-04-022-0/+5
* Windows: On context lost, GPU process exits.apatrick@chromium.org2013-04-013-0/+17
* Add a |scope| argument to TRACE_EVENT_INSTANT* and require its presence.simonjam@chromium.org2013-03-261-1/+4
* TextureImageTransportSurface: Reuse TextureDefinitionsievers@chromium.org2013-03-244-14/+246
* gpu: Cache results of GetShaderPrecisionFormat client-sidebrianderson@chromium.org2013-03-244-5/+83
* ifdef OS_NAME -> if defined(OS_NAME)dbeam@chromium.org2013-03-231-1/+1
* gpu: Add traces to Produce/Consume texture.epenner@chromium.org2013-03-231-0/+8
* Fix gl_tests for Galaxy Nexusgman@chromium.org2013-03-206-21/+128
* Make gl_tests apk for androidgman@chromium.org2013-03-192-1/+28
* gpu: Use correct enum values for CHROMIUM_pixel_transfer_buffer_object.reveman@chromium.org2013-03-191-4/+2
* GLES2Decoder: Remove redundant || expressionhans@chromium.org2013-03-171-2/+2
* Change CHECK that context is current to DCHECK.jbauman@chromium.org2013-03-161-1/+1
* gpu: Implement idle async pixel transfers.reveman@chromium.org2013-03-166-1/+42
* Set the GL implementation during unit tests.gman@chromium.org2013-03-154-6/+26
* Chromium style checker cleanuprsleevi@chromium.org2013-03-151-2/+2
* Android: Extend QualComm scissor bug workaroundsievers@chromium.org2013-03-141-0/+3
* Don't actually call glGetShaderPrecisionFormat unless running either on a GL...kbr@chromium.org2013-03-142-2/+9
* Implement EXT_draw_buffers WebGL extention support in command buffer.zmo@chromium.org2013-03-1430-33/+642