summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_compute.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-08gallium/tgsi/draw/softpipe: remodel shader const/buffer bindings.Dave Airlie1-2/+1
2023-05-25softpipe: remove unused tgsi includesThomas H.P. Andersen1-1/+0
2022-11-02gallium: split up req_local_memKarol Herbst1-3/+4
2022-01-26softpipe: Dispatch 4 CS invocations per tgsi_exec thread.Emma Anholt1-5/+6
2022-01-26softpipe: Initialize the CS dispatch mask at machine setup time.Emma Anholt1-1/+1
2022-01-26softpipe: Improve some local var naming in compute shaders.Emma Anholt1-10/+10
2021-12-27softpipe: Use the draw module's poly stipple handling, like llvmpipe.Emma Anholt1-1/+0
2020-12-23softpipe: count CS invocations for pipeline stats queries.Eric Anholt1-0/+5
2020-09-22gallium: rename PIPE_TRANSFER_* -> PIPE_MAP_*Marek Olšák1-1/+1
2017-03-30softpipe: fix a maybe-uninitialized warningMarek Olšák1-1/+1
2016-05-01softpipe: avoid leaking local_mem on machines alloc failureIlia Mirkin1-1/+3
2016-04-27softpipe: add support for compute shaders. (v2)Dave Airlie1-0/+235