radeonsi: document what si_descriptors.c does

Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
This commit is contained in:
Marek Olšák 2014-09-15 23:19:44 +02:00
parent 4ace4190ac
commit fd076259ff

View file

@ -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"