summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nvc0/nve4_compute.c
Commit message (Expand)AuthorAgeFilesLines
* WIP nouveau: add lockingIlia Mirkin2016-11-011-0/+4
* nvc0: fix valid range for shader buffersSamuel Pitoiset2016-10-101-0/+1
* nvc0: invalidate textures/samplers on GK104+Samuel Pitoiset2016-08-241-0/+14
* nvc0: bind images for 3d/cp shaders on GM107+Samuel Pitoiset2016-07-201-9/+76
* nouveau: Add support for SV_WORK_DIMHans de Goede2016-07-021-3/+4
* nvc0: Make NVC0_CB_AUX_GRID_INFO take an index argumentHans de Goede2016-07-021-2/+2
* nvc0: mark bound buffer range validIlia Mirkin2016-06-041-0/+3
* nvc0: mark buffer texture range valid for shader imagesSamuel Pitoiset2016-06-031-0/+5
* nvc0: fix some compute texture validation bits on keplerIlia Mirkin2016-05-301-1/+4
* nvc0: remove outdated surfaces validation code for GK104Samuel Pitoiset2016-05-281-70/+0
* nvc0: account for shader-allocated local memory needsIlia Mirkin2016-05-191-1/+1
* nvc0: stick compute kernel arguments into uniform_boSamuel Pitoiset2016-04-291-16/+5
* nvc0: inform users that 3D images are not fully supportedSamuel Pitoiset2016-04-261-1/+1
* nvc0: bind images on compute shaders for KeplerSamuel Pitoiset2016-04-261-1/+38
* nvc0: reserve an area for surfaces info in the driver constbufSamuel Pitoiset2016-04-261-1/+1
* nvc0: avoid tex read fault from compute shaders on GK110Samuel Pitoiset2016-04-201-0/+3
* nvc0: allow to use compute support on GM200Samuel Pitoiset2016-04-141-0/+3
* nvc0: add indirect compute support on KeplerSamuel Pitoiset2016-04-011-34/+77
* nvc0: reduce likelihood of collision for real buffers on KeplerSamuel Pitoiset2016-04-011-2/+2
* nvc0: store ubo info to the driver constbuf on KeplerSamuel Pitoiset2016-04-011-1/+25
* nvc0: bind user uniforms for compute on KeplerSamuel Pitoiset2016-04-011-9/+54
* nvc0: bind shader buffers for compute on KeplerSamuel Pitoiset2016-04-011-0/+38
* nvc0: bind driver cb for compute on c7[] for KeplerSamuel Pitoiset2016-04-011-14/+26
* nvc0: add a new validation path for computeSamuel Pitoiset2016-03-091-22/+19
* nvc0: rework nvc0_compute_validate_program()Samuel Pitoiset2016-02-261-3/+1
* nvc0: move nvc0_validate_global_residents() to nvc0_compute.cSamuel Pitoiset2016-02-261-2/+1
* nvc0: rename NVXX_COMPUTE to NVXX_CPSamuel Pitoiset2016-02-221-49/+49
* nvc0: add compute support for GM107Samuel Pitoiset2016-02-161-1/+4
* nvc0: fix compute state initialization on GK110+Samuel Pitoiset2016-02-161-6/+7
* gallium: add a new interface for pipe_context::launch_grid()Samuel Pitoiset2016-02-131-6/+4
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-2/+2
* nouveau: use bool instead of booleanSamuel Pitoiset2015-07-211-12/+12
* nvc0: use NV_VRAM_DOMAIN() macroAlexandre Courbot2015-06-221-1/+1
* nvc0: fixup gk110 and up not being listed in various switch statementsBen Skeggs2013-12-061-1/+2
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-111-0/+652