llvmpipe: minor assorted clean-ups
[mesa.git] / src / gallium / drivers / llvmpipe / lp_setup_tri.c
2010-01-14 Brian Paulllvmpipe: minor assorted clean-ups
2010-01-13 José Fonsecallvmpipe: Reset the bin when shading a whole tile with...
2010-01-13 Brian Paulllvmpipe: tweak subpixel_snap() arithmetic
2010-01-13 Brian Paulllvmpipe: clamp maxx,maxy to framebuffer size (in terms...
2010-01-11 Keith Whitwellllvmpipe: remove opencoded constant
2010-01-08 José FonsecaMerge remote branch 'origin/master' into lp-binning
2009-12-16 Brian Paulllvmpipe: do final the pixel in/out triangle test in...
2009-12-13 Keith Whitwellllvmpipe: rename bins to scene
2009-12-09 Brian Paulllvmpipe: use new lp_setup_get_current_bins() function
2009-12-04 Brian Paulllvmpipe: reorganization of binning data structions...
2009-12-04 Brian Paulllvmpipe: move bin-related structures and functions...
2009-12-04 Brian Paulllvmpipe: remove lp_rast_triangle::oneoverarea field
2009-12-04 Brian Paulllvmpipe: bin state-change commands
2009-12-04 Brian Paulllvmpipe: fix typo, whitespace
2009-12-04 Brian Paulllvmpipe: dynamic allocation of triangle a0/dadx/dady...
2009-12-04 Brian Paulllvmpipe: new comment in do_triangle_ccw()
2009-11-30 Brian Paulllvmpipe: add a bunch of comments
2009-10-21 Keith Whitwellllvmpipe: remove one of two definitions of TILESIZE
2009-10-21 Keith Whitwellllvmpipe: remove dead code
2009-10-20 Keith Whitwellllvmpipe: minor opts to setup_tri
2009-10-20 Keith Whitwellllvmpipe: pass mask as a linear encoding of the 4x4...
2009-10-20 Keith Whitwellllvmpipe: precalculate some offsets
2009-10-19 Keith Whitwellllvmpipe: pre-multiply some constants by fixed_one
2009-10-19 Keith Whitwellllvmpipe: fixed-point rasterization
2009-10-19 Keith Whitwellllvmpipe: correctly scale top/left fill adjustments
2009-10-19 Keith Whitwellllvmpipe: fix typo correcting for fill convention
2009-10-09 Keith Whitwellllvmpipe: fill in tri min/max values
2009-10-09 José Fonsecallvmpipe: Remove partial tile override.
2009-10-09 Keith Whitwellllvmpipe: correct binning maths for iterating over...
2009-10-09 José Fonsecallvmpipe: Get jit_context/jit_function across the raste...
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-09 Keith Whitwellllvmpipe: hook up some state, add stub line and point...
2009-10-09 Keith Whitwellllvmpipe: more wip on coefficients
2009-10-08 Keith Whitwellllvmpipe: work on clears and coefficients
2009-10-08 Keith Whitwellllvmpipe: wip me harder
2009-10-08 Keith Whitwellllvmpipe: whip out the intra-tile code from lp_setup_tri.c
2009-10-08 Keith Whitwellllvmpipe: more wipping
2009-10-08 Keith Whitwellllvmpipe: import experimental softpipe rasterizer code...