mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
radeonsi: document what si_descriptors.c does
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
This commit is contained in:
parent
4ace4190ac
commit
fd076259ff
1 changed files with 11 additions and 0 deletions
|
|
@ -23,6 +23,17 @@
|
|||
* Authors:
|
||||
* Marek Olšák <marek.olsak@amd.com>
|
||||
*/
|
||||
|
||||
/* Resource binding slots and sampler states (each described with 8 or 4 dwords)
|
||||
* live in memory on SI.
|
||||
*
|
||||
* This file is responsible for managing lists of resources and sampler states
|
||||
* in memory and binding them, which means updating those structures in memory.
|
||||
*
|
||||
* There is also code for updating shader pointers to resources and sampler
|
||||
* states. CP DMA functions are here too.
|
||||
*/
|
||||
|
||||
#include "radeon/r600_cs.h"
|
||||
#include "si_pipe.h"
|
||||
#include "si_shader.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue