mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 15:20:17 +01:00
Add vector distance operator for vertex programs.
This commit is contained in:
parent
5aa6dc329b
commit
d773598224
1 changed files with 1 additions and 0 deletions
|
|
@ -1157,6 +1157,7 @@ I am fairly certain that they are correct unless stated otherwise in comments.
|
|||
#define R300_VPI_OUT_OP_MUL (2 << 0)
|
||||
#define R300_VPI_OUT_OP_ADD (3 << 0)
|
||||
#define R300_VPI_OUT_OP_MAD (4 << 0)
|
||||
#define R300_VPI_OUT_OP_DST (5 << 0)
|
||||
#define R300_VPI_OUT_OP_FRC (6 << 0)
|
||||
#define R300_VPI_OUT_OP_MAX (7 << 0)
|
||||
#define R300_VPI_OUT_OP_MIN (8 << 0)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue