summaryrefslogtreecommitdiffstats
path: root/content/gpu/gpu_info_collector_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo in gpu_info_collector_linux.cc.simonmorris@chromium.org2012-09-051-1/+1
* Make optimus GPU detection more robust on Linux.zmo@chromium.org2012-08-221-0/+12
* Use nv contrl x extension to query nvidia driver version.zmo@chromium.org2012-06-211-10/+52
* Revert 143323 - Use nv contrl x extension to query nvidia driver version.viettrungluu@chromium.org2012-06-211-49/+6
* Use nv contrl x extension to query nvidia driver version.zmo@chromium.org2012-06-211-6/+49
* Push dual-GPU feature management to GPUBlacklist instead of hard-wiringzmo@chromium.org2012-06-061-8/+0
* Don't handle GPU accessibility in chrome os.zmo@chromium.org2012-05-251-0/+2
* Add trace events to measure GPU process startup timing and time to first pres...apatrick@chromium.org2012-05-181-0/+3
* 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-51/+61
* Move ATI driver version collection back to UI thread.zmo@chromium.org2012-03-291-8/+10
* Move GPU preliminary info collection back to UI thread.zmo@google.com2011-11-231-9/+7
* Don't initialize GL bindings in browser process even if libpci doesn't exist ...zmo@google.com2011-11-041-37/+0
* Move GPUInfo to content/public/common and put it into the content namespace.jam@chromium.org2011-10-201-4/+4
* Fixed log messages about failed initialization of GLSurface.alokp@chromium.org2011-10-181-1/+1
* GpuInfoCollector needs to initialize gl_bindings.backer@chromium.org2011-08-091-0/+6
* Get correct driver version on ES backend.zmo@google.com2011-08-041-0/+2
* Add --gpu-no-context-lost commandline switch.zmo@google.com2011-07-281-4/+12
* Collect driver vendor in linux through glXGetClientString.zmo@google.com2011-04-081-1/+34
* Refactor: Move app/gfx/gl ==> ui/gfx/glbacker@chromium.org2011-03-281-3/+3
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Collect ATI driver version through scanning /etc/ati.zmo@google.com2011-03-221-2/+36
* Change LOG to VLOG to avoid a lot of messages in the bots output.zmo@google.com2011-03-171-4/+4
* Refactoring GPUInfo: 1) remove the level field; instead, having a finalized f...zmo@google.com2011-03-141-3/+1
* Move chrome\gpu to content\gpu.jam@chromium.org2011-03-121-0/+279