nvc0: add a new validation path for compute
[mesa.git] / src / gallium / drivers / nouveau / nvc0 / nvc0_compute.c
2016-03-08 Samuel Pitoisetnvc0: add a new validation path for compute
2016-02-26 Samuel Pitoisetnvc0: rework nvc0_compute_validate_program()
2016-02-26 Samuel Pitoisetnvc0: make sure to validate compute global buffers...
2016-02-26 Samuel Pitoisetnvc0: move nvc0_validate_global_residents() to nvc0_com...
2016-02-22 Samuel Pitoisetnvc0: rename 3d dirty flags to NVC0_NEW_3D_XXX
2016-02-22 Samuel Pitoisetnvc0: prefix compute macros with _CP_ instead of _COMPUTE_
2016-02-22 Samuel Pitoisetnvc0: rename NVXX_COMPUTE to NVXX_CP
2016-02-22 Samuel Pitoisetnvc0: rename nvc0_context::dirty to nvc0_context::dirty_3d
2016-02-21 Samuel Pitoisetnvc0: reduce likelihood of collision for real buffers...
2016-02-21 Samuel Pitoisetnvc0: add support for indirect compute on Fermi
2016-02-21 Samuel Pitoisetnvc0: bind textures/samplers for compute on Fermi
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-13 Samuel Pitoisetgallium: add a new interface for pipe_context::launch_g...
2016-01-11 Samuel Pitoisetnvc0: do not force re-binding of compute constbufs...
2016-01-11 Samuel Pitoisetnvc0: remove useless goto in nvc0_launch_grid()
2015-11-05 Ilia Mirkinnv50,nvc0: provide debug messages with shader compilati...
2015-10-18 Samuel Pitoisetnvc0: do not bind input params at compute state init...
2015-10-10 Samuel Pitoisetnvc0: make use of NVC0_COMPUTE_CLASS for GF110
2015-07-20 Samuel Pitoisetnouveau: use bool instead of boolean
2015-06-22 Alexandre Courbotnvc0: use NV_VRAM_DOMAIN() macro
2013-12-06 Ben Skeggsnvc0: fixup gk110 and up not being listed in various...
2013-09-11 Johannes ObermayrMove nv30, nv50 and nvc0 to nouveau.