summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_debug.h
AgeCommit message (Collapse)Author
2010-05-15llvmpipe: Use GALLIVM_DEBUG opt where applicable.José Fonseca
2010-01-27llvmpipe: added debug option to disable LLVM optimization passesBrian 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.
2010-01-18llvmpipe: added show_tiles and show_subtiles debug optionsBrian Paul
These options draw lines over the tiles to show the 64x64 tile bounds and 16x16 sub-tile bounds. For debugging/visualization.
2009-10-09llvmpipe: add LP_DEBUG env varKeith Whitwell