summaryrefslogtreecommitdiffstats
path: root/content/gpu/gpu_main.cc
Commit message (Expand)AuthorAgeFilesLines
* Move a bunch of code in content\common (as well as a few left in renderer) to...jam@chromium.org2012-10-221-7/+9
* Figure out whether we have enough information to make the final GPU blacklist...zmo@chromium.org2012-10-091-21/+6
* gl: Move GpuSwitchingManager into ui namespace.tfarina@chromium.org2012-10-081-2/+2
* Delete some unused code found by -Wunused-functionthakis@chromium.org2012-10-011-0/+6
* Move force_discrete GPU on older MacBookPro models to GpuBlacklistzmo@google.com2012-10-011-1/+2
* Clean up scoped_com_initializer.h, primarily by removing #ifdefs for non-Wind...pkasting@chromium.org2012-10-011-2/+2
* Revert 158211 - Revert 158076 - Implement blacklist's force GPU capability in...tzik@chromium.org2012-09-231-0/+11
* Revert 158076 - Implement blacklist's force GPU capability in dual GPU machines.tzik@chromium.org2012-09-231-11/+0
* Implement blacklist's force GPU capability in dual GPU machines.zmo@chromium.org2012-09-211-0/+11
* Show gpu process sandbox status in the about:gpu page.skaslev@google.com2012-09-111-2/+4
* GPU: warm-up Nvidia driver on Linux for Optimus cards.jln@chromium.org2012-08-231-3/+5
* GPU: call CreateGLContext() to warm up the sandbox on Linux.jln@chromium.org2012-08-171-39/+105
* Only dlopen() OMX/VAAPI libs in the GPU process, and only lazily dlsym() thei...fischman@chromium.org2012-08-041-0/+10
* Revert 150007 - Only dlopen() OMX/VAAPI libs in the GPU process, and only laz...fischman@chromium.org2012-08-041-10/+0
* Only dlopen() OMX/VAAPI libs in the GPU process, and only lazily dlsym() thei...fischman@chromium.org2012-08-041-0/+10
* Revert "Add env var for GPU process sandbox."jorgelo@chromium.org2012-07-191-8/+0
* Move the Windows sandbox to sandbox/winjln@chromium.org2012-07-181-1/+1
* Emergency revert; rietveld broke; tree brokeerg@google.com2012-07-131-1/+1
* sandbox/src -> sandbox/win/srcjln@chromium.org2012-07-131-1/+1
* Add env var for GPU process sandbox.jorgelo@chromium.org2012-07-101-0/+7
* Make full gpu info collection on Linux optional.zmo@chromium.org2012-06-221-4/+10
* Change GPU process to use IO rather than UI MessageLoop on Mac OS. On this pl...kbr@chromium.org2012-06-201-2/+1
* Disable the seccomp filter GPU process sandbox by default on Chrome OS.jorgelo@chromium.org2012-06-121-2/+12
* Don't handle GPU accessibility in chrome os.zmo@chromium.org2012-05-251-1/+3
* Add trace events to measure GPU process startup timing and time to first pres...apatrick@chromium.org2012-05-181-25/+52
* Disable GPU info collection on GPU process startup on Win/Mac.zmo@google.com2012-05-171-11/+29
* ui: Move gl/ directory out of gfx/, up to ui/.tfarina@chromium.org2012-05-121-5/+5
* Change GPUInfo to handle multiple GPUs.zmo@chromium.org2012-05-101-1/+1
* Warm up the crypto subsystem before entering the GPU sandbox.cevans@chromium.org2012-05-101-0/+8
* Disable Chrome OS seccomp filter GPU sandbox.jorgelo@chromium.org2012-05-101-2/+2
* Final(?) eradications of GDK / GTK from the GPU process.cevans@chromium.org2012-04-201-7/+0
* Use the simpler DEFAULT message loop type to avoid calling into GTK.cevans@chromium.org2012-04-191-0/+2
* Permit testing of the Nouveau driver.cevans@chromium.org2012-04-161-1/+2
* Add an initial Linux GPU sandbox using the seccomp filter framework.cevans@chromium.org2012-04-131-4/+13
* Use gdk_init() instead of gtk_init() to open the display. It's much lighter andcevans@chromium.org2012-04-111-1/+1
* Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTKoshima@chromium.org2012-04-051-2/+2
* Disable GPU features if /dev/nvidiactl is inaccessiblezmo@chromium.org2012-03-281-0/+12
* Warm up advapi32.dll in the GPU sandbox.jschuh@chromium.org2012-03-211-0/+4
* Collect GPU info before enabling sandbox.apatrick@chromium.org2012-02-181-5/+14
* Preload setupapi.dll in GPU process.apatrick@chromium.org2012-02-141-1/+4
* Relanding this change with fixes for the windows shared builder.ananta@chromium.org2011-12-221-0/+3
* Revert 115482 - Initial implementation of the DXVA 2.0 H.264 hardware decoder...ananta@chromium.org2011-12-221-3/+0
* Initial implementation of the DXVA 2.0 H.264 hardware decoder for pepper for ...ananta@chromium.org2011-12-221-0/+3
* Share X connection between GLSurfaceGLX/EGL and MessagePumpX/GTKpiman@chromium.org2011-12-091-0/+7
* [Mac] Remove content/ CrApplication.shess@chromium.org2011-12-061-7/+1
* Move content_restriction.h and main_function_params.h to content/public/commo...jam@chromium.org2011-10-311-2/+2
* Expose the sandbox related code through the content API. I did a bit of clean...jam@chromium.org2011-10-291-2/+2
* Fixed log messages about failed initialization of GLSurface.alokp@chromium.org2011-10-181-1/+1
* Move content_switches to content\public\common.jam@chromium.org2011-10-131-1/+1
* Preload D3DX DLLs before ANGLE is loaded.apatrick@chromium.org2011-09-071-13/+13