summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nv50/nv50_compute.c
Commit message (Expand)AuthorAgeFilesLines
* nv50: add a new validation path for computeSamuel Pitoiset2016-03-191-12/+13
* nv50: rework nv50_compute_validate_program()Samuel Pitoiset2016-03-191-31/+1
* nv50: rename 3d dirty flags to NV50_NEW_3D_XXXSamuel Pitoiset2016-03-191-1/+1
* nv50: rename NV50_COMPUTE to NV50_CPSamuel Pitoiset2016-03-191-45/+45
* nv50: rename nv50_context::dirty to nv50_context::dirty_3dSamuel Pitoiset2016-03-191-1/+1
* gallium: add a new interface for pipe_context::launch_grid()Samuel Pitoiset2016-02-131-9/+7
* nv50: implement a basic compute supportSamuel Pitoiset2015-11-141-0/+320