summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/nv50/nv50_compute.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-19nv50: add a new validation path for computeSamuel Pitoiset1-12/+13
2016-03-19nv50: rework nv50_compute_validate_program()Samuel Pitoiset1-31/+1
2016-03-19nv50: rename 3d dirty flags to NV50_NEW_3D_XXXSamuel Pitoiset1-1/+1
2016-03-19nv50: rename NV50_COMPUTE to NV50_CPSamuel Pitoiset1-45/+45
2016-03-19nv50: rename nv50_context::dirty to nv50_context::dirty_3dSamuel Pitoiset1-1/+1
2016-02-13gallium: add a new interface for pipe_context::launch_grid()Samuel Pitoiset1-9/+7
2015-11-14nv50: implement a basic compute supportSamuel Pitoiset1-0/+320