nvc0: avoid using magic numbers for the uniform_bo offsets
[mesa.git] / src / gallium / drivers / nouveau / nvc0 / nvc0_shader_state.c
2016-03-06 Ilia Mirkinnvc0: reset TFB bufctx when we no longer hold a referen...
2016-02-26 Samuel Pitoisetnvc0: rework nvc0_compute_validate_program()
2016-02-22 Samuel Pitoisetnvc0: rename 3d binding points to NVC0_BIND_3D_XXX
2016-02-22 Samuel Pitoisetnvc0: rename 3d dirty flags to NVC0_NEW_3D_XXX
2016-02-22 Samuel Pitoisetnvc0: rename nvc0_context::dirty to nvc0_context::dirty_3d
2016-02-05 Ilia Mirkinnvc0: add support for ARB_query_buffer_object
2016-01-02 Ilia Mirkinnv50,nvc0: make sure there's pushbuf space and that...
2015-12-14 Samuel Pitoisetnvc0: check return value of nvc0_program_validate()
2015-11-05 Ilia Mirkinnv50,nvc0: provide debug messages with shader compilati...
2015-10-29 Ilia Mirkinnvc0: do upload-time fixups for interpolation parameters
2015-10-09 Samuel Pitoisetnvc0: move HW queries to nvc0_query_hw.c/h files
2015-10-09 Samuel Pitoisetnvc0: add a header file for nvc0_query
2015-08-17 Ilia Mirkinnvc0: bind a fake tess control program when there isn...
2015-07-23 Ilia Mirkinnvc0: add support for setting patch vertices at draw...
2015-07-21 Ilia Mirkingallium: replace INLINE with inline
2015-07-20 Samuel Pitoisetnouveau: use bool instead of boolean
2015-06-23 Ilia Mirkinnvc0: always put all tfb bufs into bufctx
2015-06-22 Alexandre Courbotnvc0: use NV_VRAM_DOMAIN() macro
2015-02-14 Ilia Mirkinnvc0: allow holes in xfb target lists
2014-07-01 Ilia Mirkinnvc0: expose 4 vertex streams, use stream ids in xfb
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.