summaryrefslogtreecommitdiffstats
path: root/content/common/gpu/gpu_command_buffer_stub.cc
Commit message (Expand)AuthorAgeFilesLines
* Enable virtual context on IMG devices in a different waysievers@chromium.org2012-12-151-4/+2
* Revert 172805apatrick@google.com2012-12-141-15/+54
* Made the registration and deletion of transfer buffers async.apatrick@chromium.org2012-12-131-54/+15
* Track managed memory usage in the command buffer.ccameron@chromium.org2012-12-131-2/+4
* Enable virtual context on IMG devices only.aelias@chromium.org2012-12-121-2/+4
* Implement TextureImageTransportSurface using texture mailboxsievers@chromium.org2012-12-101-2/+0
* Sizes going across an IPC should be uint32.cevans@chromium.org2012-12-081-2/+2
* Send notification from GPU process to browser process of offscreen context cr...kbr@chromium.org2012-12-081-0/+19
* Revert 171569 as it broke some browser_tests on win_aura.sky@chromium.org2012-12-071-0/+2
* Implement TextureImageTransportSurface using texture mailboxsievers@chromium.org2012-12-061-2/+0
* gpu: don't try to discard/recreate backbuffer while draws are deferred.piman@chromium.org2012-11-301-2/+12
* Avoid actual MakeCurrent() calls with virtual contexts.sievers@chromium.org2012-11-301-0/+2
* Support creating virtual contexts.sievers@chromium.org2012-11-291-16/+49
* Plug IOSurface leak at context tear-down.ccameron@chromium.org2012-11-161-1/+8
* Clean up the interface between GpuMemoryManager and GpuCommandBufferStub.ccameron@chromium.org2012-11-061-29/+20
* Clean up memory manager's context tracking structures.ccameron@chromium.org2012-11-021-4/+3
* Update GPU memory management IPCs. Add messages for renderer GPU memory usageccameron@chromium.org2012-10-301-0/+10
* Use composition for GPU memory allocation.ccameron@chromium.org2012-10-231-3/+4
* Move a bunch of code in content\common (as well as a few left in renderer) to...jam@chromium.org2012-10-221-2/+5
* gpu: Add support for GLX_EXT_texture_from_pixmap extension.reveman@google.com2012-10-181-0/+2
* Revert 162654 - gpu: Add support for GLX_EXT_texture_from_pixmap extension.fischman@chromium.org2012-10-181-2/+0
* gpu: Add support for GLX_EXT_texture_from_pixmap extension.reveman@chromium.org2012-10-181-0/+2
* Rename SurfaceState to MemoryManagerState. The state in this structure is use...ccameron@chromium.org2012-10-171-27/+18
* Actually system GPU memory values to compute memory budget.ccameron@chromium.org2012-10-051-0/+6
* Use a singleton 1x1 offscreen surface for all TextureImageTransportSurface in...hshi@chromium.org2012-09-251-2/+2
* Upstream the code to pass StreamTextureManagerAndroid from GpuChannel to GLES...qinmin@chromium.org2012-09-251-0/+8
* Move hash.h/cc from net to base.jbates@chromium.org2012-09-011-3/+2
* Add GPU memory tab to the task manager.ccameron@chromium.org2012-08-181-9/+16
* Add global tracking of GPU memory allocations. Have each ContextGroup push m...ccameron@chromium.org2012-07-281-1/+23
* Use EXT_robustness where available on GLES2 platforms to detect and respond t...kbr@chromium.org2012-07-271-2/+3
* gpu in-memory program cache implementation with a memory limit + lru eviction. dmurph@chromium.org2012-07-231-0/+5
* Revert 147328 - Current status of patch:gman@chromium.org2012-07-191-5/+2
* Current status of patch:dmurph@chromium.org2012-07-181-2/+5
* Set active URL for GPU process when processing delayed work.jbauman@chromium.org2012-07-131-0/+1
* Improve GPU process URL crash reporting.jbates@chromium.org2012-07-131-5/+36
* Revert 145387 - Revert 144274 - Ensure only one PollWork task per GpuCommandB...jbauman@chromium.org2012-07-091-1/+27
* Handle GPU VDA::Initialize() failure using non-error IPC codepaths.fischman@chromium.org2012-07-041-2/+0
* Revert 144274 - Ensure only one PollWork task per GpuCommandBufferStub is pen...jbauman@chromium.org2012-07-031-27/+1
* Fix latency tests.jbates@chromium.org2012-06-291-2/+0
* Revert 144832 - Fix latency tests.jbates@chromium.org2012-06-291-0/+2
* Fix latency tests.jbates@chromium.org2012-06-281-2/+0
* Relanding r144496 which was reverted in r144503.fischman@chromium.org2012-06-271-0/+1
* Revert 144496 - Fix several shutdown/error-path bugs in VAVDA and avoid unnec...mattm@chromium.org2012-06-271-1/+0
* Fix several shutdown/error-path bugs in VAVDA and avoid unnecessary MakeCurre...fischman@chromium.org2012-06-271-0/+1
* Ensure only one PollWork task per GpuCommandBufferStub is pending at a time.jbauman@chromium.org2012-06-261-1/+27
* Aura: Use SyncPoints instead of waiting for OnCompositingEndedbacker@chromium.org2012-06-251-3/+5
* GpuCommandBufferStub::SetMemoryAllocation needed to make the GL context currentjbates@chromium.org2012-06-201-18/+17
* Reduce GpuMemoryManager allocation spam.mmocny@chromium.org2012-06-191-4/+6
* gpu: add SignalSyncPoint to complement WaitSyncPointpiman@chromium.org2012-06-191-0/+15
* Aura: switch use of finish() into sync points when initializing surfacepiman@chromium.org2012-06-151-8/+21