Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | radeonsi: Bump number of allowed global buffers to 32 | Jan Vesely | 2018-10-18 | 1 | -1/+1 |
| | | | | | | | | Fixes assertion failure/crash when running luxmark/luxball on clover. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108272 CC: [email protected] Signed-off-by: Jan Vesely <[email protected]> Reviewed-by: Marek Olšák <[email protected]> | ||||
* | radeonsi: add TGSI_SEMANTIC_CS_USER_DATA for reading up to 4 SGPRs with TGSI | Marek Olšák | 2018-08-29 | 1 | -0/+1 |
| | |||||
* | radeonsi: don't load block dimensions into SGPRs if they are not variable | Marek Olšák | 2018-08-07 | 1 | -2/+1 |
| | |||||
* | radeonsi: update copyrights | Marek Olšák | 2018-04-05 | 1 | -0/+1 |
| | | | | Acked-by: Timothy Arceri <[email protected]> | ||||
* | radeonsi/nir: add nir support for compiling compute shaders | Timothy Arceri | 2018-02-07 | 1 | -1/+4 |
| | | | | Reviewed-by: Marek Olšák <[email protected]> | ||||
* | radeonsi: add reference count to si_compute | Nicolai Hähnle | 2017-08-22 | 1 | -0/+14 |
| | | | | | | To allow keep-alive for deferred logging. Reviewed-by: Marek Olšák <[email protected]> | ||||
* | radeonsi: track use of bindless samplers/images from tgsi_shader_info | Samuel Pitoiset | 2017-06-14 | 1 | -0/+2 |
| | | | | | | | | | This adds some new helper functions to know if the current draw call (or dispatch compute) is using bindless samplers/images, based on TGSI analysis. Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Marek Olšák <[email protected]> | ||||
* | radeonsi: record which descriptor slots are used by shaders | Marek Olšák | 2017-05-18 | 1 | -0/+4 |
| | | | | Reviewed-by: Nicolai Hähnle <[email protected]> | ||||
* | radeonsi: move struct si_compute into a header | Nicolai Hähnle | 2017-05-10 | 1 | -0/+50 |
Reviewed-by: Marek Olšák <[email protected]> |