summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_setup.c
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: set block count/used values back to zero on resetKeith Whitwell2009-10-091-0/+2
* llvmpipe: always call begin_binning on transition to active stateKeith Whitwell2009-10-091-2/+37
* llvmpipe: initialize setup data storeKeith Whitwell2009-10-091-0/+3
* llvmpipe: initialize setup line/tri/point funcsKeith Whitwell2009-10-091-0/+4
* llvmpipe: Put jit_context in store.José Fonseca2009-10-091-0/+26
* llvmpipe: trivial/clear worksKeith Whitwell2009-10-091-8/+8
* llvmpipe: Replace util_pack_color with straight float_to_ubyte.José Fonseca2009-10-091-3/+4
* llvmpipe: debug, crash fixesKeith Whitwell2009-10-091-6/+0
* llvmpipe: fix crash on initKeith Whitwell2009-10-091-10/+2
* llvmpipe: fix a couple of warningsKeith Whitwell2009-10-091-9/+0
* llvmpipe: Add stub lp_setup_is_texture_referenced.José Fonseca2009-10-091-0/+9
* llvmpipe: Pass state to setup.José Fonseca2009-10-091-5/+94
* llvmpipe: get lp_setup_tri buildingKeith Whitwell2009-10-091-3/+3
* llvmpipe: use union lp_cmd_rast_arg directly, rather than through a pointerKeith Whitwell2009-10-091-37/+26
* llvmpipe: hook up some state, add stub line and point functionsKeith Whitwell2009-10-091-1/+22
* llvmpipe: calculate overall width and height, pass to rasterizerKeith Whitwell2009-10-091-10/+41
* llvmpipe: get lp_setup compilingKeith Whitwell2009-10-081-41/+90
* llvmpipe: work on clears and coefficientsKeith Whitwell2009-10-081-16/+35
* llvmpipe: More assorted build fixes.José Fonseca2009-10-081-1/+0
* llvmpipe: start cleaning upKeith Whitwell2009-10-081-18/+23
* llvmpipe: wip me harderKeith Whitwell2009-10-081-65/+278
* llvmpipe: Update includes and copyright headers.José Fonseca2009-10-081-1/+0
* llvmpipe: more wippingKeith Whitwell2009-10-081-0/+17
* llvmpipe: import experimental softpipe rasterizer code, wip binning codeKeith Whitwell2009-10-081-1394/+38
* llvmpipe: Fetch tile only if a color buffer is bound.José Fonseca2009-10-031-2/+8
* llvmpipe: Update status in README and TODO/FIXME comments throughout the code.José Fonseca2009-09-111-2/+0
* llvmpipe: Debug function to check stack alignment.José Fonseca2009-09-091-4/+7
* llvmpipe: Pass the alpha ref value and blend color in the jit context.José Fonseca2009-08-291-1/+1
* llvmpipe: Pass fragment context to generated function in a single structure.José Fonseca2009-08-291-9/+3
* llvmpipe: Squash the quad pipeline.José Fonseca2009-08-291-7/+81
* llvmpipe: Hack to force the line/point rasterization also fit the blend funct...José Fonseca2009-08-291-16/+42
* llvmpipe: Put the position coefficients together with the inputs.José Fonseca2009-08-291-50/+48
* llvmpipe: prefix point/line/tri_setup() functions with llvmpipe_Brian Paul2009-08-291-6/+6
* llvmpipe: use align_malloc for all structs containing ALIGN16 membersKeith Whitwell2009-08-291-2/+7
* llvmpipe: Rasterize the quads according to what the blend function expects.José Fonseca2009-08-291-12/+12
* llvmpipe: Compute interpolation coeffs directly into SoA layout.José Fonseca2009-08-291-138/+224
* llvmpipe: actually pass >1 quad from triangle routineKeith Whitwell2009-08-291-97/+89
* llvmpipe: expand quad pipeline to process >1 quad at a timeKeith Whitwell2009-08-291-2/+2
* llvmpipe: rip out old mulithread supportKeith Whitwell2009-08-291-236/+17
* llvmpipe: remove unused vars in lp_setup.cKeith Whitwell2009-08-291-5/+0
* llvmpipe: use bitwise logic to setup quad masks in lp_setupKeith Whitwell2009-08-291-25/+40
* llvmpipe: simplify flush_spansKeith Whitwell2009-08-291-53/+19
* llvmpipe: Rename preprocessor symbols too.José Fonseca2009-08-291-10/+10
* llvmpipe: Fork softpipe for experimentation with llvm.José Fonseca2009-08-291-0/+1550