glsl2: fix comments
authorBrian Paul <brianp@vmware.com>
Tue, 14 Sep 2010 15:05:46 +0000 (09:05 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 14 Sep 2010 15:05:46 +0000 (09:05 -0600)
src/glsl/ir_if_simplification.cpp
src/glsl/ir_lower_jumps.cpp
src/glsl/ir_mod_to_fract.cpp

index 6882ef72b95db1b4800f43d47d97cdbd7e4e1a51..021615ebd126f686dc111cfe293ad1d856bade81 100644 (file)
@@ -22,7 +22,7 @@
  */
 
 /**
- * \file ir_function_inlining.cpp
+ * \file ir_if_simplification.cpp
  *
  * Moves constant branches of if statements out to the surrounding
  * instruction stream.
index 79eb6f0939d8cb962a573f70d17ed34f3ef7cc1e..b69cc1ec31529aae356e0ca990db8c7efe5386a6 100644 (file)
@@ -22,7 +22,7 @@
  */
 
 /**
- * \file ir_remove_loop_jumps.cpp
+ * \file ir_lower_jumps.cpp
  */
 
 #include "glsl_types.h"
index 71c9472b12bdf3112c6dec633743c9d441468bef..c82a1f64fdde7ccad6beaf1b7fda5738b2ec9c5a 100644 (file)
@@ -22,7 +22,7 @@
  */
 
 /**
- * \file ir_mod_to_floor.cpp
+ * \file ir_mod_to_fract.cpp
  *
  * Breaks an ir_unop_mod expression down to (op1 * fract(op0 / op1))
  *