summaryrefslogtreecommitdiffstats
path: root/content/browser/gpu/gpu_process_host.h
Commit message (Expand)AuthorAgeFilesLines
* Set up content in-process main threads via factoryscottmg@chromium.org2013-08-161-3/+6
* Cut some more dependencies from browser to child for multiple_dll modescottmg@chromium.org2013-07-231-0/+2
* content: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-091-1/+1
* Use a direct include of time headers in content/, part 1.avi@chromium.org2013-06-281-1/+1
* Set max disk cache size correctly.dsinclair@chromium.org2013-06-171-1/+1
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-111-1/+1
* Windows: Synchronize browser process D3D adapters with GPU process D3D adapters.apatrick@chromium.org2013-05-241-1/+1
* Move GPU device/driver info related code from content to gpu.zmo@chromium.org2013-05-231-2/+2
* Revert 201380 "Move GPU device/driver info related code from con..."zmo@chromium.org2013-05-211-2/+2
* Move GPU device/driver info related code from content to gpu.zmo@chromium.org2013-05-211-2/+2
* GPU pyauto tests rewritten as browser_tests.pshenoy@chromium.org2013-04-241-1/+2
* Renamed 'software_rendering' to 'swiftshader' to differentiate fromskaslev@chromium.org2013-04-231-4/+1
* Patch refactors the GpuProcessHost::SurfaceRef class that was previously only...benm@chromium.org2013-04-121-13/+8
* Do not try to launch the GPU process after it has failed to initialize.apatrick@chromium.org2013-03-201-0/+3
* Implement frame subscription on Windowshclam@chromium.org2013-03-191-0/+14
* Add per-profile disk caching of complied GPU shaders.dsinclair@chromium.org2013-03-131-0/+16
* Conditionalize sending GPU memory UMA histogramsccameron@chromium.org2013-03-081-0/+1
* Delete code / cleanup in GpuProcessHost.apatrick@chromium.org2013-01-041-10/+1
* Add UMA histograms for GPU memory usage at GPU process exit.ccameron@chromium.org2012-12-111-0/+5
* Send notification from GPU process to browser process of offscreen context cr...kbr@chromium.org2012-12-081-1/+17
* Add GPU memory to memory monitordavemoore@chromium.org2012-11-211-1/+5
* Send vsync timebase updates to the browser compositorajuma@chromium.org2012-11-011-0/+4
* Move content\browser\gpu to content namespace.jam@chromium.org2012-10-291-13/+12
* Move the remaning files in content\common to the content namespace.jam@chromium.org2012-10-241-1/+3
* gpu: Add support for GLX_EXT_texture_from_pixmap extension.reveman@google.com2012-10-181-0/+19
* Revert 162654 - gpu: Add support for GLX_EXT_texture_from_pixmap extension.fischman@chromium.org2012-10-181-19/+0
* gpu: Add support for GLX_EXT_texture_from_pixmap extension.reveman@chromium.org2012-10-181-0/+19
* Enable GPU acceleration for Aura on Windowsscottmg@chromium.org2012-09-061-1/+2
* GPU process sends IPC to browser process indicating success of initialization.apatrick@chromium.org2012-08-241-0/+1
* There were two leaks detected here. ccameron@chromium.org2012-08-221-1/+1
* Don't reuse a GpuProcessHost that failed to send a messagepiman@chromium.org2012-08-041-0/+3
* Remove #pragma once from contentajwong@chromium.org2012-07-111-1/+0
* Use IPC::Sender and IPC::Listener in content.brettw@chromium.org2012-06-251-3/+3
* Rename IPC Sender and Listener in ppapi, content/public, and content/rendererbrettw@chromium.org2012-06-201-0/+4
* Delete background tab IOSurfaces on Mac.jbates@chromium.org2012-04-261-0/+4
* 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