summaryrefslogtreecommitdiffstats
path: root/chrome/gpu
Commit message (Expand)AuthorAgeFilesLines
* - Extracted platform specific code from GLES2 command decoder to platform spe...apatrick@chromium.org2010-04-091-1/+1
* Implemented offscreen rendering path for GLES2CmdDecoder on Linux.kbr@google.com2010-03-311-0/+32
* Split GpuProcessHost into GpuProcessHostUIShim, which runs on the UIkbr@google.com2010-03-303-5/+7
* Added command buffer implementation of WebGL which runs in the sandbox.kbr@google.com2010-03-272-0/+7
* Calling OpenGL from the renderer processapatrick@chromium.org2010-03-256-69/+153
* Workaround for I915 graphics cards which have horrible GL shader support.scherkus@chromium.org2010-03-252-0/+19
* Fixed bugs in GPU process startup on POSIX platforms. Addedkbr@google.com2010-03-232-0/+15
* Remove dependency from webkit on chrome/common by moving files to src/app.pinkerton@chromium.org2010-03-195-7/+7
* Move more files to toplevel gfx.ben@chromium.org2010-03-191-1/+1
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-175-5/+5
* Move base/gfx contents to gfx/ben@chromium.org2010-03-142-2/+2
* Added support for opening a GPU command buffer from a renderer processes thro...apatrick@chromium.org2010-03-057-1/+495
* Basic GPU accelerated video rendering.scherkus@chromium.org2010-03-033-5/+294
* Laying down the groundwork for GPU video layers.scherkus@chromium.org2010-03-024-0/+105
* Add scrolling to the GPU-accelerated backing store. This also fixes some bugsbrettw@chromium.org2010-01-285-13/+167
* Hopefully fix the Linux build for real. I didn't realize *_X86 wasn't definedbrettw@chromium.org2010-01-261-1/+1
* Fix stupid error for Linux build.brettw@chromium.org2010-01-261-1/+1
* Fix the ARM build which can't find OpenGL. This adds a new define which I usebrettw@chromium.org2010-01-265-9/+33
* Create initial GPU backing store in the GPU process for X windows applications.brettw@chromium.org2010-01-2615-39/+619
* Include breakpad header.oshima@chromium.org2010-01-142-0/+8
* Mark the GPU view WS_DISABLED and remove the input event fowarding code whichbrettw@chromium.org2010-01-142-62/+4
* Add the ability for the GPU process to be used to paint the backing store of abrettw@chromium.org2010-01-139-0/+653