aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_setup.c
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: Silence unused value warning.Vinson Lee2010-02-141-0/+1
* llvmpipe: Map rendertargets when bound as textures.José Fonseca2010-02-101-4/+15
* llvmpipe: Leave depth buffer in swizzled format.José Fonseca2010-02-101-4/+0
* llvmpipe: s/textured/texture/Brian Paul2010-02-081-1/+1
* Merge remote branch 'origin/lp-binning'José Fonseca2010-02-051-1274/+501
|\
| * llvmpipe: added simple perf/statistics counting facilityBrian Paul2010-01-211-1/+1
| * llvmpipe: use new u_ringbuffer for scene queueKeith Whitwell2010-01-171-4/+7
| * llvmpipe: implement scissor test in triangle setupBrian Paul2010-01-151-1/+3
| * llvmpipe: generate two shader varients, one omits triangle in/out testingBrian Paul2010-01-151-5/+7
| * llvmpipe: implement scissor testingBrian Paul2010-01-141-0/+34
| * llvmpipe: check render targets before other texturesBrian Paul2010-01-131-6/+9
| * llvmpipe: also check render target textures in lp_setup_is_texture_referenced()Brian Paul2010-01-131-0/+9
| * llvmpipe: indentation fixesBrian Paul2010-01-131-4/+4
| * llvmpipe: re-get scene pointer after flushingBrian Paul2010-01-131-0/+3
| * llvmpipe: check for texture usage in all scenesBrian Paul2010-01-131-10/+10
| * llvmpipe: add scene texture referencing codeBrian Paul2010-01-131-8/+21
| * llvmpipe: Reset the bin when shading a whole tile with an opaque shader.José Fonseca2010-01-131-1/+3
| * llvmpipe: quick hack to short-circuit empty binsKeith Whitwell2010-01-131-1/+3
| * llvmpipe: initial mrt supportKeith Whitwell2010-01-101-9/+9
| * Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-081-2/+2
| |\
| * | llvmpipe: fix double freeKeith Whitwell2010-01-061-1/+2
| * | llvmpipe: merge setup and draw vbuf submodulesKeith Whitwell2010-01-061-51/+60
| * | llvmpipe: keep copy of framebuffer state in setup contextKeith Whitwell2009-12-171-12/+12
| * | llvmpipe: rename bins to sceneKeith Whitwell2009-12-131-56/+56
| * | llvmpipe: rename queue size to countKeith Whitwell2009-12-121-1/+1
| * | llvmpipe: rename one of the two rasterize_bins functionsKeith Whitwell2009-12-121-4/+4
| * | llvmpipe: checkpoint: plug in the new fencing codeBrian Paul2009-12-111-0/+23
| * | llvmpipe: updated commentBrian Paul2009-12-101-3/+4
| * | llvmpipe: simplify the tiles_x, tiles_y code a bitBrian Paul2009-12-091-9/+3
| * | llvmpipe: use the empty_bins queue nowBrian Paul2009-12-091-6/+13
| * | llvmpipe: checkpoint: begin plugging in bin queue codeBrian Paul2009-12-091-1/+32
| * | llvmpipe: use new lp_setup_get_current_bins() functionBrian Paul2009-12-091-15/+31
| * | llvmpipe: still more bin code reorganizationBrian Paul2009-12-041-90/+30
| * | llvmpipe: remove dead code left over from a previous commitBrian Paul2009-12-041-30/+0
| * | llvmpipe: reorganization of binning data structions and funtionsBrian Paul2009-12-041-80/+13
| * | llvmpipe: move lp_rasterize_bin() into lp_rast.cBrian Paul2009-12-041-26/+3
| * | llvmpipe: simplify framebuffer state codeBrian Paul2009-12-041-12/+17
| * | llvmpipe: use LP_DBG() macro everywhereBrian Paul2009-12-041-20/+20
| * | llvmpipe: move bin-related structures and functions into new lp_bin.[ch]Brian Paul2009-12-041-22/+5
| * | llvmpipe: bin state-change commandsBrian Paul2009-12-041-30/+83
| * | llvmpipe: struct cmd_binBrian Paul2009-12-041-5/+6
| * | llvmpipe: comment about blend colorBrian Paul2009-12-031-0/+1
| * | llvmpipe: fix incorrect array indexing when saving blend colorBrian Paul2009-12-031-1/+1
| * | llvmpipe: checkpoint some initial state binning codeBrian Paul2009-12-031-3/+13
| * | llvmpipe: set LP_SETUP_NEW_FS in lp_setup_set_fs()Brian Paul2009-12-031-0/+1
| * | llvmpipe: more debug infoBrian Paul2009-12-031-4/+8
| * | llvmpipe: minor refactoring of bin rasterization codeBrian Paul2009-11-301-16/+28
| * | llvmpipe: remove one of two definitions of TILESIZEKeith Whitwell2009-10-211-4/+4
| * | llvmpipe: Reset the pointer to stored jit context.José Fonseca2009-10-191-2/+6
| * | llvmpipe: Allocate the blend color from the data store, and ensure it's aligned.José Fonseca2009-10-191-10/+24