| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert LOG(INFO) to VLOG(1) - chrome/gpu/. | pkasting@chromium.org | 2010-10-20 | 1 | -5/+5 |
* | Revert 63232 - On Windows, create a new TransportDIB::Handle struct which inc... | kkania@chromium.org | 2010-10-20 | 6 | -10/+26 |
* | Fix the mesa gl issue in chrome. | zmo@google.com | 2010-10-20 | 1 | -1/+5 |
* | On Windows, create a new TransportDIB::Handle struct which includes the file | kkania@chromium.org | 2010-10-20 | 6 | -26/+10 |
* | Revert "Delay loading Media Foundations DLLs" | hclam@chromium.org | 2010-10-19 | 1 | -2/+4 |
* | Delay loading Media Foundations DLLs | hclam@chromium.org | 2010-10-19 | 1 | -4/+2 |
* | Add Ability to pass in allowed extensions to GPU contexts. | gman@chromium.org | 2010-10-19 | 5 | -30/+39 |
* | Does not seem to be logging the gpu stats for any but the browser process. Th... | rlp@chromium.org | 2010-10-12 | 1 | -0/+2 |
* | Linux: call SetProcTitle() in GpuMain() to make the process name correct. | mdm@chromium.org | 2010-10-11 | 1 | -1/+7 |
* | In about:gpu, list only 2 levels of the tree. | apatrick@chromium.org | 2010-10-11 | 1 | -19/+22 |
* | Relanding 61904 with missing file this time. | apatrick@chromium.org | 2010-10-08 | 3 | -0/+143 |
* | Remove the usage of MFT related objects so they don't get linked. | hclam@chromium.org | 2010-10-08 | 1 | -2/+4 |
* | Resubmit - move MFT h264 code to media/video and connect to gpu video decoder. | hclam@chromium.org | 2010-10-08 | 3 | -4/+118 |
* | Revert "Move MFT H264 video decoder implementation and connect it to GpuVideo... | hclam@chromium.org | 2010-10-08 | 3 | -118/+4 |
* | Fix build failure. | hclam@chromium.org | 2010-10-08 | 1 | -2/+7 |
* | Move MFT H264 video decoder implementation and connect it to GpuVideoDecoder | hclam@chromium.org | 2010-10-08 | 3 | -4/+113 |
* | Revert "Added DirectX Diagnostics information to about:gpu on Windows." | ajwong@chromium.org | 2010-10-08 | 2 | -138/+0 |
* | Added DirectX Diagnostics information to about:gpu on Windows. | apatrick@chromium.org | 2010-10-08 | 2 | -0/+138 |
* | GpuVideoDecoderHost runs on IO thread instead of Render thread | hclam@chromium.org | 2010-10-07 | 2 | -19/+0 |
* | Make FakeGlVideoDecodeEngine works in the hardware video decoding architecture | hclam@chromium.org | 2010-10-07 | 4 | -15/+54 |
* | Cleanup in VideoFrame | hclam@chromium.org | 2010-10-07 | 2 | -4/+0 |
* | Implement GpuVideoDecoderHost and unit tests | hclam@chromium.org | 2010-10-07 | 7 | -52/+52 |
* | Revert 61718 - GPU process terminates on hang. | mnissler@chromium.org | 2010-10-07 | 3 | -154/+0 |
* | GPU process terminates on hang. | apatrick@chromium.org | 2010-10-06 | 3 | -0/+154 |
* | Revert 61608 - On Windows, create a new TransportDIB::Handle struct which inc... | satish@chromium.org | 2010-10-06 | 6 | -9/+26 |
* | On Windows, create a new TransportDIB::Handle struct which includes the file | kkania@chromium.org | 2010-10-06 | 6 | -26/+9 |
* | Coverity: Initialize data members in constructor. | jhawkins@chromium.org | 2010-10-05 | 1 | -1/+2 |
* | Add offscreen context creation attributes to GGL. | enne@chromium.org | 2010-10-01 | 4 | -5/+19 |
* | shared_memory: remove wstrings, fix callers. | evan@chromium.org | 2010-09-29 | 1 | -1/+1 |
* | Implement video frame exchange in GpuVideoDecoder and tests | hclam@chromium.org | 2010-09-29 | 4 | -61/+349 |
* | Revert 60421 - Revert 60373, trying to track down a perf regression (see bug ... | thakis@chromium.org | 2010-09-24 | 2 | -0/+8 |
* | Revert 60373, trying to track down a perf regression (see bug 56752)- Add abo... | thakis@chromium.org | 2010-09-24 | 2 | -8/+0 |
* | Add about:gpuhang | thakis@chromium.org | 2010-09-23 | 2 | -0/+8 |
* | Revert r60126 that broke the build. | hclam@chromium.org | 2010-09-22 | 1 | -5/+1 |
* | SendAllocateVideoFrames to the renderer | hclam@chromium.org | 2010-09-21 | 1 | -1/+5 |
* | Fixed the race described in bug 54400 by changing a LOG(FATAL) to a LOG(ERROR... | apatrick@chromium.org | 2010-09-20 | 1 | -0/+25 |
* | Fixed crash when ANGLE returns a NULL device. | apatrick@chromium.org | 2010-09-20 | 1 | -0/+6 |
* | Build fix. Chromium mac compiles again... | hclam@chromium.org | 2010-09-17 | 1 | -5/+1 |
* | Resubmit GpuVideoDecoder and related patches. | hclam@chromium.org | 2010-09-17 | 7 | -159/+330 |
* | Revert 59784 - GpuVideoDecoder to use GpuVideoDevice and IPC messages to comp... | mlloyd@chromium.org | 2010-09-17 | 2 | -131/+135 |
* | Revert 59785 - Implement FakeGlVideoDecodeEngine using FakeGlVideoDecodeContext | mlloyd@chromium.org | 2010-09-17 | 7 | -205/+30 |
* | Revert 59786 - Fix build. | mlloyd@chromium.org | 2010-09-17 | 1 | -2/+1 |
* | Fix build. | hclam@chromium.org | 2010-09-17 | 1 | -1/+2 |
* | Implement FakeGlVideoDecodeEngine using FakeGlVideoDecodeContext | hclam@chromium.org | 2010-09-17 | 7 | -30/+205 |
* | GpuVideoDecoder to use GpuVideoDevice and IPC messages to complete VideoFrame... | hclam@chromium.org | 2010-09-17 | 2 | -135/+131 |
* | Add IPC messages for allocation video frames for hardware video decoder | hclam@chromium.org | 2010-09-17 | 1 | -13/+3 |
* | GpuProcessHost and GpuChannel do not assert if they receive an IPC message th... | apatrick@chromium.org | 2010-09-16 | 1 | -3/+3 |
* | Defines GpuVideoDevice for video frame allocation | hclam@chromium.org | 2010-09-16 | 3 | -4/+149 |
* | Add about:gpucrash | thakis@chromium.org | 2010-09-15 | 2 | -0/+9 |
* | This is a second attempt of http://codereview.chromium.org/3175038 | davemoore@chromium.org | 2010-09-13 | 1 | -1/+2 |