summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_setup_context.h
AgeCommit message (Expand)Author
2009-12-09llvmpipe: checkpoint: begin plugging in bin queue codeBrian Paul
2009-12-09llvmpipe: use new lp_setup_get_current_bins() functionBrian Paul
2009-12-04llvmpipe: still more bin code reorganizationBrian Paul
2009-12-04llvmpipe: reorganization of binning data structions and funtionsBrian Paul
2009-12-04llvmpipe: simplify framebuffer state codeBrian Paul
2009-12-04llvmpipe: comments and minor clean-upsBrian Paul
2009-12-04llvmpipe: move bin-related structures and functions into new lp_bin.[ch]Brian Paul
2009-12-04llvmpipe: bin state-change commandsBrian Paul
2009-12-04llvmpipe: struct cmd_binBrian Paul
2009-12-03llvmpipe: commentsBrian Paul
2009-12-03llvmpipe: commentsBrian Paul
2009-11-30llvmpipe: add a bunch of commentsBrian Paul
2009-10-21llvmpipe: remove one of two definitions of TILESIZEKeith Whitwell
2009-10-19llvmpipe: fixed-point rasterizationKeith Whitwell
2009-10-19llvmpipe: Allocate the blend color from the data store, and ensure it's aligned.José Fonseca
2009-10-18llvmpipe: Maintain a copy of the shader constants to prevent clobbering.José Fonseca
2009-10-09llvmpipe: Get jit_context/jit_function across the rasterizer.José Fonseca
2009-10-09llvmpipe: Put jit_context in store.José Fonseca
2009-10-09llvmpipe: Pass state to setup.José Fonseca
2009-10-09llvmpipe: use union lp_cmd_rast_arg directly, rather than through a pointerKeith Whitwell
2009-10-09llvmpipe: hook up some state, add stub line and point functionsKeith Whitwell
2009-10-09llvmpipe: calculate overall width and height, pass to rasterizerKeith Whitwell
2009-10-08llvmpipe: get lp_setup compilingKeith Whitwell
2009-10-08llvmpipe: work on clears and coefficientsKeith Whitwell
2009-10-08llvmpipe: start cleaning upKeith Whitwell
2009-10-08llvmpipe: Update more copyright headers.José Fonseca
2009-10-08llvmpipe: wip me harderKeith Whitwell
2009-10-08llvmpipe: import experimental softpipe rasterizer code, wip binning codeKeith Whitwell