aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvc0/nvc0_shader_state.c
Commit message (Expand)AuthorAgeFilesLines
* 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 compute support for nve4Christoph Bumiller2013-03-121-5/+5
* nvc0: add initial support for nve4+ (Kepler) chipsetsChristoph Bumiller2012-04-151-1/+2
* nvc0: prefix all macro methods with MACROChristoph Bumiller2012-04-141-4/+4
* nvc0: only force early fragment tests if requested by shaderChristoph Bumiller2012-04-141-0/+5
* nouveau: switch to libdrm_nouveau-2.0Christoph Bumiller2012-04-141-108/+108
* nvc0: handle discontiguous outputs in stream_output_infoChristoph Bumiller2012-01-201-12/+6
* Squash-merge branch 'gallium-clip-state'Marek Olšák2012-01-101-35/+0
* nvc0: implement new stream output interfaceChristoph Bumiller2011-12-151-41/+63
* nvc0: add support for clip distance shader outputsChristoph Bumiller2011-10-211-1/+28
* nvc0: emit state to allow GP to select the RT layerChristoph Bumiller2011-10-211-1/+4
* nvc0: implement resource_resolveChristoph Bumiller2011-09-141-4/+6
* nvc0: emit tessellation mode and patch size in TCP/TEP validationChristoph Bumiller2011-09-141-1/+12
* nvc0: hook up to new shader code generatorChristoph Bumiller2011-09-141-23/+24
* nv50,nvc0: implement colour clamping controlsChristoph Bumiller2011-03-291-2/+0
* nvc0: don't enable early-z if alpha test is enabledChristoph Bumiller2011-03-131-2/+0
* nouveau: ensure vbo_dirty is set when buffer write transfer completeBen Skeggs2011-03-011-2/+2
* nvc0: port to common fence/mm/buffer codeBen Skeggs2011-03-011-5/+5
* nvc0: set local memory usage info in shader headerChristoph Bumiller2011-02-241-0/+15
* nvc0: implement transform feedback stateChristoph Bumiller2011-01-301-1/+57
* nvc0: enable early fragment tests where possibleChristoph Bumiller2011-01-151-1/+1
* nvc0: support user clip planesChristoph Bumiller2010-12-111-0/+8
* nvc0: enable vertex color clampingChristoph Bumiller2010-12-111-2/+2
* nvc0: buffer suballocation with a primitive slab allocatorChristoph Bumiller2010-12-091-4/+4
* nvc0: import nvc0 gallium driverChristoph Bumiller2010-11-121-0/+172