nvc0: do upload-time fixups for interpolation parameters
[mesa.git] / src / gallium / drivers / nouveau / nvc0 / nvc0_program.c
2015-10-29 Ilia Mirkinnvc0: do upload-time fixups for interpolation parameters
2015-09-08 Ilia Mirkinnvc0: always emit a full shader colormask
2015-08-17 Ilia Mirkinnvc0: bind a fake tess control program when there isn...
2015-07-24 Ilia Mirkinnvc0/ir: per-patch vars are in a separate address space
2015-07-23 Ilia Mirkinnvc0/ir: cleanup private enums that have graduated...
2015-07-23 Ilia Mirkinnvc0/ir: mark varyings as per-patch based on semantic...
2015-07-23 Ilia Mirkinnvc0: TESSCOORD comes in as a sysval, not an input
2015-07-23 Ilia Mirkinnvc0: preliminary tess support
2015-07-21 Ilia Mirkingallium: replace INLINE with inline
2015-07-20 Samuel Pitoisetnouveau: use bool instead of boolean
2015-06-22 Alexandre Courbotnvc0: use NV_VRAM_DOMAIN() macro
2015-05-23 Ilia Mirkinnvc0: a geometry shader can have up to 1024 vertices...
2015-05-12 Ilia Mirkinnvc0: switch mechanism for shader eviction to be a...
2014-12-09 Matt TurnerRemove useless checks for NULL before freeing
2014-07-24 Ilia Mirkinnvc0: mark shader header if fp64 is used
2014-07-24 Ilia Mirkinnvc0: make sure that the local memory allocation is...
2014-07-01 Ilia Mirkinnvc0: expose 4 vertex streams, use stream ids in xfb
2014-06-23 Ilia Mirkinnvc0: allow VIEWPORT_INDEX and LAYER to be used as...
2014-06-17 Tobias Klausmannnvc0: implement multiple viewports/scissors, enable...
2014-05-26 Ilia Mirkinnvc0: revert mistaken logic to collapse color outputs...
2014-05-23 Christoph Bumillernvc0: use PRIxPTR for sizeof()
2014-04-26 Ilia Mirkinnvc0/ir: add support for INVOCATIONID system value
2014-04-26 Ilia Mirkinnvc0: add support for PIPE_CAP_SAMPLE_SHADING
2014-02-07 Christoph Bumillernvc0: handle TGSI_SEMANTIC_LAYER
2013-09-11 Johannes ObermayrMove nv30, nv50 and nvc0 to nouveau.