llvmpipe: added show_tiles and show_subtiles debug options
authorBrian Paul <brianp@vmware.com>
Mon, 18 Jan 2010 20:10:10 +0000 (13:10 -0700)
committerBrian Paul <brianp@vmware.com>
Mon, 18 Jan 2010 20:10:14 +0000 (13:10 -0700)
commit62623c4dc5d8b646942bc65e8de350e812945ad1
tree783845aaee1deab515f23727fa3c097ddf29354c
parent591401ff05f878ff1607a1a34db1319103025d8f
llvmpipe: added show_tiles and show_subtiles debug options

These options draw lines over the tiles to show the 64x64 tile
bounds and 16x16 sub-tile bounds.  For debugging/visualization.
src/gallium/drivers/llvmpipe/lp_debug.h
src/gallium/drivers/llvmpipe/lp_rast.c
src/gallium/drivers/llvmpipe/lp_screen.c