summaryrefslogtreecommitdiffstats
path: root/chrome/common/gpu_messages_internal.h
Commit message (Expand)AuthorAgeFilesLines
* Moved creation of GPU command buffer shared memory into the browser process.apatrick@chromium.org2011-02-281-2/+3
* Moved creation of GPU transfer buffers into the browser process.apatrick@chromium.org2011-02-241-0/+14
* Disable the resize IPC for accelerated compositing on TOUCH_UI.backer@chromium.org2011-02-241-1/+1
* Collect as much GPU information as possible without creating a GL/D3D context...zmo@google.com2011-02-191-0/+6
* Refactoring to use a new IPC message filter.backer@chromium.org2011-01-311-8/+26
* Route LOG messages generated on the GPU process to the about:gpu page.nduca@chromium.org2011-01-271-0/+6
* Route IPC through browser when creating a viewable command buffer.backer@chromium.org2011-01-271-28/+23
* Reland 72704 - Defered collect DirectX diagnostics until they are needed for ...apatrick@chromium.org2011-01-271-1/+3
* Revert 72704 - Defered collect DirectX diagnostics until they are needed for ...apatrick@chromium.org2011-01-261-3/+1
* Defered collect DirectX diagnostics until they are needed for about:gpu.apatrick@chromium.org2011-01-261-1/+3
* Re-land of http://codereview.chromium.org/6094009 with Mac build fix.kbr@google.com2011-01-071-0/+8
* Revert http://codereview.chromium.org/6094009 (r70768) due tokbr@google.com2011-01-061-8/+0
* Perform GPU-related initialization in GPU process in response to ankbr@google.com2011-01-061-0/+8
* Mac: Don't hang gpu process if a tab that shares its renderer process with ot...thakis@chromium.org2010-12-221-0/+7
* Blacklist bad GPU drivers: currenly we disable all gpu related features if a ...zmo@google.com2010-12-111-0/+5
* ipc: Simplify the magic required to create IPC message headers.This gets rid ...jam@chromium.org2010-12-081-281/+255
* If compositor window already exists, then simply return it rather than compla...nduca@chromium.org2010-12-061-2/+2
* Defer window destruction until GPU finished drawing.backer@chromium.org2010-11-301-0/+5
* When accelerated compositing is enabled, we create a plugin-like pair of wind...nduca@chromium.org2010-11-271-0/+10
* Add flow control between renderer and GPU processes, and, on Mac OS X,kbr@google.com2010-11-261-12/+14
* Resize synchronization for Linux.backer@chromium.org2010-11-251-0/+6
* Deleted code associated with --enable-gpu-rendering andkbr@chromium.org2010-11-081-49/+0
* Let every "accelerated IO surface swapped" message have an identifier of the ...thakis@chromium.org2010-10-281-2/+3
* Revert 63232 - On Windows, create a new TransportDIB::Handle struct which inc...kkania@chromium.org2010-10-201-4/+7
* On Windows, create a new TransportDIB::Handle struct which includes the filekkania@chromium.org2010-10-201-7/+4
* Add Ability to pass in allowed extensions to GPU contexts.gman@chromium.org2010-10-191-2/+5
* Resubmit - move MFT h264 code to media/video and connect to gpu video decoder.hclam@chromium.org2010-10-081-2/+2
* Revert "Move MFT H264 video decoder implementation and connect it to GpuVideo...hclam@chromium.org2010-10-081-2/+2
* Move MFT H264 video decoder implementation and connect it to GpuVideoDecoderhclam@chromium.org2010-10-081-2/+2
* GpuVideoDecoderHost runs on IO thread instead of Render threadhclam@chromium.org2010-10-071-4/+0
* Make FakeGlVideoDecodeEngine works in the hardware video decoding architecturehclam@chromium.org2010-10-071-0/+10
* Implement GpuVideoDecoderHost and unit testshclam@chromium.org2010-10-071-7/+13
* Revert 61608 - On Windows, create a new TransportDIB::Handle struct which inc...satish@chromium.org2010-10-061-4/+7
* On Windows, create a new TransportDIB::Handle struct which includes the filekkania@chromium.org2010-10-061-7/+4
* Add offscreen context creation attributes to GGL.enne@chromium.org2010-10-011-1/+5
* Implement video frame exchange in GpuVideoDecoder and testshclam@chromium.org2010-09-291-15/+13
* Revert 60421 - Revert 60373, trying to track down a perf regression (see bug ...thakis@chromium.org2010-09-241-0/+3
* Revert 60373, trying to track down a perf regression (see bug 56752)- Add abo...thakis@chromium.org2010-09-241-3/+0
* Add about:gpuhangthakis@chromium.org2010-09-231-0/+3
* Revert r60126 that broke the build.hclam@chromium.org2010-09-221-4/+4
* SendAllocateVideoFrames to the rendererhclam@chromium.org2010-09-211-4/+4
* Resubmit GpuVideoDecoder and related patches.hclam@chromium.org2010-09-171-1/+1
* Revert 59784 - GpuVideoDecoder to use GpuVideoDevice and IPC messages to comp...mlloyd@chromium.org2010-09-171-1/+1
* GpuVideoDecoder to use GpuVideoDevice and IPC messages to complete VideoFrame...hclam@chromium.org2010-09-171-1/+1
* Add IPC messages for allocation video frames for hardware video decoderhclam@chromium.org2010-09-171-1/+16
* Add about:gpucrashthakis@chromium.org2010-09-151-0/+3
* Updating the about:gpu to start a webgl context if one does not exist so that...rlp@chromium.org2010-09-101-0/+8
* FBTF: Move individual XXXMsg_Params structs to a new file.erg@google.com2010-08-241-3/+10
* Fixed race where GPU process rendered to invalid window handle.apatrick@chromium.org2010-08-181-3/+3
* 1. ipc_video_decoder.cc/h is media pipeline filter which use the gpu decoder ...jiesun@google.com2010-08-101-0/+80