summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_scene.h
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: move fences from per-bin to per-threadKeith Whitwell2010-07-131-0/+1
* llvmpipe: adapt to clear interface changesRoland Scheidegger2010-05-291-1/+1
* llvmpipe: added a new assertion as a hint to CoverityBrian Paul2010-05-051-0/+1
* llvmpipe: add some tests for malloc() returning NULL.Brian Paul2010-05-041-12/+22
* llvmpipe: remove unused write_depthBrian Paul2010-04-281-3/+1
* llvmpipe: implement max scene sizeBrian Paul2010-04-271-0/+18
* llvmpipe: rename texture refs to resource refsBrian Paul2010-04-231-10/+10
* llvmpipe: rename MAXWIDTH, MAXHEIGHTBrian Paul2010-04-231-2/+2
* llvmpipe: move LP_MAX_TEXTURE_x_LEVELS, etc to lp_tile_size.hBrian Paul2010-04-231-2/+0
* Merge the lp-surface-tiling branch into master.Brian Paul2010-04-161-5/+3
* Squashed commit of the following:Keith Whitwell2010-04-101-4/+4
* llvmpipe: Don't use texture transfer internally.José Fonseca2010-03-131-2/+0
* llvmpipe: reorganize transfer usageKeith Whitwell2010-03-021-8/+26
* llvmpipe: more lp_rasterizer_task parameter passingBrian Paul2010-02-241-2/+1
* Revert "llvmpipe: Move tile coordinate assertion into a more useful place."José Fonseca2010-02-111-3/+3
* llvmpipe: Move tile coordinate assertion into a more useful place.José Fonseca2010-02-111-3/+3
* llvmpipe: s/textured/texture/Brian Paul2010-02-081-2/+2
* Merge remote branch 'origin/lp-binning'José Fonseca2010-02-051-1/+1
* llvmpipe: added scene functions for texture reference countingBrian Paul2010-01-131-0/+16
* llvmpipe: Reset the bin when shading a whole tile with an opaque shader.José Fonseca2010-01-131-0/+4
* llvmpipe: assert that we're putting data into a valid binBrian Paul2010-01-121-0/+3
* llvmpipe: added lp_scene_is_empty()Brian Paul2010-01-121-0/+2
* llvmpipe: rename bins to sceneKeith Whitwell2009-12-131-0/+276