Merge remote branch 'origin/master' into lp-binning
[mesa.git] / src / gallium / drivers / llvmpipe / lp_rast.c
2010-01-08 José FonsecaMerge remote branch 'origin/master' into lp-binning
2010-01-06 Keith Whitwellllvmpipe: remove dead code
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-15 Brian Paulllvmpipe: tighten up an assertion
2009-12-13 Keith Whitwellllvmpipe: rename bins to scene
2009-12-12 Brian Paulllvmpipe: added lp_rast_fence() bin function
2009-12-12 Brian Paulllvmpipe: added lp_rast_get_num_threads()
2009-12-11 Brian Paulllvmpipe: implement lp_rast_load_color()
2009-12-11 Brian Paulllvmpipe: checkpoint: more thread/queuing changes
2009-12-11 Brian Paulllvmpipe: remove unused lp_rasterizer::fb field
2009-12-11 Brian Paulllvmpipe: improve framebuffer/surface code
2009-12-11 Brian Paulllvmpipe: remove unused fb parameter
2009-12-11 Brian Paulllvmpipe: minor comment fix
2009-12-10 Brian Paulllvmpipe: checkpoint: use empty/full bin queues
2009-12-09 Brian Paulllvmpipe: added some debug/info code
2009-12-09 Brian Paulllvmpipe: use the empty_bins queue now
2009-12-09 Brian Paulllvmpipe: checkpoint: begin plugging in bin queue code
2009-12-08 José Fonsecallvmpipe: Use number of CPUs as default number of threads.
2009-12-08 Brian Paulllvmpipe: remove some left-over debug code
2009-12-08 Brian Paulllvmpipe: implement threaded rasterization
2009-12-08 Brian Paulllvmpipe: repartition lp_rasterizer state for threading
2009-12-08 Brian Paulllvmpipe: use bin iteration functions when rasterizing...
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: use LP_DBG() macro everywhere
2009-12-04 Brian Paulllvmpipe: bin state-change commands
2009-12-03 Brian Paulllvmpipe: checkpoint some initial state binning code
2009-12-03 Brian Paulllvmpipe: comments and a stub for lp_rast_set_state()
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