summaryrefslogtreecommitdiffstats
path: root/gpu/perftests
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in gpu/.avi2015-12-212-11/+16
* Kills TraceTicks, which was functionally the same as TimeTickscharliea2015-11-052-3/+3
* Implement ThreadTicks::Now on Windows.fdoray2015-10-151-0/+1
* Elapsed timer queries are virtual and support multiple queries.dyen2015-06-172-2/+1
* Fixit: Fork base::TimeTicks --> TimeTicks + ThreadTicks + TraceTicksmiu2015-05-292-10/+10
* gpu_perftests: Use zero size gl surface for offscreen renderingtiago.vignatti2015-04-161-1/+10
* Use scoped_ptr<T[]> for memory allocated with operator new[].dcheng2015-04-011-1/+1
* Added Destroy() functions for GPUTimer and GPUTracer/GPUTrace.dyen2015-03-261-0/+3
* Time of first use cost of upload.siva.gunturi2015-03-251-1/+6
* glTexImage2D and glTexSubImage2D could have different performancedcastagna2015-03-201-31/+88
* gpu: Benchmark GL_RED instead of GL_LUMINANCE on OpenGL ES3.dcastagna2015-03-191-8/+13
* Revert of gpu: Measure texture uploads with glTexSubImage2D and glTexImage2D....sullivan2015-03-191-87/+35
* gpu: Measure texture uploads with glTexSubImage2D and glTexImage2D.dcastagna2015-03-191-35/+87
* Set GLSL "precision" only if using OpenGL ES.dcastagna2015-03-171-2/+10
* gpu: Set a default precision qualifier for gpu_perftests fragment shader.dcastagna2015-03-131-0/+1
* Add padding for texture sizes where the rows don't start aligned at 4 bytes.dcastagna2015-03-131-39/+46
* Group traces generated from gpu_perftests by format and texture size.dcastagna2015-03-123-16/+17
* Remove uniform initialization from vertex shader in gpu_perftests.dcastagna2015-03-121-5/+5
* Add a perf test to determine if the driver is doing texture renaming.dcastagna2015-03-121-26/+106
* Add support for GL_EXT_timer_query to gpu_timing.dcastagna2015-03-111-4/+1
* gpu: Run texture upload perf test with different texture formats.dcastagna2015-03-101-28/+81
* Add gpu_perftests to perfbots.dcastagna2015-03-041-1/+4
* Added Support for broadcasting disjoint values between GPUTimingClients.dyen2015-02-271-0/+1
* Refactored GLContext to own GPUTiming which spawn GPUTimingClients.dyen2015-02-263-20/+25
* Add OWNERS file in gpu/perftestspiman2015-02-251-0/+1
* gpu: Run texture upload perf test with different texture sizes.dcastagna2015-02-253-55/+94
* gpu: Add support for gpu_perftests for android.dcastagna2015-02-241-13/+25
* gpu: Make gpu_perftests run and pass on mac.dcastagna2015-02-201-1/+1
* gpu: Remove gpu_bindings.h inclusion from headers and reduce includes depende...dcastagna2015-02-193-2/+6
* gpu: Render to a framebuffer object instead of an offscreen surface in gpu_pe...dcastagna2015-02-181-18/+35
* gpu: Add a class MeasurementTimers that measures wall, cpu and gpu time.dcastagna2015-02-133-25/+184
* gpu: Perf test to check costs of texture upload at different stages.dcastagna2015-01-292-0/+273