summaryrefslogtreecommitdiffstats
path: root/chrome/gpu/gpu_info_collector_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* Move chrome\gpu to content\gpu.jam@chromium.org2011-03-121-279/+0
* If a field in GPUInfo is not collected, we should not clear it because it mig...zmo@google.com2011-03-091-1/+0
* Make GPUInfo a struct, which it should be according to the C++ guidelines. T...jam@chromium.org2011-03-081-10/+14
* Don't scan PCI bus for video card vendor id and device id if PCI bus doesn't ...zmo@google.com2011-03-011-0/+15
* Be more flexible about PCI lib path: try both libpci.so.3 and libpci.so. So ...zmo@google.com2011-03-011-2/+6
* Collect D3D Driver Info (version and date) from Windows system registry.zmo@google.com2011-03-011-2/+2
* Collect as much GPU information as possible without creating a GL/D3D context...zmo@google.com2011-02-191-0/+15
* Reland 72704 - Defered collect DirectX diagnostics until they are needed for ...apatrick@chromium.org2011-01-271-1/+1
* Refactor and improve gpu_info_collector: collect information on linux;zmo@google.com2011-01-211-64/+47
* Collect GPU information (vendor id and device id) in Linux.zmo@google.com2010-12-211-7/+245
* Collect DirectX diagnostic information asynchronously.apatrick@chromium.org2010-11-151-0/+3
* Added GPU stat for whether a GPU can report context lost.apatrick@chromium.org2010-09-071-1/+5
* Moving gpu_info to common so that it can be used by param traits. Pulling the...rlp@chromium.org2010-07-091-0/+14