llvmpipe: quick & dirty implementation of lp_rast_store_zstencil()
[mesa.git] / src / gallium / drivers / llvmpipe / lp_rast.c
2009-12-03 Brian Paulllvmpipe: quick & dirty implementation of lp_rast_store...
2009-12-02 Brian Paulllvmpipe: execute shaders on 4x4 blocks instead of 8x2
2009-11-30 Brian Paulllvmpipe: add a bunch of comments
2009-10-22 Keith Whitwellllvmpipe: fix the worst of the depth regressions since...
2009-10-21 Keith Whitwellllvmpipe: remove one of two definitions of TILESIZE
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: remove a leftover 8x2 usage
2009-10-19 Keith Whitwellllvmpipe: calculate masks in format desired by shader
2009-10-09 José Fonsecallvmpipe: Use framebuffer coords consistently.
2009-10-09 José Fonsecallvmpipe: Undo debug override.
2009-10-09 Keith Whitwellllvmpipe: properly clip tile writes
2009-10-09 José Fonsecallvmpipe: Pass framebuffer coords to shader.
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: trivial/clear works
2009-10-09 Keith Whitwellllvmpipe: more debug
2009-10-09 Keith Whitwellllvmpipe: debug, crash fixes
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: work on clears and coefficients
2009-10-08 José Fonsecallvmpipe: Remove quad headers.
2009-10-08 José Fonsecallvmpipe: Fix typo.
2009-10-08 José Fonsecallvmpipe: Final adjustments to rasterizer methods.
2009-10-08 José Fonsecallvmpipe: Complete more rasterizer methods..
2009-10-08 José Fonsecallvmpipe: Implement some of the rasterizer functions.
2009-10-08 Keith Whitwellllvmpipe: remove some old sampler support structs
2009-10-08 José Fonsecallvmpipe: Fix up lp_rast_shade_quads.
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