nv50/ir: remove symbol table support for compute shaders
[mesa.git] / src / gallium / drivers / nouveau / nvc0 / nvc0_compute.c
2020-08-25 Karol Herbstnv50/ir: remove symbol table support for compute shaders
2019-10-08 Marek Olšákgallium: add PIPE_RESOURCE_FLAG_SINGLE_THREAD_USE to...
2019-02-07 Rhys Perrynvc0: add compute invocation counter
2019-01-28 Ilia Mirkinnvc0: don't put text segment into bufctx
2018-07-30 Rhys Perrynvc0: serialize before updating some constant buffer...
2016-10-10 Samuel Pitoisetnvc0: fix valid range for shader buffers
2016-07-11 Samuel Pitoisetnvc0: use a define for the driver constant buffer size
2016-07-02 Hans de Goedenouveau: Add support for SV_WORK_DIM
2016-07-02 Ilia Mirkinnvc0: fix up image support for allowing multiple samples
2016-06-05 Samuel Pitoisetnvc0: do not clear surfaces bins in the validate function
2016-06-05 Samuel Pitoisetnvc0: re-validate images after launching a grid on...
2016-06-05 Ilia Mirkinnvc0: mark bound buffer range valid
2016-05-28 Samuel Pitoisetnvc0: do not always invalidate 3D CBs when using compute
2016-05-26 Samuel Pitoisetnvc0: invalidate textures/samplers between 3D and CP...
2016-05-21 Samuel Pitoisetnvc0: bind images on fragment and compute shaders for...
2016-05-20 Ilia Mirkinnvc0: account for shader-allocated local memory needs
2016-04-28 Samuel Pitoisetnvc0: stick compute kernel arguments into uniform_bo
2016-04-26 Samuel Pitoisetnvc0: reserve an area for surfaces info in the driver...
2016-03-25 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-19 Samuel Pitoisetnvc0: avoid using magic numbers for the uniform_bo...
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-08 Samuel Pitoisetnvc0: add a new validation path for compute
2016-03-02 Kenneth GraunkeMerge remote-tracking branch 'origin/master' into vulkan
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-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
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-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
2016-01-12 Kristian Høgsberg... Merge ../mesa into vulkan
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-14 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-05 Ilia Mirkinnv50,nvc0: provide debug messages with shader compilati...
2015-10-19 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
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-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-20 Samuel Pitoisetnouveau: use bool instead of boolean
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
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.