mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
i965: Remove strange comments about math functions.
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
0c16c12e46
commit
d611f12d82
1 changed files with 3 additions and 3 deletions
|
|
@ -1034,9 +1034,9 @@ enum brw_message_target {
|
|||
#define BRW_MATH_FUNCTION_EXP 3
|
||||
#define BRW_MATH_FUNCTION_SQRT 4
|
||||
#define BRW_MATH_FUNCTION_RSQ 5
|
||||
#define BRW_MATH_FUNCTION_SIN 6 /* was 7 */
|
||||
#define BRW_MATH_FUNCTION_COS 7 /* was 8 */
|
||||
#define BRW_MATH_FUNCTION_SINCOS 8 /* was 6 */
|
||||
#define BRW_MATH_FUNCTION_SIN 6
|
||||
#define BRW_MATH_FUNCTION_COS 7
|
||||
#define BRW_MATH_FUNCTION_SINCOS 8 /* gen4, gen5 */
|
||||
#define BRW_MATH_FUNCTION_FDIV 9 /* gen6+ */
|
||||
#define BRW_MATH_FUNCTION_POW 10
|
||||
#define BRW_MATH_FUNCTION_INT_DIV_QUOTIENT_AND_REMAINDER 11
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue