summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_scene.h
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: remove unused cmd_block_list structBrian Paul2013-03-061-4/+0
* llvmpipe: tweak CMD_BLOCK_MAX and LP_SCENE_MAX_SIZEBrian Paul2013-03-061-2/+8
* llvmpipe: EXT_transform_feedback support (v1.1)Dave Airlie2012-12-061-2/+3
* llvmpipe: Eliminate color buffer swizzling.José Fonseca2012-11-291-2/+0
* llvmpipe: Unswizzled rendering.James Benton2012-11-281-0/+1
* llvmpipe: reintroduce SET_STATE binner commandKeith Whitwell2010-10-151-1/+27
* llvmpipe: fix warnings on both 32 and 64 bit buildsKeith Whitwell2010-09-121-3/+3
* llvmpipe: Silence some warnings.José Fonseca2010-09-111-2/+2
* llvmpipe: restore larger command blocksKeith Whitwell2010-09-111-1/+1
* llvmpipe: add DEBUG_MEM optionKeith Whitwell2010-09-111-0/+12
* llvmpipe: allow bigger scenesKeith Whitwell2010-09-111-1/+1
* llvmpipe: use opcodes instead of function pointers in binsKeith Whitwell2010-09-071-27/+53
* llvmpipe: enforce fixed memory limit on scenesKeith Whitwell2010-09-071-70/+70
* llvmpipe: clean up deferred zstencil clearsKeith Whitwell2010-09-071-1/+0
* 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