summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_setup.c
AgeCommit message (Expand)Author
2009-12-04llvmpipe: still more bin code reorganizationBrian Paul
2009-12-04llvmpipe: remove dead code left over from a previous commitBrian Paul
2009-12-04llvmpipe: reorganization of binning data structions and funtionsBrian Paul
2009-12-04llvmpipe: move lp_rasterize_bin() into lp_rast.cBrian Paul
2009-12-04llvmpipe: simplify framebuffer state codeBrian Paul
2009-12-04llvmpipe: use LP_DBG() macro everywhereBrian 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: comment about blend colorBrian Paul
2009-12-03llvmpipe: fix incorrect array indexing when saving blend colorBrian Paul
2009-12-03llvmpipe: checkpoint some initial state binning codeBrian Paul
2009-12-03llvmpipe: set LP_SETUP_NEW_FS in lp_setup_set_fs()Brian Paul
2009-12-03llvmpipe: more debug infoBrian Paul
2009-11-30llvmpipe: minor refactoring of bin rasterization codeBrian Paul
2009-10-21llvmpipe: remove one of two definitions of TILESIZEKeith Whitwell
2009-10-19llvmpipe: Reset the pointer to stored jit context.José Fonseca
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: Additional checks for binner block lists.José Fonseca
2009-10-09llvmpipe: Get jit_context/jit_function across the rasterizer.José Fonseca
2009-10-09llvmpipe: set block count/used values back to zero on resetKeith Whitwell
2009-10-09llvmpipe: always call begin_binning on transition to active stateKeith Whitwell
2009-10-09llvmpipe: initialize setup data storeKeith Whitwell
2009-10-09llvmpipe: initialize setup line/tri/point funcsKeith Whitwell
2009-10-09llvmpipe: Put jit_context in store.José Fonseca
2009-10-09llvmpipe: trivial/clear worksKeith Whitwell
2009-10-09llvmpipe: Replace util_pack_color with straight float_to_ubyte.José Fonseca
2009-10-09llvmpipe: debug, crash fixesKeith Whitwell
2009-10-09llvmpipe: fix crash on initKeith Whitwell
2009-10-09llvmpipe: fix a couple of warningsKeith Whitwell
2009-10-09llvmpipe: Add stub lp_setup_is_texture_referenced.José Fonseca
2009-10-09llvmpipe: Pass state to setup.José Fonseca
2009-10-09llvmpipe: get lp_setup_tri buildingKeith Whitwell
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: More assorted build fixes.José Fonseca
2009-10-08llvmpipe: start cleaning upKeith Whitwell
2009-10-08llvmpipe: wip me harderKeith Whitwell
2009-10-08llvmpipe: Update includes and copyright headers.José Fonseca
2009-10-08llvmpipe: more wippingKeith Whitwell
2009-10-08llvmpipe: import experimental softpipe rasterizer code, wip binning codeKeith Whitwell
2009-10-03llvmpipe: Fetch tile only if a color buffer is bound.José Fonseca
2009-09-11llvmpipe: Update status in README and TODO/FIXME comments throughout the code.José Fonseca
2009-09-09llvmpipe: Debug function to check stack alignment.José Fonseca
2009-08-29llvmpipe: Pass the alpha ref value and blend color in the jit context.José Fonseca
2009-08-29llvmpipe: Pass fragment context to generated function in a single structure.José Fonseca