summaryrefslogtreecommitdiffstats
path: root/content/gpu/gpu_child_thread.cc
Commit message (Expand)AuthorAgeFilesLines
* Set the unblock flag to false for all gpu->renderer IPCsjamesr@chromium.org2011-06-011-6/+2
* Replace OS_LINUX ifdefs with OS_POSIX & !OS_MACOSX, TOOLKIT_USES_GTK, ortony@chromium.org2011-05-311-1/+1
* Fix gpu acceleration with --in-process-gpu and --single-process modes.sievers@google.com2011-05-271-1/+5
* Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...apatrick@chromium.org2011-05-121-2/+2
* Revert "Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Crea...antonm@chromium.org2011-05-121-2/+2
* Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...apatrick@chromium.org2011-05-121-2/+2
* Revert 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...apatrick@chromium.org2011-05-111-2/+2
* Split GLContext::Create*GLContext into GLSurface::Create*GLSurface plus a sur...apatrick@chromium.org2011-05-111-2/+2
* Added about:gpucleanamarinichev@chromium.org2011-05-041-0/+7
* Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. Thi...jam@chromium.org2011-05-021-1/+1
* Move more GPU related files from content/common to content/common/gpu.apatrick@chromium.org2011-04-221-1/+1
* Fix diagnostics and log messages in about:gpu.nduca@chromium.org2011-04-221-0/+2
* Remove the last Chrome dependencies from renderer, and enforce no more includ...jam@chromium.org2011-04-181-1/+1
* Move a bunch of Chrome specific code out of RenderThread, in preparation of m...jam@chromium.org2011-04-141-2/+2
* Moved code that runs in both the browser and GPU process from content/gpu to ...apatrick@chromium.org2011-04-081-3/+4
* Refactor: Move app/gfx/gl ==> ui/gfx/glbacker@chromium.org2011-03-281-2/+2
* Initialize a few uninitialized members in GPU classes.finnur@chromium.org2011-03-281-0/+1
* Removed --no-gpu-sandbox.apatrick@chromium.org2011-03-251-1/+1
* Check the GPU watchdog after processing every 3D command.jbauman@chromium.org2011-03-231-0/+1
* This is a thread that runs in the browser process that can issue GL calls wit...apatrick@chromium.org2011-03-211-0/+269