cell: comments
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 3 Sep 2008 17:45:28 +0000 (11:45 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 3 Sep 2008 19:35:06 +0000 (13:35 -0600)
src/gallium/drivers/cell/spu/spu_tile.c

index 12dc2463283a49c9982408908d7808b30c1a7722..216a33126b7c46e86adcd92858db6b63854f6d51 100644 (file)
@@ -31,6 +31,9 @@
 #include "spu_main.h"
 
 
+/**
+ * Get tile of color or Z values from main memory, put into SPU memory.
+ */
 void
 get_tile(uint tx, uint ty, tile_t *tile, int tag, int zBuf)
 {
@@ -56,6 +59,9 @@ get_tile(uint tx, uint ty, tile_t *tile, int tag, int zBuf)
 }
 
 
+/**
+ * Move tile of color or Z values from SPU memory to main memory.
+ */
 void
 put_tile(uint tx, uint ty, const tile_t *tile, int tag, int zBuf)
 {