Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-16 | llvmpipe: add DEBUG_FS to dump variant information | Keith Whitwell | |
2010-09-16 | llvmpipe: add LP_PERF flag to disable various aspects of rasterization | Keith Whitwell | |
Allows disabling various operations (mainly texture-related, but will grow) to try & identify bottlenecks. Unlike LP_DEBUG, this is active even in release builds - which is necessary for performance investigation. | |||
2010-09-11 | llvmpipe: add DEBUG_MEM option | Keith Whitwell | |
2010-08-25 | llvmpipe: fence debugging, add llvmpipe_finish | Keith Whitwell | |
2010-05-15 | llvmpipe: Use GALLIVM_DEBUG opt where applicable. | José Fonseca | |
2010-01-27 | llvmpipe: added debug option to disable LLVM optimization passes | Brian Paul | |
2010-01-21 | llvmpipe: added simple perf/statistics counting facility | Brian 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-18 | llvmpipe: added show_tiles and show_subtiles debug options | Brian Paul | |
These options draw lines over the tiles to show the 64x64 tile bounds and 16x16 sub-tile bounds. For debugging/visualization. | |||
2009-10-09 | llvmpipe: add LP_DEBUG env var | Keith Whitwell | |