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 6882ef7..021615e 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 79eb6f0..b69cc1e 100644 (file)
@@ -22,7 +22,7 @@
  */
 
 /**
- * \file ir_remove_loop_jumps.cpp
+ * \file ir_lower_jumps.cpp
  */
 
 #include "glsl_types.h"
index 71c9472..c82a1f6 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))
  *