summaryrefslogtreecommitdiffstats
path: root/content/browser/gpu/gpu_process_host.h
Commit message (Expand)AuthorAgeFilesLines
* Convert plugin and GPU process to brokered handle duplication.jschuh@chromium.org2012-04-141-4/+0
* Revert 132218 - Convert plugin and GPU process to brokered handle duplication.eroman@chromium.org2012-04-131-0/+4
* Convert plugin and GPU process to brokered handle duplication.jschuh@chromium.org2012-04-131-4/+0
* Index GpuProcessHost by kind rather than ID.apatrick@chromium.org2012-04-121-1/+2
* Log GPU process launch time to UMA.fischman@chromium.org2012-04-111-0/+4
* Cache shared texture in browserjbauman@chromium.org2012-04-071-0/+3
* Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTKoshima@chromium.org2012-04-051-1/+1
* Refactor GpuProcessHost::GetForClient to GpuProcessHost::Get, which takes a G...apatrick@chromium.org2012-03-151-11/+16
* Fix context sharing between channels to be order-independent.piman@chromium.org2012-03-081-1/+1
* Windows: Limit D3D devices to one per Present Thread (4 max).apatrick@chromium.org2012-03-071-0/+1
* Land 9348117: (Aura) use GPU process for UIbacker@chromium.org2012-02-241-2/+3
* Cleanup: Remove base::environment_vector and base::file_handle_mapping_vector...thestig@chromium.org2012-02-241-0/+1
* Allow GPU process to present to the compositing surface without the involveme...apatrick@chromium.org2012-02-211-0/+9
* Coverity: Fix pass-by-values.jhawkins@chromium.org2012-02-211-9/+9
* Revert 122213 - aura: Use GPU process for UIdpapad@chromium.org2012-02-161-3/+2
* Revert 122205 - Allow GPU process to present to the compositing surface witho...apatrick@chromium.org2012-02-161-9/+0
* aura: Use GPU process for UIpiman@chromium.org2012-02-161-2/+3
* Not ready for review yet.apatrick@chromium.org2012-02-161-0/+9
* Rename GpuProcessHost::GetForRenderer to GetForClientpiman@chromium.org2012-02-101-11/+10
* PluginWindowHandle -> GLSurfaceHandle for GPU process rendering surfaces.piman@chromium.org2012-02-081-1/+1
* Fallback to software renderer if GPU process crashes often enough.jbauman@chromium.org2012-02-081-0/+5
* Remove chrome dependencies on GpuProcessHost. I've moved all of the WebKitPre...jam@chromium.org2012-02-061-1/+1
* Fix DirectX diagnostic collection for about:gpu page.apatrick@chromium.org2012-01-281-1/+5
* Rename BrowserChildProcessHost implementation class to BrowserChildProcessHos...jam@chromium.org2012-01-231-2/+2
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-201-11/+15
* Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to ...jam@chromium.org2012-01-201-15/+11
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-201-11/+15
* gpu: reference target surfaces through a globally unique surface id.piman@chromium.org2012-01-181-8/+4
* Add the ability to share GL contexts across channels.piman@chromium.org2012-01-121-7/+7
* Remove custom Task implementations and re-exorcise old callbacks from gpu.dcheng@chromium.org2011-12-101-13/+12
* Add a JS API for detecting WebGL availability.zmo@google.com2011-12-081-1/+0
* Use ForceShutdown to kill old GPU process.jbauman@chromium.org2011-12-071-0/+2
* Make ChildProcessHost be used through an interface in content/public, instead...jam@chromium.org2011-12-031-1/+1
* Don't make classes derive from ChildProcessHost, and instead have them use it...jam@chromium.org2011-12-021-2/+0
* A few less TOUCH_UIs.backer@chromium.org2011-11-221-1/+1
* Add OVERRIDE to content/.avi@chromium.org2011-11-171-5/+5
* Allow switching to SwiftShader when GPU is blacklistedjbauman@chromium.org2011-11-111-0/+5
* Move GPUInfo to content/public/common and put it into the content namespace.jam@chromium.org2011-10-201-4/+4
* Making TOOLKIT_USES_GTK orthogonal to USE_AURA.saintlou@chromium.org2011-09-201-1/+1
* Aura under Linux is enabled with:saintlou@chromium.org2011-09-181-1/+1
* Annotate all of the functions in content that need to be exported, in prepara...dpranke@chromium.org2011-09-131-4/+5
* Tag IPC::Channel::Listener implementations with OVERRIDEevan@chromium.org2011-08-161-2/+2
* Remove TabContentsView methods that just call to the delegate, and have them ...jam@chromium.org2011-07-111-0/+7
* Make EstablishGpuChannel synchronous. Remove obsolete Synchronize msg.sievers@chromium.org2011-06-081-11/+0
* Replace OS_LINUX ifdefs with OS_POSIX & !OS_MACOSX, TOOLKIT_USES_GTK, ortony@chromium.org2011-05-311-1/+1
* Don't try to lock surfaces on TOUCH_UI.backer@chromium.org2011-05-301-1/+1
* Fix gpu acceleration with --in-process-gpu and --single-process modes.sievers@google.com2011-05-271-0/+8
* iwyu: Use callback_old.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-1/+1
* Moved content/browser/gpu_* to content/browser/gpu/.apatrick@chromium.org2011-05-091-0/+157