summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_limits.h
AgeCommit message (Collapse)Author
2010-04-27llvmpipe: implement max scene sizeBrian Paul
When the size of the scene (binned data plus referenced resources/textures) exceeds LP_MAX_SCENE_SIZE flush/render the scene. This could be improved in various ways but is a good start. Fixes piglit streaming-texture-leak test.
2010-04-24llvmpipe: Move the determination of the number of threads to the screen.José Fonseca
2010-04-23llvmpipe: increase max 2D texture / surface size to 4K x 4KBrian Paul
2010-04-23llvmpipe: rename MAXWIDTH, MAXHEIGHTBrian Paul
2010-04-23llvmpipe: rename lp_tile_size.h to lp_limits.hBrian Paul
Collect the various driver limits in one place since.