summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_setup.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-171-1/+2
| * gallium: adapt drivers to interface cleanupsRoland Scheidegger2009-12-021-1/+1
| * llvmpipe: remove old prim_setup draw stageKeith Whitwell2009-11-031-1/+0
| * llvmpipe: Respect gl_rasterization_rules in primitive setup.José Fonseca2009-11-031-18/+30
| * llvmpipe: Avoid yet another variable size array.José Fonseca2009-10-221-2/+4
| * llvmpipe: Use ALIGN_STACK.José Fonseca2009-10-141-0/+1
* | 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
* | llvmpipe: Maintain a copy of the shader constants to prevent clobbering.José Fonseca2009-10-181-15/+49
* | llvmpipe: Additional checks for binner block lists.José Fonseca2009-10-091-2/+6
* | llvmpipe: Get jit_context/jit_function across the rasterizer.José Fonseca2009-10-091-23/+30
* | llvmpipe: set block count/used values back to zero on resetKeith Whitwell2009-10-091-0/+2