summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvc0/nvc0_program.c
Commit message (Expand)AuthorAgeFilesLines
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-111-811/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-4/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* nvc0: implement MP performance countersChristoph Bumiller2013-03-291-3/+3
* nvc0: fix max varying count, move CLIPVERTEX,FOG out of the wayChristoph Bumiller2013-03-201-5/+8
* gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3Christoph Bumiller2013-03-201-34/+3
* nvc0: they removed the NTID,NCTAID,GRIDID registers on nve4Christoph Bumiller2013-03-121-0/+1
* nvc0: implement compute support for nve4Christoph Bumiller2013-03-121-25/+60
* nvc0/ir: implement lowering of surface ops for nve4Christoph Bumiller2013-03-121-1/+19
* nvc0: catch too high GENERIC indices to prevent GRAPH trapsChristoph Bumiller2013-01-081-0/+6
* nv50,nvc0: fix shader evictionChristoph Bumiller2012-12-071-2/+14
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-8/+4
* nvc0: add initial support for nve4+ (Kepler) chipsetsChristoph Bumiller2012-04-151-19/+42
* nv50/ir: Build a "symbol" table with the binary offsets of each function.Francisco Jerez2012-04-141-0/+2
* nvc0: only force early fragment tests if requested by shaderChristoph Bumiller2012-04-141-4/+0
* nouveau: switch to libdrm_nouveau-2.0Christoph Bumiller2012-04-141-10/+20
* nvc0: handle discontiguous outputs in stream_output_infoChristoph Bumiller2012-01-201-15/+18
* gallium: improve the pipe_stream_output_info struct (v2)Marek Olšák2012-01-151-7/+4
* nvc0: fix submission of VertexID and EdgeFlag in push modeChristoph Bumiller2012-01-121-2/+6
* nv50,nvc0: zero out program struct on program_destroyChristoph Bumiller2012-01-111-2/+6
* nvc0: fix FP header clip distance maskChristoph Bumiller2012-01-101-5/+5
* nv50/ir: handle TGSI_SEMANTIC_VERTEXIDChristoph Bumiller2012-01-101-3/+3
* nv50/ir,nvc0: make ClipDistance and ClipVertex workChristoph Bumiller2012-01-101-5/+12
* nvc0: implement new stream output interfaceChristoph Bumiller2011-12-151-0/+43
* nvc0: add support for clip distance shader outputsChristoph Bumiller2011-10-211-0/+5
* nvc0: fix location of the PrimitiveID outputChristoph Bumiller2011-10-211-4/+6
* nvc0: prevent VERTEXID/INSTANCEID from consuming input slotsChristoph Bumiller2011-10-211-3/+15
* nvc0: fixes for program tessellation parametersChristoph Bumiller2011-10-211-17/+28
* nvc0: fix assertion that immediate array buffer fitsChristoph Bumiller2011-10-211-1/+1
* nvc0: hook up to new shader code generatorChristoph Bumiller2011-09-141-525/+448
* nv50,nvc0: silence shader debug outputChristoph Bumiller2011-04-101-9/+7
* nvc0: force perspective correction hint to nicestChristoph Bumiller2011-04-101-0/+3
* nvc0: support edge flagsChristoph Bumiller2011-03-131-0/+8
* nvc0: mask out centroid bit for writing FP headerChristoph Bumiller2011-03-131-1/+1
* nvc0: fix unitialized variable in TGSI sysval decl processingChristoph Bumiller2011-03-131-0/+1
* nvc0: fix PointCoord enable in FP headerChristoph Bumiller2011-02-241-2/+5
* nvc0: set local memory usage info in shader headerChristoph Bumiller2011-02-241-1/+8
* nvc0: disable early fragment tests if KIL is usedChristoph Bumiller2011-02-161-1/+1
* nvc0: implement point coord replacementChristoph Bumiller2011-01-231-6/+21
* nvc0: fix and enable instanced drawing and arraysChristoph Bumiller2011-01-161-2/+18
* nvc0: enable early fragment tests where possibleChristoph Bumiller2011-01-151-0/+7
* nvc0: set the correct FP header bit for multiple colour outputsChristoph Bumiller2011-01-041-1/+1
* nvc0: demagic GP invocation count bitfieldChristoph Bumiller2011-01-041-2/+16
* nvc0: support user clip planesChristoph Bumiller2010-12-111-0/+7
* nvc0: fix FACE state and and handle FACE sysval/varying offsetChristoph Bumiller2010-12-101-0/+6
* nvc0: generate shader header for geometry programsChristoph Bumiller2010-12-091-7/+56
* nvc0: import nvc0 gallium driverChristoph Bumiller2010-11-121-0/+595