| Commit message (Expand) | Author | Age | Files | Lines |
* | Split GpuProcessHost into GpuProcessHostUIShim, which runs on the UI | kbr@google.com | 2010-03-30 | 3 | -5/+7 |
* | Added command buffer implementation of WebGL which runs in the sandbox. | kbr@google.com | 2010-03-27 | 2 | -0/+7 |
* | Calling OpenGL from the renderer process | apatrick@chromium.org | 2010-03-25 | 6 | -69/+153 |
* | Workaround for I915 graphics cards which have horrible GL shader support. | scherkus@chromium.org | 2010-03-25 | 2 | -0/+19 |
* | Fixed bugs in GPU process startup on POSIX platforms. Added | kbr@google.com | 2010-03-23 | 2 | -0/+15 |
* | Remove dependency from webkit on chrome/common by moving files to src/app. | pinkerton@chromium.org | 2010-03-19 | 5 | -7/+7 |
* | Move more files to toplevel gfx. | ben@chromium.org | 2010-03-19 | 1 | -1/+1 |
* | Move some more files to toplevel gfx dir. | ben@chromium.org | 2010-03-17 | 5 | -5/+5 |
* | Move base/gfx contents to gfx/ | ben@chromium.org | 2010-03-14 | 2 | -2/+2 |
* | Added support for opening a GPU command buffer from a renderer processes thro... | apatrick@chromium.org | 2010-03-05 | 7 | -1/+495 |
* | Basic GPU accelerated video rendering. | scherkus@chromium.org | 2010-03-03 | 3 | -5/+294 |
* | Laying down the groundwork for GPU video layers. | scherkus@chromium.org | 2010-03-02 | 4 | -0/+105 |
* | Add scrolling to the GPU-accelerated backing store. This also fixes some bugs | brettw@chromium.org | 2010-01-28 | 5 | -13/+167 |
* | Hopefully fix the Linux build for real. I didn't realize *_X86 wasn't defined | brettw@chromium.org | 2010-01-26 | 1 | -1/+1 |
* | Fix stupid error for Linux build. | brettw@chromium.org | 2010-01-26 | 1 | -1/+1 |
* | Fix the ARM build which can't find OpenGL. This adds a new define which I use | brettw@chromium.org | 2010-01-26 | 5 | -9/+33 |
* | Create initial GPU backing store in the GPU process for X windows applications. | brettw@chromium.org | 2010-01-26 | 15 | -39/+619 |
* | Include breakpad header. | oshima@chromium.org | 2010-01-14 | 2 | -0/+8 |
* | Mark the GPU view WS_DISABLED and remove the input event fowarding code which | brettw@chromium.org | 2010-01-14 | 2 | -62/+4 |
* | Add the ability for the GPU process to be used to paint the backing store of a | brettw@chromium.org | 2010-01-13 | 9 | -0/+653 |