summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/nvc0/nvc0_compute.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-09nvc0: lookup supported classes instead of determining from chipsetBen Skeggs1-23/+0
2022-11-02gallium: split up req_local_memKarol Herbst1-1/+1
2022-11-02gallium: drop pipe_compute_state.req_private_memKarol Herbst1-1/+1
2022-08-30nvc0: make state handling race freeKarol Herbst1-1/+6
2022-08-30nouveau: wrap nouveau_pushbuf_refnKarol Herbst1-3/+3
2022-08-30nouveau: wrap all nouveau_pushbuf_space callsKarol Herbst1-2/+2
2020-08-25nv50/ir: remove symbol table support for compute shadersKarol Herbst1-1/+1
2019-10-07gallium: add PIPE_RESOURCE_FLAG_SINGLE_THREAD_USE to skip util_range lockMarek Olšák1-1/+1
2019-02-06nvc0: add compute invocation counterRhys Perry1-0/+32
2019-01-27nvc0: don't put text segment into bufctxIlia Mirkin1-1/+4
2018-07-30nvc0: serialize before updating some constant buffer bindings on Maxwell+Rhys Perry1-7/+6
2016-10-10nvc0: fix valid range for shader buffersSamuel Pitoiset1-0/+1
2016-07-11nvc0: use a define for the driver constant buffer sizeSamuel Pitoiset1-4/+4
2016-07-02nouveau: Add support for SV_WORK_DIMHans de Goede1-6/+17
2016-07-01nvc0: fix up image support for allowing multiple samplesIlia Mirkin1-0/+24
2016-06-05nvc0: do not clear surfaces bins in the validate functionSamuel Pitoiset1-0/+1
2016-06-05nvc0: re-validate images after launching a grid on FermiSamuel Pitoiset1-0/+3
2016-06-04nvc0: mark bound buffer range validIlia Mirkin1-0/+3
2016-05-28nvc0: do not always invalidate 3D CBs when using computeSamuel Pitoiset1-8/+17
2016-05-26nvc0: invalidate textures/samplers between 3D and CP on FermiSamuel Pitoiset1-0/+13
2016-05-21nvc0: bind images on fragment and compute shaders for FermiSamuel Pitoiset1-0/+43
2016-05-19nvc0: account for shader-allocated local memory needsIlia Mirkin1-1/+1
2016-04-29nvc0: stick compute kernel arguments into uniform_boSamuel Pitoiset1-7/+5
2016-04-26nvc0: reserve an area for surfaces info in the driver constbufSamuel Pitoiset1-2/+2
2016-03-19nvc0: avoid using magic numbers for the uniform_bo offsetsSamuel Pitoiset1-6/+7
2016-03-09nvc0: add a new validation path for computeSamuel Pitoiset1-26/+20
2016-02-26nvc0: rework nvc0_compute_validate_program()Samuel Pitoiset1-31/+3
2016-02-26nvc0: make sure to validate compute global buffers on FermiSamuel Pitoiset1-1/+3
2016-02-26nvc0: move nvc0_validate_global_residents() to nvc0_compute.cSamuel Pitoiset1-0/+15
2016-02-22nvc0: rename 3d dirty flags to NVC0_NEW_3D_XXXSamuel Pitoiset1-2/+2
2016-02-22nvc0: prefix compute macros with _CP_ instead of _COMPUTE_Samuel Pitoiset1-1/+1
2016-02-22nvc0: rename NVXX_COMPUTE to NVXX_CPSamuel Pitoiset1-48/+48
2016-02-22nvc0: rename nvc0_context::dirty to nvc0_context::dirty_3dSamuel Pitoiset1-2/+2
2016-02-21nvc0: reduce likelihood of collision for real buffers on FermiSamuel Pitoiset1-2/+2
2016-02-21nvc0: add support for indirect compute on FermiSamuel Pitoiset1-19/+33
2016-02-21nvc0: bind textures/samplers for compute on FermiSamuel Pitoiset1-2/+36
2016-02-21nvc0: bind shader buffers for compute on FermiSamuel Pitoiset1-0/+34
2016-02-21nvc0: bind driver constbuf for compute on FermiSamuel Pitoiset1-0/+18
2016-02-21nvc0: bind constant buffers for compute on FermiSamuel Pitoiset1-8/+64
2016-02-13gallium: add a new interface for pipe_context::launch_grid()Samuel Pitoiset1-11/+8
2016-01-12nvc0: do not force re-binding of compute constbufs on FermiSamuel Pitoiset1-1/+1
2016-01-12nvc0: remove useless goto in nvc0_launch_grid()Samuel Pitoiset1-6/+4
2015-11-05nv50,nvc0: provide debug messages with shader compilation statsIlia Mirkin1-1/+1
2015-10-18nvc0: do not bind input params at compute state init on FermiSamuel Pitoiset1-8/+0
2015-10-10nvc0: make use of NVC0_COMPUTE_CLASS for GF110Samuel Pitoiset1-5/+2
2015-07-21nouveau: use bool instead of booleanSamuel Pitoiset1-12/+12
2015-06-22nvc0: use NV_VRAM_DOMAIN() macroAlexandre Courbot1-1/+1
2013-12-06nvc0: fixup gk110 and up not being listed in various switch statementsBen Skeggs1-1/+1
2013-09-11Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr1-0/+271