summaryrefslogtreecommitdiffstats
path: root/content/renderer/gpu/command_buffer_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* Move gpu client files to content_common, in content/common/gpu/clientpiman@chromium.org2012-02-071-413/+0
* Remove renderer dependencies from the GPU client classes.piman@chromium.org2012-02-071-22/+9
* Added CommandBuffer::GetLastError.apatrick@chromium.org2012-02-011-1/+5
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+1
* Don't ignore {OMX,DXVA}VideoDecodeAccelerator::Initialize() failures.fischman@chromium.org2011-12-301-1/+1
* Add IPC to allow gpu process to send message for console back to renderergman@chromium.org2011-12-131-0/+8
* Revert "Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuff...gman@chromium.org2011-12-121-62/+10
* Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"rsimha@google.com2011-12-081-10/+62
* Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"gman@chromium.org2011-12-071-62/+10
* Revert 113250 - Add CommandBuffer::SetGetBufferdglazkov@chromium.org2011-12-061-10/+62
* Add CommandBuffer::SetGetBuffergman@chromium.org2011-12-061-62/+10
* Trusted proxy side checks on GetRingBuffer()nfullagar@google.com2011-11-301-3/+9
* Make shared memory allocation possible for all child process types.michaeln@google.com2011-10-151-2/+3
* Adding gl command to change surface visibility, so that the gpu process can a...mmocny@chromium.org2011-10-141-0/+9
* Allow FlushSyncs to short circuitjbauman@chromium.org2011-10-101-8/+7
* Convert a bunch of pepper implementation to use base::Callback.dmichael@chromium.org2011-10-071-15/+15
* Rename RenderThread to RenderThreadImpljam@chromium.org2011-10-061-1/+1
* Retry 3 to split WebGraphicsContext3DCommandBufferImpl::initialize() into two...nduca@chromium.org2011-09-131-6/+6
* Replace the use of an int32* with an explicit profile for decoder configuration.fischman@chromium.org2011-09-011-2/+2
* Added GPU process "echo" IPC message.apatrick@chromium.org2011-08-301-8/+23
* Allow cmdbuffer creation from compositor thread.sievers@chromium.org2011-08-231-1/+1
* Unify MacOS resizing path with glResizeCHROMIUM.nduca@chromium.org2011-08-221-16/+0
* Revert 97644 - Unify MacOS resizing path with glResizeCHROMIUM.nduca@chromium.org2011-08-221-0/+16
* Unify MacOS resizing path with glResizeCHROMIUM.nduca@chromium.org2011-08-221-16/+0
* Support multiple HW video decoders per context.fischman@chromium.org2011-08-171-12/+19
* Implement PPAPI VideoDecode out-of-process supportvrk@chromium.org2011-08-061-1/+1
* Revert 94743 - Allow the renderer process to map textures from one context in...jamesr@chromium.org2011-07-301-21/+0
* Allow the renderer process to map textures from one context into another.apatrick@chromium.org2011-07-291-0/+21
* Remove ReadWriteTokens from GpuVideoDecodeAccelerator + falloutvrk@google.com2011-07-281-2/+1
* Reland 93066 - Execute all GL commands up to the put offset reported by a eac...apatrick@chromium.org2011-07-211-0/+4
* Revert 93066 - Execute all GL commands up to the put offset reported by a eac...apatrick@chromium.org2011-07-201-4/+0
* Execute all GL commands up to the put offset reported by a each flush.This me...apatrick@chromium.org2011-07-191-0/+4
* NULL-check video_decoder_host_ in CommandBufferProxy::OnChannelErrorjamesr@chromium.org2011-07-181-1/+2
* Enable fire-and-forget Destroy of HW video decoder, and misc other improvements.fischman@chromium.org2011-07-151-6/+7
* Detect and expose loss of OpenGL context using GL_ARB_robustness.kbr@chromium.org2011-07-141-2/+9
* Revert 92429 - Detect and expose loss of OpenGL context using GL_ARB_robustne...kbr@chromium.org2011-07-131-9/+2
* Detect and expose loss of OpenGL context using GL_ARB_robustness.kbr@chromium.org2011-07-131-2/+9
* Remove GpuVideoServiceHost and move ownership of GVDAHosts to CommandBufferPr...vrk@google.com2011-07-121-0/+20
* RendererGLContext supports reparenting a GL context.apatrick@chromium.org2011-06-201-0/+27
* Send message to renderer on command buffer errorjbauman@chromium.org2011-06-071-1/+9
* Set the unblock flag to false for all gpu->renderer IPCsjamesr@chromium.org2011-06-011-20/+4
* Fix re-entrancy for AsyncFlush messagespiman@google.com2011-05-311-2/+4
* Add a flush_count to the IPC messages because they come out of order.gman@chromium.org2011-05-281-2/+5
* Moved GPU related files in content/renderer into gpu subdirectory.apatrick@chromium.org2011-05-251-0/+389