summaryrefslogtreecommitdiffstats
path: root/content/gpu/gpu_info_collector_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* 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