radeonsi: Write htile state to hardware.
[mesa.git] / src / gallium / drivers / radeonsi / radeonsi_compute.c
2013-11-22 Tom Stellardradeonsi/compute: Fix LDS size calculation
2013-11-15 Aaron Watryradeonsi/compute: Dispose of LLVM module after compilin...
2013-11-15 Aaron Watryradeonsi/compute: Free program and program.kernels...
2013-11-11 Tom Stellardradeonsi/compute: Add Sea Islands support
2013-10-23 Brian Paulradeonsi: remove unused si_set_cs_sampler_view()
2013-10-03 Brian Paulradeonsi/compute: fix bind_compute_sampler_states(...
2013-08-30 Marek Olšákradeonsi: use r600_common_context, r600_common_screen...
2013-08-16 Tom Stellardradeonsi/compute: Let the state tracker do all the...
2013-07-10 Michel Dänzerradeonsi: Handle TGSI_OPCODE_DDX/Y using local memory
2013-06-27 Vinson Leeradeonsi/compute: Fix memory leak in radeonsi_launch_grid.
2013-06-03 Tom Stellardradeonsi/compute: Upload work group, work item size...
2013-06-03 Tom Stellardradeonsi/compute: Pass kernel arguments in a buffer v2
2013-06-03 Tom Stellardradeonsi/compute: Implement un-binding of global buffers
2013-06-03 Tom Stellardradeonsi/compute: Support multiple kernels in a compute...
2013-04-25 Jerome Glissewinsys/radeon: consolidate tracing into winsys v2
2013-04-05 Tom Stellardradeonsi: Add compute support v3