gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3
[mesa.git] / src / gallium / drivers / nvc0 / nvc0_program.c
2013-03-20 Christoph Bumillergallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3
2013-03-12 Christoph Bumillernvc0: they removed the NTID,NCTAID,GRIDID registers...
2013-03-12 Christoph Bumillernvc0: implement compute support for nve4
2013-03-12 Christoph Bumillernvc0/ir: implement lowering of surface ops for nve4
2013-01-08 Christoph Bumillernvc0: catch too high GENERIC indices to prevent GRAPH...
2012-12-07 Christoph Bumillernv50,nvc0: fix shader eviction
2012-09-06 Matt TurnerRemove useless checks for NULL before freeing
2012-04-14 Christoph Bumillernvc0: add initial support for nve4+ (Kepler) chipsets
2012-04-14 Francisco Jereznv50/ir: Build a "symbol" table with the binary offsets...
2012-04-14 Christoph Bumillernvc0: only force early fragment tests if requested...
2012-04-13 Christoph Bumillernouveau: switch to libdrm_nouveau-2.0
2012-01-20 Christoph Bumillernvc0: handle discontiguous outputs in stream_output_info
2012-01-15 Marek Olšákgallium: improve the pipe_stream_output_info struct...
2012-01-12 Christoph Bumillernvc0: fix submission of VertexID and EdgeFlag in push...
2012-01-11 Christoph Bumillernv50,nvc0: zero out program struct on program_destroy
2012-01-09 Christoph Bumillernvc0: fix FP header clip distance mask
2012-01-09 Christoph Bumillernv50/ir: handle TGSI_SEMANTIC_VERTEXID
2012-01-09 Christoph Bumillernv50/ir,nvc0: make ClipDistance and ClipVertex work
2011-12-15 Christoph Bumillernvc0: implement new stream output interface
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