Squash-merge branch 'gallium-clip-state'
[mesa.git] / src / gallium / drivers / nvc0 / nvc0_state_validate.c
2012-01-09 Marek OlšákSquash-merge branch 'gallium-clip-state'
2011-12-15 Christoph Bumillernvc0: implement new stream output interface
2011-10-21 Christoph Bumillernouveau,nvc0: fix/improve handling of multiple constant...
2011-10-21 Christoph Bumillernvc0: add support for linear and buffer textures and RTs
2011-10-21 Christoph Bumillernvc0: add support for clip distance shader outputs
2011-08-30 Christoph Bumillernv50,nvc0: add states mask to state validation function
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-14 Christoph Bumillernv50,nvc0: add support for multi-sample resources
2011-07-14 Christoph Bumillernv50,nvc0: unify nvc0_miptree and nv50_miptree structs
2011-07-11 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-07 Christoph Bumillernv50,nvc0: use screen instead of context for flush...
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-16 Christoph Bumillernvc0: fix viewport rectangle calculation
2011-04-10 Christoph Bumillernvc0: shrink CSOs a little
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-13 Christoph Bumillernv50,nvc0: fix pipe context switch
2011-03-13 Christoph Bumillernv50,nvc0: clean up flushes
2011-03-13 Christoph Bumillernvc0: don't enable early-z if alpha test is enabled
2011-03-13 Christoph Bumillernvc0: move sprite coord replace state into cso
2011-03-05 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-04 Christoph Bumillernv50,nvc0: fix texture layer issues
2011-03-04 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-01 Ben Skeggsnvc0: port to common fence/mm/buffer code
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-24 Christoph Bumillernvc0: sprite coord enable is per GENERIC, not overall...
2011-02-24 Christoph Bumillernvc0: sync textures with render targets ourselves
2011-02-16 Christoph Bumillernvc0: fix clipping and use VIEWPORT instead of SCISSOR
2011-01-30 Christoph Bumillernvc0: implement transform feedback state
2011-01-23 Christoph Bumillernvc0: implement point coord replacement
2011-01-23 Christoph Bumillernvc0: add MARK_RING where missing to avoid too many...
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-08 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2010-12-23 Christoph Bumillernvc0: fix layer stride state
2010-12-20 Ben SkeggsMerge remote branch 'origin/master' into nvc0-new
2010-12-19 Christoph Bumillernvc0: s/INLIN_RING/IMMED_RING
2010-12-19 Christoph Bumillernvc0: adapt to array textures interface change
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-19 Christoph Bumillernvc0: fix clipping with scissors/viewport
2010-12-19 Christoph Bumillernvc0: switch to the proper constants upload path
2010-12-11 Christoph Bumillernvc0: support user clip planes
2010-12-09 Christoph Bumillernvc0: upload constants with m2mf for the time being
2010-11-12 Christoph Bumillernvc0: import nvc0 gallium driver