nvc0: avoid using magic numbers for the uniform_bo offsets
[mesa.git] / src / gallium / drivers / nouveau / nvc0 / nvc0_context.c
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-21 Samuel Pitoisetnvc0: bind shader buffers for compute on Fermi
2016-02-21 Samuel Pitoisetnvc0: bind driver constbuf for compute on Fermi
2016-02-21 Samuel Pitoisetnvc0: bind constant buffers for compute on Fermi
2016-02-05 Ilia Mirkinnvc0: add support for ARB_query_buffer_object
2016-01-30 Ilia Mirkinnvc0: handle shader buffer memory barrier
2016-01-30 Ilia Mirkinnvc0: add state management for shader buffers
2015-11-23 Ilia Mirkinnv50,nvc0: properly handle buffer storage invalidation...
2015-11-05 Ilia Mirkinnouveau: add support for sending debug messages via...
2015-08-26 Ilia Mirkinnouveau: avoid build failures since 0fc21ecf
2015-08-26 Marek Olšákgallium: add flags parameter to pipe_screen::context_create
2015-08-17 Ilia Mirkinnvc0: bind a fake tess control program when there isn...
2015-07-20 Samuel Pitoisetnouveau: use bool instead of boolean
2015-06-22 Alexandre Courbotnvc0: use NV_VRAM_DOMAIN() macro
2015-05-09 Ilia Mirkinnvc0: keep track of PGRAPH state in nvc0_screen
2014-12-09 Matt TurnerRemove useless checks for NULL before freeing
2014-11-23 Ilia Mirkinnv50,nvc0: buffer resources can be bound as other thing...
2014-11-23 Ilia Mirkinnv50,nvc0: actually check constbufs for invalidation
2014-09-09 Ilia Mirkinnvc0: avoid null deref of screen when collecting stats
2014-09-06 Ilia Mirkinnv50,nvc0: get rid of draw module support
2014-07-04 Ilia Mirkinnvc0: add a memory barrier when there are persistent...
2014-05-23 Christoph Bumillernv50,nvc0: always pull out bufctx on context destruction
2014-05-14 Ben Skeggsnvc0: enable support for maxwell boards
2014-05-02 Ilia Mirkinnouveau: add ARB_buffer_storage support
2013-09-11 Johannes ObermayrMove nv30, nv50 and nvc0 to nouveau.