llvmpipe: repartition lp_rasterizer state for threading
[mesa.git] / src / gallium / drivers / llvmpipe / lp_rast.h
2009-12-08 Brian Paulllvmpipe: repartition lp_rasterizer state for threading
2009-12-04 Brian Paulllvmpipe: still more bin code reorganization
2009-12-04 Brian Paulllvmpipe: reorganization of binning data structions...
2009-12-04 Brian Paulllvmpipe: move lp_rasterize_bin() into lp_rast.c
2009-12-04 Brian Paulllvmpipe: comments and minor clean-ups
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: dynamic allocation of triangle a0/dadx/dady...
2009-12-04 Brian Paulllvmpipe: comments regarding lp_rast_triangle
2009-11-30 Brian Paulllvmpipe: add a bunch of comments
2009-10-21 Keith Whitwellllvmpipe: remove one of two definitions of TILESIZE
2009-10-20 Keith Whitwellllvmpipe: precalculate some offsets
2009-10-19 Keith Whitwellllvmpipe: fixed-point rasterization
2009-10-09 José Fonsecallvmpipe: Get jit_context/jit_function across the raste...
2009-10-09 Keith Whitwellllvmpipe: trivial/clear works
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 José Fonsecallvmpipe: Follow write_color/write_zstencil.
2009-10-09 Keith Whitwellllvmpipe: calculate overall width and height, pass...
2009-10-08 Keith Whitwellllvmpipe: triangle struct owns its copy of shader inputs
2009-10-08 Keith Whitwellllvmpipe: work on clears and coefficients
2009-10-08 José Fonsecallvmpipe: Adjust interpolation coeffs declaration.
2009-10-08 José Fonsecallvmpipe: Call lp_rast_shade_quads from tri rasterizer.
2009-10-08 José Fonsecallvmpipe: Final adjustments to rasterizer methods.
2009-10-08 José Fonsecallvmpipe: Complete more rasterizer methods..
2009-10-08 Keith Whitwellllvmpipe: start cleaning up
2009-10-08 Keith Whitwellllvmpipe: wip me harder
2009-10-08 José Fonsecallvmpipe: Update includes and copyright headers.
2009-10-08 José Fonsecallvmpipe: Add the rast -> jit shader glue.
2009-10-08 Keith Whitwellllvmpipe: more wipping