summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/gpu_tracer_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* gpu: Extract the gpu timing code from gpu_tracer.dcastagna2015-02-121-137/+99
* Make GL bindings conditionalsievers2015-01-291-1/+11
* Fix glGetQueryObjectiv call on devices which expect EXT variants.dyen2015-01-231-30/+8
* GPU Traces now use synchronous traces for detailed CPU Wall times.dyen2015-01-161-8/+6
* Fixed GPU tracing so the categories do not get mixed.dyen2015-01-081-3/+5
* Added unit tests for the GPU Tracer.dyen2015-01-071-63/+534
* Changed the GPU Tracer so the category names can be customized.dyen2014-12-091-7/+10
* Remove a few unused typedefs. No behavior change.thakis2014-11-101-9/+0
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-271-2/+2
* Standardize usage of virtual/override/final in gpu/dcheng2014-10-211-6/+2
* Replacing the OVERRIDE with override and FINAL with final in gpumohan.reddy2014-10-081-2/+2
* Added support for GPU Tracing on mobile devices which support it.dyen2014-09-031-49/+77
* Simplified GPU Tracer by removing base Trace class.dyen@chromium.org2014-07-291-4/+4
* gpu: Add base class for gpu service testssievers@google.com2014-06-181-6/+4
* Revert 278059 "gpu: Add base class for gpu service tests"macourteau@chromium.org2014-06-181-4/+6
* gpu: Add base class for gpu service testssievers@chromium.org2014-06-181-6/+4
* Encapsulate functionality of the mock GL interface to MockGLInterfaceoetuaho@nvidia.com2014-01-251-2/+2
* The GLARBTimerTrace implementation previously used the 'this' pointer for it'svmiura@chromium.org2014-01-081-0/+211