radeonsi: replace TGSI_SEMANTIC with VARYING_SLOT and FRAG_RESULT
[mesa.git] / src / gallium / drivers / radeonsi / si_compute.h
2020-03-30 Pierre-Eric Pellou... radeonsi: switch to 3-spaces style
2020-01-25 Marek Olšákradeonsi: use the live shader cache
2019-08-19 Marek Olšákradeonsi: allocate and resize global_buffers as needed
2019-07-20 Marek Olšákradeonsi: remove si_program::use_code_object_v2
2019-07-20 Marek Olšákradeonsi: add si_shader_selector into si_compute
2018-10-18 Jan Veselyradeonsi: Bump number of allowed global buffers to 32
2018-08-29 Marek Olšákradeonsi: add TGSI_SEMANTIC_CS_USER_DATA for reading...
2018-08-07 Marek Olšákradeonsi: don't load block dimensions into SGPRs if...
2018-04-05 Marek Olšákradeonsi: update copyrights
2018-02-06 Timothy Arceriradeonsi/nir: add nir support for compiling compute...
2017-08-22 Nicolai Hähnleradeonsi: add reference count to si_compute
2017-06-14 Samuel Pitoisetradeonsi: track use of bindless samplers/images from...
2017-05-18 Marek Olšákradeonsi: record which descriptor slots are used by...
2017-05-10 Nicolai Hähnleradeonsi: move struct si_compute into a header