| Commit message (Expand) | Author | Age | Files | Lines |
* | Mac: Don't hang gpu process if a tab that shares its renderer process with ot... | thakis@chromium.org | 2010-12-22 | 1 | -0/+7 |
* | Blacklist bad GPU drivers: currenly we disable all gpu related features if a ... | zmo@google.com | 2010-12-11 | 1 | -0/+5 |
* | ipc: Simplify the magic required to create IPC message headers.This gets rid ... | jam@chromium.org | 2010-12-08 | 1 | -281/+255 |
* | If compositor window already exists, then simply return it rather than compla... | nduca@chromium.org | 2010-12-06 | 1 | -2/+2 |
* | Defer window destruction until GPU finished drawing. | backer@chromium.org | 2010-11-30 | 1 | -0/+5 |
* | When accelerated compositing is enabled, we create a plugin-like pair of wind... | nduca@chromium.org | 2010-11-27 | 1 | -0/+10 |
* | Add flow control between renderer and GPU processes, and, on Mac OS X, | kbr@google.com | 2010-11-26 | 1 | -12/+14 |
* | Resize synchronization for Linux. | backer@chromium.org | 2010-11-25 | 1 | -0/+6 |
* | Deleted code associated with --enable-gpu-rendering and | kbr@chromium.org | 2010-11-08 | 1 | -49/+0 |
* | Let every "accelerated IO surface swapped" message have an identifier of the ... | thakis@chromium.org | 2010-10-28 | 1 | -2/+3 |
* | Revert 63232 - On Windows, create a new TransportDIB::Handle struct which inc... | kkania@chromium.org | 2010-10-20 | 1 | -4/+7 |
* | On Windows, create a new TransportDIB::Handle struct which includes the file | kkania@chromium.org | 2010-10-20 | 1 | -7/+4 |
* | Add Ability to pass in allowed extensions to GPU contexts. | gman@chromium.org | 2010-10-19 | 1 | -2/+5 |
* | Resubmit - move MFT h264 code to media/video and connect to gpu video decoder. | hclam@chromium.org | 2010-10-08 | 1 | -2/+2 |
* | Revert "Move MFT H264 video decoder implementation and connect it to GpuVideo... | hclam@chromium.org | 2010-10-08 | 1 | -2/+2 |
* | Move MFT H264 video decoder implementation and connect it to GpuVideoDecoder | hclam@chromium.org | 2010-10-08 | 1 | -2/+2 |
* | GpuVideoDecoderHost runs on IO thread instead of Render thread | hclam@chromium.org | 2010-10-07 | 1 | -4/+0 |
* | Make FakeGlVideoDecodeEngine works in the hardware video decoding architecture | hclam@chromium.org | 2010-10-07 | 1 | -0/+10 |
* | Implement GpuVideoDecoderHost and unit tests | hclam@chromium.org | 2010-10-07 | 1 | -7/+13 |
* | Revert 61608 - On Windows, create a new TransportDIB::Handle struct which inc... | satish@chromium.org | 2010-10-06 | 1 | -4/+7 |
* | On Windows, create a new TransportDIB::Handle struct which includes the file | kkania@chromium.org | 2010-10-06 | 1 | -7/+4 |
* | Add offscreen context creation attributes to GGL. | enne@chromium.org | 2010-10-01 | 1 | -1/+5 |
* | Implement video frame exchange in GpuVideoDecoder and tests | hclam@chromium.org | 2010-09-29 | 1 | -15/+13 |
* | Revert 60421 - Revert 60373, trying to track down a perf regression (see bug ... | thakis@chromium.org | 2010-09-24 | 1 | -0/+3 |
* | Revert 60373, trying to track down a perf regression (see bug 56752)- Add abo... | thakis@chromium.org | 2010-09-24 | 1 | -3/+0 |
* | Add about:gpuhang | thakis@chromium.org | 2010-09-23 | 1 | -0/+3 |
* | Revert r60126 that broke the build. | hclam@chromium.org | 2010-09-22 | 1 | -4/+4 |
* | SendAllocateVideoFrames to the renderer | hclam@chromium.org | 2010-09-21 | 1 | -4/+4 |
* | Resubmit GpuVideoDecoder and related patches. | hclam@chromium.org | 2010-09-17 | 1 | -1/+1 |
* | Revert 59784 - GpuVideoDecoder to use GpuVideoDevice and IPC messages to comp... | mlloyd@chromium.org | 2010-09-17 | 1 | -1/+1 |
* | GpuVideoDecoder to use GpuVideoDevice and IPC messages to complete VideoFrame... | hclam@chromium.org | 2010-09-17 | 1 | -1/+1 |
* | Add IPC messages for allocation video frames for hardware video decoder | hclam@chromium.org | 2010-09-17 | 1 | -1/+16 |
* | Add about:gpucrash | thakis@chromium.org | 2010-09-15 | 1 | -0/+3 |
* | Updating the about:gpu to start a webgl context if one does not exist so that... | rlp@chromium.org | 2010-09-10 | 1 | -0/+8 |
* | FBTF: Move individual XXXMsg_Params structs to a new file. | erg@google.com | 2010-08-24 | 1 | -3/+10 |
* | Fixed race where GPU process rendered to invalid window handle. | apatrick@chromium.org | 2010-08-18 | 1 | -3/+3 |
* | 1. ipc_video_decoder.cc/h is media pipeline filter which use the gpu decoder ... | jiesun@google.com | 2010-08-10 | 1 | -0/+80 |
* | Revert 55405 - Special thanks for in-ming cheng's MFT hardware decodering code. | ananta@chromium.org | 2010-08-09 | 1 | -80/+0 |
* | Special thanks for in-ming cheng's MFT hardware decodering code. | jiesun@google.com | 2010-08-09 | 1 | -0/+80 |
* | SwapBuffers notification is sent from GPU process to renderer process. | apatrick@chromium.org | 2010-08-06 | 1 | -2/+5 |
* | Initial port of accelerated compositor to Mac OS X 10.6. Reused | kbr@google.com | 2010-08-04 | 1 | -3/+30 |
* | Collecting gpu information when the gpu process creates a channel. Adding the... | rlp@chromium.org | 2010-07-14 | 1 | -2/+4 |
* | linux: add accelerated compositing. | piman@chromium.org | 2010-07-01 | 1 | -5/+7 |
* | - Extracted platform specific code from GLES2 command decoder to platform spe... | apatrick@chromium.org | 2010-04-09 | 1 | -3/+2 |
* | Split GpuProcessHost into GpuProcessHostUIShim, which runs on the UI | kbr@google.com | 2010-03-30 | 1 | -4/+2 |
* | Added command buffer implementation of WebGL which runs in the sandbox. | kbr@google.com | 2010-03-27 | 1 | -0/+13 |
* | Calling OpenGL from the renderer process | apatrick@chromium.org | 2010-03-25 | 1 | -3/+20 |
* | Added support for opening a GPU command buffer from a renderer processes thro... | apatrick@chromium.org | 2010-03-05 | 1 | -2/+105 |
* | Laying down the groundwork for GPU video layers. | scherkus@chromium.org | 2010-03-02 | 1 | -3/+18 |
* | Add scrolling to the GPU-accelerated backing store. This also fixes some bugs | brettw@chromium.org | 2010-01-28 | 1 | -0/+5 |