Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | llvmpipe: Include p_compiler.h in lp_perf.h. | Vinson Lee | 2011-01-04 | 1 | -0/+1 |
| | | | | Include p_compiler.h for int64_t symbol. | ||||
* | llvmpipe: brackets around macro arg | Keith Whitwell | 2010-09-15 | 1 | -1/+1 |
| | |||||
* | llvmpipe: more rasterization counters | Keith Whitwell | 2010-08-25 | 1 | -0/+7 |
| | |||||
* | llvmpipe: pass mask into fragment shader | Keith Whitwell | 2010-07-13 | 1 | -0/+1 |
| | | | | | | | | | Move this code back out to C for now, will generate separately. Shader now takes a mask parameter instead of C0/C1/C2/etc. Shader does not currently use that parameter and rasterizes whole pixel stamps always. | ||||
* | llvmpipe: added counters for color tile clear, load, store | Brian Paul | 2010-02-08 | 1 | -0/+4 |
| | |||||
* | llvmpipe: count/report time spent in LLVM compilations | Brian Paul | 2010-01-27 | 1 | -0/+4 |
| | |||||
* | llvmpipe: added simple perf/statistics counting facility | Brian Paul | 2010-01-21 | 1 | -0/+74 |
Currently counting number of tris, how many tiles of each size are fully covered, partially covered or empty, etc. Set LP_DEBUG=counters to enable. Results are printed upon context destruction. |