summaryrefslogtreecommitdiffstats
path: root/chrome/gpu
Commit message (Expand)AuthorAgeFilesLines
* Moving gpu_info to common so that it can be used by param traits. Pulling the...rlp@chromium.org2010-07-097-145/+113
* Remove outdated TODOpiman@chromium.org2010-07-021-1/+0
* linux: add accelerated compositing.piman@chromium.org2010-07-013-10/+16
* Inlining accessors and mutators of gpu_info so that there won't be duplicate ...rlp@chromium.org2010-06-302-31/+36
* Adding a mutator method for the private variables.rlp@chromium.org2010-06-232-0/+17
* Adding the gpu_info classes to get gpu info. The actual integration will be i...rlp@chromium.org2010-06-214-0/+338
* Linux: Catch X errors and force a crash.thestig@chromium.org2010-06-111-2/+3
* Added EGL based GLContext.apatrick@chromium.org2010-06-095-66/+68
* Rename Chrome threads to use a "Cr" prefix.evan@chromium.org2010-06-091-2/+1
* Added check for negative height/width and ensure that buffer size has not cha...scherkus@chromium.org2010-06-081-10/+21
* - 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