| Commit message (Expand) | Author | Age | Files | Lines |
* | This is a second attempt of http://codereview.chromium.org/3175038 | davemoore@chromium.org | 2010-09-13 | 1 | -1/+2 |
* | Added FakeGlVideoDecodeEngine to exercise the IPC protocol for hardware video... | hclam@chromium.org | 2010-09-13 | 5 | -65/+205 |
* | Revert 59147 - Allow overriding of X error functions | davemoore@chromium.org | 2010-09-10 | 1 | -2/+1 |
* | Allow overriding of X error functions | davemoore@chromium.org | 2010-09-10 | 1 | -1/+2 |
* | Updating the about:gpu to start a webgl context if one does not exist so that... | rlp@chromium.org | 2010-09-10 | 2 | -0/+14 |
* | Clean up texture types in VideoFrame | hclam@chromium.org | 2010-09-09 | 1 | -2/+0 |
* | FBTF: Remove unneeded headers from base/ (part 8) | thestig@chromium.org | 2010-09-08 | 2 | -3/+1 |
* | Added GPU stat for whether a GPU can report context lost. | apatrick@chromium.org | 2010-09-07 | 7 | -62/+99 |
* | Rename all FillThisBuffer and EmptyThisBuffer to something more meaningful | hclam@chromium.org | 2010-09-05 | 2 | -8/+8 |
* | Complete initializing a GPU video decoder in a GLES2 context | hclam@chromium.org | 2010-09-03 | 6 | -19/+43 |
* | Merge remote branch 'origin/trunk' into resubmit | hclam@chromium.org | 2010-09-03 | 2 | -4/+2 |
* | Revert 58429, 58428, 58427, 58423. | akalin@chromium.org | 2010-09-03 | 2 | -2/+4 |
* | Revert 58428 - Revert 58423 - Refactor video decode engines to move them to a... | akalin@chromium.org | 2010-09-02 | 2 | -4/+2 |
* | Revert 58423 - Refactor video decode engines to move them to a new folder | akalin@chromium.org | 2010-09-02 | 2 | -2/+4 |
* | Refactor video decode engines to move them to a new folder | hclam@chromium.org | 2010-09-02 | 2 | -4/+2 |
* | Landing http://codereview.chromium.org/3291008 -- Rename Gl.h to gl.h to fix | glider@chromium.org | 2010-09-02 | 1 | -1/+1 |
* | Re-enable data collection, using a temporary | maf@google.com | 2010-08-28 | 1 | -50/+68 |
* | FBTF: Move individual XXXMsg_Params structs to a new file. | erg@google.com | 2010-08-24 | 4 | -1/+6 |
* | Temporarily work around GPU process crash on Mac OS X. | kbr@google.com | 2010-08-24 | 1 | -1/+8 |
* | Add Mac GPU logging code. | maf@google.com | 2010-08-21 | 2 | -3/+123 |
* | FBTB: Remove unneeded #includes of base/ref_counted.h and base/string16.h in ... | viettrungluu@chromium.org | 2010-08-20 | 1 | -1/+0 |
* | FBTF: Remove unneeded headers from base/ (part 6) | thestig@chromium.org | 2010-08-19 | 1 | -1/+2 |
* | media: use VideoDecodeEngine interface in gpu_video_decoder abstraction. | jiesun@google.com | 2010-08-17 | 4 | -39/+261 |
* | FBTF: Remove "obviously" unneeded standard C++ library #includes. | viettrungluu@chromium.org | 2010-08-15 | 1 | -3/+0 |
* | Initialize the members and avoid inlining the constructors. | finnur@chromium.org | 2010-08-12 | 1 | -1/+4 |
* | FBTF: Clean up some headers in tab_contents_delegate.h. | erg@google.com | 2010-08-10 | 2 | -0/+3 |
* | FBTF: Minor gfx/ header cleanup. | erg@google.com | 2010-08-10 | 2 | -0/+3 |
* | 1. ipc_video_decoder.cc/h is media pipeline filter which use the gpu decoder ... | jiesun@google.com | 2010-08-10 | 6 | -0/+372 |
* | Revert 55405 - Special thanks for in-ming cheng's MFT hardware decodering code. | ananta@chromium.org | 2010-08-09 | 8 | -1065/+0 |
* | Special thanks for in-ming cheng's MFT hardware decodering code. | jiesun@google.com | 2010-08-09 | 8 | -0/+1065 |
* | SwapBuffers notification is sent from GPU process to renderer process. | apatrick@chromium.org | 2010-08-06 | 2 | -0/+8 |
* | FBTF: Remove unneeded headers from base/ (part 2) | thestig@chromium.org | 2010-08-06 | 1 | -4/+2 |
* | Initial port of accelerated compositor to Mac OS X 10.6. Reused | kbr@google.com | 2010-08-04 | 4 | -5/+78 |
* | Cleanup: Remove unneeded headers from app/ | thestig@chromium.org | 2010-07-29 | 2 | -2/+0 |
* | Linux: Fix some NULL versus 0 issues to appease gcc-4.5. | craig.schlenter@chromium.org | 2010-07-27 | 1 | -2/+2 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 14 | -0/+14 |
* | GPU process command buffer stubs are destroyed when channel is closed. | apatrick@chromium.org | 2010-07-15 | 6 | -80/+59 |
* | Coverity: Fix leaking TransportDIB in GpuBackingStore{GLX,Win}::OnPaintToBack... | mattm@chromium.org | 2010-07-14 | 2 | -3/+3 |
* | Collecting gpu information when the gpu process creates a channel. Adding the... | rlp@chromium.org | 2010-07-14 | 1 | -1/+6 |
* | Moving gpu_info to common so that it can be used by param traits. Pulling the... | rlp@chromium.org | 2010-07-09 | 7 | -145/+113 |
* | Remove outdated TODO | piman@chromium.org | 2010-07-02 | 1 | -1/+0 |
* | linux: add accelerated compositing. | piman@chromium.org | 2010-07-01 | 3 | -10/+16 |
* | Inlining accessors and mutators of gpu_info so that there won't be duplicate ... | rlp@chromium.org | 2010-06-30 | 2 | -31/+36 |
* | Adding a mutator method for the private variables. | rlp@chromium.org | 2010-06-23 | 2 | -0/+17 |
* | Adding the gpu_info classes to get gpu info. The actual integration will be i... | rlp@chromium.org | 2010-06-21 | 4 | -0/+338 |
* | Linux: Catch X errors and force a crash. | thestig@chromium.org | 2010-06-11 | 1 | -2/+3 |
* | Added EGL based GLContext. | apatrick@chromium.org | 2010-06-09 | 5 | -66/+68 |
* | Rename Chrome threads to use a "Cr" prefix. | evan@chromium.org | 2010-06-09 | 1 | -2/+1 |
* | Added check for negative height/width and ensure that buffer size has not cha... | scherkus@chromium.org | 2010-06-08 | 1 | -10/+21 |
* | - Extracted platform specific code from GLES2 command decoder to platform spe... | apatrick@chromium.org | 2010-04-09 | 1 | -1/+1 |