mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 11:30:21 +01:00
glsl2: fix comments
This commit is contained in:
parent
9476efe77f
commit
2b04ead569
3 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* \file ir_remove_loop_jumps.cpp
|
||||
* \file ir_lower_jumps.cpp
|
||||
*/
|
||||
|
||||
#include "glsl_types.h"
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue