summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gpu_blacklist.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix un-initialized variable in gpu blacklist.zmo@google.com2012-06-071-1/+2
* Adding lexical version format to gpu blacklist.zmo@google.com2012-06-071-13/+78
* Push dual-GPU feature management to GPUBlacklist instead of hard-wiringzmo@chromium.org2012-06-061-0/+45
* Add support for blacklisting 3d and stage3d in Flapperjbauman@chromium.org2012-06-021-0/+2
* Change GPUInfo to handle multiple GPUs.zmo@chromium.org2012-05-101-2/+2
* Modify the base::JSONReader interface to take a set of options rather than a ...rsesek@chromium.org2012-04-111-1/+1
* Avoid blacklisting GPU features if perf stats are unavailable.zmo@chromium.org2012-03-281-3/+6
* Move chrome_version info retrieval into GpuBlacklist.zmo@chromium.org2012-03-091-1/+10
* Refactoring to make GpuPerformanceStats part of gpu info collection.zmo@chromium.org2012-03-071-20/+149
* Add a Content API around GpuDataManager and use that from chrome. I moved Gpu...jam@chromium.org2012-02-161-1/+3
* Move GpuBlacklist out of content and into chrome. All content needs to know i...jam@chromium.org2012-02-151-0/+863
* Move the rest of the core files in chrome\browser to content\browser.jam@chromium.org2011-02-231-577/+0
* Collect as much GPU information as possible without creating a GL/D3D context...zmo@google.com2011-02-191-21/+13
* Initialize GpuBlacklist member.finnur@chromium.org2011-02-141-2/+3
* If a gpu blacklist entry does not specify OS, it should apply to all platforms.zmo@google.com2011-02-121-1/+1
* Initialize member of GPU blacklist to 0 in ctorcpu@chromium.org2011-01-291-2/+2
* Reland 72704 - Defered collect DirectX diagnostics until they are needed for ...apatrick@chromium.org2011-01-271-1/+1
* Revert 72704 - Defered collect DirectX diagnostics until they are needed for ...apatrick@chromium.org2011-01-261-1/+1
* Defered collect DirectX diagnostics until they are needed for about:gpu.apatrick@chromium.org2011-01-261-1/+1
* Improve blacklist logic: use more fields (driver_vendor, gl_renderer, ect) fo...zmo@google.com2011-01-251-7/+161
* Refactor and improve gpu_info_collector: collect information on linux;zmo@google.com2011-01-211-1/+4
* base/version: remove wstring versionevan@chromium.org2010-12-231-1/+2
* Revert 69490 - base/version: remove wstring versionsanjeevr@chromium.org2010-12-171-2/+1
* base/version: remove wstring versionevan@chromium.org2010-12-171-1/+2
* Almost done deinlining virtual methods.erg@google.com2010-12-161-0/+4
* Fix memory leak in gpu_blacklist.cc.zmo@google.com2010-12-121-0/+2
* Blacklist bad GPU drivers: currenly we disable all gpu related features if a ...zmo@google.com2010-12-111-0/+420