Merge branch '7.8'
[mesa.git] / src / gallium / drivers / llvmpipe / lp_setup_tri.c
2010-03-17 Brian PaulMerge branch '7.8'
2010-03-17 Pauli NieminenMerge branch '7.8' into master
2010-03-16 Chia-I WuMerge remote branch 'origin/gallium-st-api'
2010-03-13 Keith WhitwellMerge commit 'origin/master' into gallium-sampler-view
2010-03-13 José Fonsecallvmpipe: Obey rasterization rules.
2010-03-13 José Fonsecallvmpipe: setup_context -> lp_setup_context
2010-03-10 Michal KrolMerge branch 'master' into gallium-sampler-view
2010-03-09 Roland ScheideggerMerge branch 'gallium-vertexelementcso'
2010-03-08 Keith WhitwellMerge commit 'origin/gallium-winsys-handle-rebased'
2010-03-03 José Fonsecallvmpipe: Store the original triangle coordinates in...
2010-02-12 Roland ScheideggerMerge branch 'gallium-dynamicstencilref'
2010-02-11 José Fonsecallvmpipe: Clamp both extremes of triangles to framebuff...
2010-02-09 Roland ScheideggerMerge branch 'gallium-nopointsizeminmax'
2010-02-05 José FonsecaMerge remote branch 'origin/master'
2010-02-05 José FonsecaMerge remote branch 'origin/lp-binning'
2010-01-31 José FonsecaMerge remote branch 'origin/master' into lp-binning
2010-01-22 Brian Paulllvmpipe: s/inline/INLINE/
2010-01-22 Brian Paulllvmpipe: consolidate lp_scene_alloc_aligned() calls
2010-01-22 Brian Paulllvmpipe: re-use a1 var in linear_coef()
2010-01-22 Brian Paulllvmpipe: area is an int here, not float
2010-01-21 Brian Paulllvmpipe: manually unroll the inputs.step[] setup code
2010-01-21 Brian Paulllvmpipe: added simple perf/statistics counting facility
2010-01-19 Brian Paulllvmpipe: updated comments
2010-01-16 José FonsecaMerge remote branch 'origin/master' into lp-binning
2010-01-15 Brian Paulllvmpipe: implement scissor test in triangle setup
2010-01-15 Brian Paulllvmpipe: remove lp_rast_triangle::min/max fields
2010-01-15 Brian Paulllvmpipe: change 'in' to boolean, add comments
2010-01-15 Brian Paulllvmpipe: minor comment update
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...