Merge branch '7.8'
[mesa.git] / src / gallium / drivers / llvmpipe / lp_setup_context.h
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-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: implement scissor test in triangle setup
2010-01-15 Brian Paulllvmpipe: implement scissor testing
2010-01-13 Brian Paulllvmpipe: check for texture usage in all scenes
2010-01-13 Brian Paulllvmpipe: minor comment upgrades
2010-01-08 José FonsecaMerge remote branch 'origin/master' into lp-binning
2010-01-06 Keith Whitwellllvmpipe: fix double free
2010-01-06 Keith Whitwellllvmpipe: merge setup and draw vbuf submodules
2009-12-17 Keith Whitwellllvmpipe: keep copy of framebuffer state in setup context
2009-12-13 Keith Whitwellllvmpipe: rename bins to scene
2009-12-09 Brian Paulllvmpipe: checkpoint: begin plugging in bin queue code
2009-12-09 Brian Paulllvmpipe: use new lp_setup_get_current_bins() function
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: simplify framebuffer state code
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: bin state-change commands
2009-12-04 Brian Paulllvmpipe: struct cmd_bin
2009-12-04 Brian Paulllvmpipe: comments
2009-12-03 Brian Paulllvmpipe: comments
2009-11-30 Brian Paulllvmpipe: add a bunch of comments
2009-10-21 Keith Whitwellllvmpipe: remove one of two definitions of TILESIZE
2009-10-19 Keith Whitwellllvmpipe: fixed-point rasterization
2009-10-19 José Fonsecallvmpipe: Allocate the blend color from the data store...
2009-10-18 José Fonsecallvmpipe: Maintain a copy of the shader constants to...
2009-10-09 José Fonsecallvmpipe: Get jit_context/jit_function across the raste...
2009-10-09 José Fonsecallvmpipe: Put jit_context in store.
2009-10-09 José Fonsecallvmpipe: Pass state to setup.
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: calculate overall width and height, pass...
2009-10-08 Keith Whitwellllvmpipe: get lp_setup compiling
2009-10-08 Keith Whitwellllvmpipe: work on clears and coefficients
2009-10-08 Keith Whitwellllvmpipe: start cleaning up
2009-10-08 José Fonsecallvmpipe: Update more copyright headers.
2009-10-08 Keith Whitwellllvmpipe: wip me harder
2009-10-08 Keith Whitwellllvmpipe: import experimental softpipe rasterizer code...