glsl2: fix comments

This commit is contained in:
Brian Paul 2010-09-14 09:05:46 -06:00
parent 9476efe77f
commit 2b04ead569
3 changed files with 3 additions and 3 deletions

View 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.

View file

@ -22,7 +22,7 @@
*/
/**
* \file ir_remove_loop_jumps.cpp
* \file ir_lower_jumps.cpp
*/
#include "glsl_types.h"

View 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))
*