aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_setup.c
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: setup_context -> lp_setup_contextJosé Fonseca2010-03-131-29/+29
* gallivm/llvmpipe: replace 'int stride' with 'int row_stride[MAX_LEVELS]'Brian Paul2010-03-111-1/+2
* llvmpipe: fix loop over mipmap levelsBrian Paul2010-03-101-1/+1
* Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell2010-03-091-4/+12
|\
| * llvmpipe/gallivm: checkpoint: array of pointers to mipmap levelsBrian Paul2010-03-081-5/+11
| * llvmpipe: added code to set texture depth, max mipmap levels infoBrian Paul2010-03-051-0/+2
* | gallium: fix llvmpipe after winsys moveKeith Whitwell2010-03-041-1/+1
* | softpipe: rework to use the llvmpipe winsysKeith Whitwell2010-03-041-1/+1
|/
* llvmpipe: reorganize transfer usageKeith Whitwell2010-03-021-20/+16
* llvmpipe: added assertions to verify that scene is emptyBrian Paul2010-02-231-0/+2
* 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