summaryrefslogtreecommitdiffstats
path: root/content/renderer/gpu
Commit message (Expand)AuthorAgeFilesLines
...
* Revert 94743 - Allow the renderer process to map textures from one context in...jamesr@chromium.org2011-07-305-97/+33
* Allow the renderer process to map textures from one context into another.apatrick@chromium.org2011-07-295-33/+97
* PPB_VideoDecoder_Dev::Initialize is now synchronous!fischman@chromium.org2011-07-292-10/+1
* Remove ReadWriteTokens from GpuVideoDecodeAccelerator + falloutvrk@google.com2011-07-286-65/+8
* Removed vestigial GL_latch_CHROMIUM code.apatrick@chromium.org2011-07-274-195/+1
* Reland 93106 - Reparenting of RendererGLContexts supports going from no paren...apatrick@chromium.org2011-07-223-20/+13
* Reland 93066 - Execute all GL commands up to the put offset reported by a eac...apatrick@chromium.org2011-07-213-10/+5
* Redid VideoDecodeAccelerator::Error codes and propagated to ppapi.fischman@chromium.org2011-07-201-2/+1
* Revert 93106 - Reparenting of RendererGLContexts supports going from no paren...apatrick@chromium.org2011-07-203-13/+20
* Revert 93066 - Execute all GL commands up to the put offset reported by a eac...apatrick@chromium.org2011-07-203-5/+11
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Reparenting of RendererGLContexts supports going from no parent to having a p...apatrick@chromium.org2011-07-193-20/+13
* Execute all GL commands up to the put offset reported by a each flush.This me...apatrick@chromium.org2011-07-193-11/+5
* Remove redundant size and type information from VideoDecode PPAPIvrk@google.com2011-07-192-20/+12
* 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-155-101/+12
* Detect and expose loss of OpenGL context using GL_ARB_robustness.kbr@chromium.org2011-07-146-11/+89
* Revert 92429 - Detect and expose loss of OpenGL context using GL_ARB_robustne...kbr@chromium.org2011-07-136-89/+11
* Detect and expose loss of OpenGL context using GL_ARB_robustness.kbr@chromium.org2011-07-136-11/+89
* Overhauled OmxVideoDecodeAccelerator's state machine implementation and relat...fischman@chromium.org2011-07-133-28/+103
* Remove GpuVideoServiceHost and move ownership of GVDAHosts to CommandBufferPr...vrk@google.com2011-07-129-220/+99
* Make sure webkit compositor is not using ppapi backing texture ID after it ha...reveman@google.com2011-07-121-2/+8
* Fix num_swapbuffers_complete_pending_ accounting.piman@google.com2011-07-111-2/+5
* We were synchronously destroying the RendererGlContext transfer buffers while...jbates@chromium.org2011-07-071-20/+18
* Delete GpuVideoService and move GpuVideoDecodeAccelerator ownership to stubsvrk@google.com2011-07-073-28/+10
* Implement proper synchronization between HW video decode IPC and CommandBuffer.fischman@chromium.org2011-06-295-74/+135
* GPU compositing surface handle is no longer sent to renderer process.apatrick@chromium.org2011-06-275-23/+8
* Update src/content/renderer to reflect WEBKIT_FRAME_TO_DOCUMENT_API_MOVEabarth@chromium.org2011-06-241-1/+2
* Coverity: Fix pass by value errors.kmadhusu@chromium.org2011-06-232-2/+3
* Add more trace events related to latch usage and to track RendererGlContext d...jbates@chromium.org2011-06-222-0/+3
* Made contexts without a parent return valid latch IDs.apatrick@chromium.org2011-06-211-25/+22
* RendererGLContext supports reparenting a GL context.apatrick@chromium.org2011-06-207-44/+89
* Move ProvidePictureBuffers out of initialization and into the decode path.fischman@chromium.org2011-06-152-2/+3
* Add tracing for various functions significant in compositor startupjamesr@chromium.org2011-06-141-12/+21
* Implement AssignGLESBuffers for VideoDecode PPAPIvrk@google.com2011-06-104-8/+16
* Revert 88698 - Implement AssignGLESBuffers for VideoDecode PPAPIdavemoore@chromium.org2011-06-104-16/+8
* Implement AssignGLESBuffers for VideoDecode PPAPIvrk@google.com2011-06-104-8/+16
* Send message to renderer on command buffer errorjbauman@chromium.org2011-06-072-1/+10
* Removed unused methods in WebGraphicsContext3DCommandBufferImpljbates@chromium.org2011-06-032-23/+3
* Removing defunct GpuVideoDecoder and IpcVideoDecoder.scherkus@chromium.org2011-06-037-619/+0
* Set the unblock flag to false for all gpu->renderer IPCsjamesr@chromium.org2011-06-012-20/+7
* Fix re-entrancy for AsyncFlush messagespiman@google.com2011-05-312-3/+5
* Add a flush_count to the IPC messages because they come out of order.gman@chromium.org2011-05-282-2/+6
* Fix WebGraphicsContext3DCommandBufferImpl so it only disables extensions for ...gman@chromium.org2011-05-261-2/+5
* [Re-instate r86681 by reverting its revert in r86687.]fischman@chromium.org2011-05-261-6/+5
* Moved GPU related files in content/renderer into gpu subdirectory.apatrick@chromium.org2011-05-2521-0/+4901