summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_fragprog.c
diff options
context:
space:
mode:
authorChristoph Bill <egore@gmx.de>2007-05-09 18:25:12 +0000
committerOliver McFadden <z3ro.geek@gmail.com>2007-05-09 18:25:12 +0000
commit3c9e5cb0bda24b73b4e02fc1dbe77ac9c6aed426 (patch)
tree45a83e53e6a17ccd97d368d1ac6a1450fa5ba185 /src/mesa/drivers/dri/r300/r300_fragprog.c
parenta6aa1f80168a8134286040920d804a8fc86773ce (diff)
r300: Added a few more Doxygen comments.
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_fragprog.c')
-rw-r--r--src/mesa/drivers/dri/r300/r300_fragprog.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_fragprog.c b/src/mesa/drivers/dri/r300/r300_fragprog.c
index 556e3041ed..4bc4320f98 100644
--- a/src/mesa/drivers/dri/r300/r300_fragprog.c
+++ b/src/mesa/drivers/dri/r300/r300_fragprog.c
@@ -31,13 +31,13 @@
* Jerome Glisse <j.glisse@gmail.com>
*/
-/*TODO'S
+/**
+ * \todo Depth write, WPOS/FOGC inputs
+ *
+ * \todo FogOption
*
- * - Depth write, WPOS/FOGC inputs
- * - FogOption
- * - Verify results of opcodes for accuracy, I've only checked them
- * in specific cases.
- * - and more...
+ * \todo Verify results of opcodes for accuracy, I've only checked them in
+ * specific cases.
*/
#include "glheader.h"