nvc0: bind driver cb for compute on c7[] for Kepler
[mesa.git] / src / gallium / drivers / nouveau / nvc0 / nvc0_program.c
2016-04-01 Samuel Pitoisetnvc0: bind driver cb for compute on c7[] for Kepler
2016-03-28 Samuel Pitoisetnvc0: use a different offset for buffers and surfaces
2016-03-19 Samuel Pitoisetnvc0: avoid using magic numbers for the uniform_bo...
2016-03-19 Samuel Pitoisetnv50,nvc0: replace resInfoCBSlot by auxCBSlot
2016-02-21 Samuel Pitoisetnvc0: bind shader buffers for compute on Fermi
2016-02-21 Samuel Pitoisetnvc0: bind driver constbuf for compute on Fermi
2016-01-30 Ilia Mirkinnv50/ir: add support for BUFFER accesses
2016-01-08 Ilia Mirkinnv50,nvc0: use a face sysval to avoid the useless back...
2015-12-31 Kenneth Graunkenvc0: Set winding order regardless of domain.
2015-12-30 Ilia Mirkinnvc0: add ARB_shader_draw_parameters support
2015-12-06 Edward O'Callaghangallium/drivers/nouveau: Make use of ARRAY_SIZE macro
2015-11-05 Ilia Mirkinnv50,nvc0: provide debug messages with shader compilati...
2015-10-29 Ilia Mirkinnv50/ir: adapt to new method for passing in cull/clip...
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.