gallium: separate out floating-point CAPs into its own enum
[mesa.git] / src / gallium / drivers / nvc0 / nvc0_program.c
2011-10-21 Christoph Bumillernvc0: add support for clip distance shader outputs
2011-10-21 Christoph Bumillernvc0: fix location of the PrimitiveID output
2011-10-21 Christoph Bumillernvc0: prevent VERTEXID/INSTANCEID from consuming input...
2011-10-21 Christoph Bumillernvc0: fixes for program tessellation parameters
2011-10-21 Christoph Bumillernvc0: fix assertion that immediate array buffer fits
2011-09-14 Christoph Bumillernvc0: hook up to new shader code generator
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-10 Christoph Bumillernv50,nvc0: silence shader debug output
2011-04-10 Christoph Bumillernvc0: force perspective correction hint to nicest
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-13 Christoph Bumillernvc0: support edge flags
2011-03-13 Christoph Bumillernvc0: mask out centroid bit for writing FP header
2011-03-13 Christoph Bumillernvc0: fix unitialized variable in TGSI sysval decl...
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-24 Christoph Bumillernvc0: fix PointCoord enable in FP header
2011-02-24 Christoph Bumillernvc0: set local memory usage info in shader header
2011-02-16 Christoph Bumillernvc0: disable early fragment tests if KIL is used
2011-01-23 Christoph Bumillernvc0: implement point coord replacement
2011-01-20 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-20 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-16 Christoph Bumillernvc0: fix and enable instanced drawing and arrays
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-15 Christoph Bumillernvc0: enable early fragment tests where possible
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'
2011-01-04 Christoph Bumillernvc0: set the correct FP header bit for multiple colour...
2011-01-04 Christoph Bumillernvc0: demagic GP invocation count bitfield
2010-12-20 Ben SkeggsMerge remote branch 'origin/master' into nvc0-new
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-11 Christoph Bumillernvc0: support user clip planes
2010-12-10 Christoph Bumillernvc0: fix FACE state and and handle FACE sysval/varying...
2010-12-09 Christoph Bumillernvc0: generate shader header for geometry programs
2010-11-12 Christoph Bumillernvc0: import nvc0 gallium driver