llvmpipe: generate two shader varients, one omits triangle in/out testing
[mesa.git] / src / gallium / drivers / llvmpipe / lp_rast_tri.c
2010-01-15 Brian Paulllvmpipe: generate two shader varients, one omits trian...
2010-01-08 José FonsecaMerge remote branch 'origin/master' into lp-binning
2009-12-17 Brian Paulllvmpipe: replace INT_MIN/2 with INT_MIN
2009-12-17 Brian Paulllvmpipe: improve the in/out test a little
2009-12-16 Brian Paulllvmpipe: do final the pixel in/out triangle test in...
2009-12-08 Brian Paulllvmpipe: repartition lp_rasterizer state for threading
2009-12-04 Brian Paulllvmpipe: use LP_DBG() macro everywhere
2009-12-01 Brian Paulllvmpipe: added assertions
2009-12-01 Brian Paulllvmpipe: simplify mask computation
2009-12-01 Brian Paulllvmpipe: replace shifts with multiplies to be clearer
2009-12-01 Brian Paulllvmpipe: make nr_blocks unsigned
2009-12-01 Brian Paulllvmpipe: comments, reformatting and assertions in...
2009-10-20 Keith Whitwellllvmpipe: move block list into rast struct
2009-10-20 Keith Whitwellllvmpipe: build list of 4x4 blocks to be shaded
2009-10-20 Keith Whitwellllvmpipe: recursive rasterization within a tile
2009-10-20 Keith Whitwellllvmpipe: precalculate some offsets
2009-10-19 Keith Whitwellllvmpipe: calculate masks in format desired by shader
2009-10-19 Keith Whitwellllvmpipe: pre-multiply some constants by fixed_one
2009-10-19 José Fonsecallvmpipe: Reshape the shader input from 8x2 to 4x4.
2009-10-19 Keith Whitwellllvmpipe: fixed-point rasterization
2009-10-10 José Fonsecallvmpipe: Only invoke the shader if necessary.
2009-10-09 José Fonsecallvmpipe: Fix type in tri bounding box check.
2009-10-09 Keith Whitwellllvmpipe: just bin whole tiles for now
2009-10-09 Keith Whitwellllvmpipe: get lp_setup_tri building
2009-10-09 Keith Whitwellllvmpipe: use union lp_cmd_rast_arg directly, rather...
2009-10-08 Keith Whitwellllvmpipe: triangle struct owns its copy of shader inputs
2009-10-08 José Fonsecallvmpipe: Remove quad headers.
2009-10-08 José Fonsecallvmpipe: Call lp_rast_shade_quads from tri rasterizer.
2009-10-08 Keith Whitwellllvmpipe: rast_tri updates
2009-10-08 José Fonsecallvmpipe: More assorted build fixes.
2009-10-08 José Fonsecallvmpipe: Update includes and copyright headers.
2009-10-08 Keith Whitwellllvmpipe: more wipping