summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* Return the shared context's handle when a virtualized context'sccameron@chromium.org2013-04-201-1/+1
* Reland "gpu: Fix Vivante's "hisilicon" GPUs"epenner@chromium.org2013-04-205-0/+18
* Add GLES2_IMPL_EXPORT to GpuMemoryBufferkaanb@chromium.org2013-04-191-1/+2
* Revert "gpu: Fix Vivante's "hisilicon" GPUs"epenner@chromium.org2013-04-192-7/+0
* Add a new parameter dest_type to the GL_CHROMIUM_copy_texture extension.jun.a.jiang@intel.com2013-04-1918-48/+73
* Move GpuMemoryBuffer interface from ui/gl to gpu/command_buffer/clientkaanb@chromium.org2013-04-194-9/+64
* Category group support/Renamings.rubentopo@gmail.com2013-04-191-1/+2
* Revert "Revert 193798 "Revert r192949 "Disable shader disk cache by defa...""dsinclair@chromium.org2013-04-194-7/+43
* Clean up of GLES2 Command Decoder by moving some of the error state into a se...kloveless@chromium.org2013-04-1826-330/+506
* Enable video painting on Canvas for Chrome on Android. This change should lan...hkuang@chromium.org2013-04-183-10/+72
* gpu: Fix Vivante's "hisilicon" GPUsepenner@chromium.org2013-04-182-0/+7
* Android: Fix up video to work with mailboxes.sievers@chromium.org2013-04-1710-17/+146
* Revert 193798 "Revert r192949 "Disable shader disk cache by defa..."tonyg@chromium.org2013-04-174-43/+7
* Remove final scoped_array references from gpu code.dcheng@chromium.org2013-04-154-9/+9
* 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