summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/radeonsi_compute.c
Commit message (Expand)AuthorAgeFilesLines
* radeonsi/compute: Fix LDS size calculationTom Stellard2013-11-211-1/+16
* radeonsi/compute: Dispose of LLVM module after compiling kernelsAaron Watry2013-11-151-0/+1
* radeonsi/compute: Free program and program.kernels on shutdownAaron Watry2013-11-151-1/+15
* radeonsi/compute: Add Sea Islands supportTom Stellard2013-11-111-3/+12
* radeonsi: remove unused si_set_cs_sampler_view()Brian Paul2013-10-231-4/+0
* radeonsi/compute: fix bind_compute_sampler_states() breakageBrian Paul2013-10-031-6/+0
* radeonsi: use r600_common_context, r600_common_screen, r600_resourceMarek Olšák2013-08-311-11/+12
* radeonsi/compute: Let the state tracker do all the flushingTom Stellard2013-08-171-3/+0
* radeonsi: Handle TGSI_OPCODE_DDX/Y using local memoryMichel Dänzer2013-07-101-1/+1
* radeonsi/compute: Fix memory leak in radeonsi_launch_grid.Vinson Lee2013-06-271-0/+1
* radeonsi/compute: Upload work group, work item size in input bufferTom Stellard2013-06-031-11/+27
* radeonsi/compute: Pass kernel arguments in a buffer v2Tom Stellard2013-06-031-14/+12
* radeonsi/compute: Implement un-binding of global buffersTom Stellard2013-06-031-12/+19
* radeonsi/compute: Support multiple kernels in a compute programTom Stellard2013-06-031-9/+18
* winsys/radeon: consolidate tracing into winsys v2Jerome Glisse2013-04-251-1/+1
* radeonsi: Add compute support v3Tom Stellard2013-04-051-0/+234