Merge branch '7.8'
[mesa.git] / src / gallium / drivers / llvmpipe / lp_rast_priv.h
2010-04-13 Jesse BarnesMerge branch '7.8'
2010-04-11 Maciej CencoraMerge commit 'origin/7.8'
2010-04-09 Brian PaulMerge branch '7.8'
2010-04-08 Dave AirlieMerge remote branch 'origin/7.8'
2010-04-05 Ian RomanickMerge branch '7.8'
2010-04-04 Ian RomanickMerge branch '7.8'
2010-03-31 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-30 Michel DänzerMerge branch '7.8'
2010-03-26 Michel DänzerMerge branch '7.8'
2010-03-25 Brian PaulMerge branch '7.8'
2010-03-23 Brian PaulMerge branch '7.8'
2010-03-22 Brian PaulMerge branch '7.8'
2010-03-21 Chia-I WuMerge remote branch 'origin/gallium-st-api-dri'
2010-03-18 Brian Paulgallivm/llvmpipe: added lp_rast_shader_inputs::facing...
2010-03-15 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
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-02 José FonsecaMerge branch 'gallium-format-cleanup'
2010-03-02 Keith Whitwellllvmpipe: reorganize transfer usage
2010-03-02 Michal KrolMerge branch 'gallium-no-rhw-position'
2010-02-25 Brian Paulllvmpipe: clean up rasterization threads upon context...
2010-02-24 Brian Paulllvmpipe: pass fewer parameters to rasterization functions
2010-02-12 Roland ScheideggerMerge branch 'gallium-dynamicstencilref'
2010-02-10 José Fonsecallvmpipe: Fix null pointer dereference when no depth...
2010-02-10 José Fonsecallvmpipe: Leave depth buffer in swizzled format.
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-16 José FonsecaMerge remote branch 'origin/master' into lp-binning
2010-01-15 Brian Paulllvmpipe: generate two shader varients, one omits trian...
2010-01-10 Keith Whitwellllvmpipe: initial mrt support
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-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-10 Brian Paulllvmpipe: checkpoint: use empty/full bin queues
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: implement threaded rasterization
2009-12-08 Brian Paulllvmpipe: repartition lp_rasterizer state for threading
2009-12-04 Brian Paulllvmpipe: bin state-change commands
2009-12-03 Brian Paulllvmpipe: comments, clean-ups in lp_rast_priv.h
2009-12-01 Brian Paulllvmpipe: make nr_blocks unsigned
2009-10-20 Keith Whitwellllvmpipe: move block list into rast struct
2009-10-20 Keith Whitwellllvmpipe: precalculate some offsets
2009-10-19 Keith Whitwellllvmpipe: calculate masks in format desired by shader
2009-10-09 José Fonsecallvmpipe: Get jit_context/jit_function across the raste...
2009-10-09 Keith Whitwellllvmpipe: trivial/clear works
2009-10-09 José Fonsecallvmpipe: Follow write_color/write_zstencil.
2009-10-09 Keith Whitwellllvmpipe: calculate overall width and height, pass...
2009-10-08 José Fonsecallvmpipe: Complete more rasterizer methods..
2009-10-08 José Fonsecallvmpipe: Update more copyright headers.
2009-10-08 José Fonsecallvmpipe: Add the rast -> jit shader glue.
2009-10-08 Keith Whitwellllvmpipe: more wipping