summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_perf.c
AgeCommit message (Collapse)Author
2010-08-25llvmpipe: more rasterization countersKeith Whitwell
2010-07-13llvmpipe: pass mask into fragment shaderKeith Whitwell
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.
2010-02-08llvmpipe: added counters for color tile clear, load, storeBrian Paul
2010-01-27llvmpipe: count/report time spent in LLVM compilationsBrian Paul
2010-01-21llvmpipe: added simple perf/statistics counting facilityBrian Paul
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.