mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 13:28:06 +02:00
bring over Roland's DOT3_RGBA fix from master
This commit is contained in:
parent
e3456c1028
commit
45b5c44eb9
1 changed files with 1 additions and 1 deletions
|
|
@ -871,7 +871,7 @@ emit_texenv(struct texenv_fragment_program *p, GLuint unit)
|
|||
key->unit[unit].OptRGB);
|
||||
}
|
||||
else if (key->unit[unit].ModeRGB == MODE_DOT3_RGBA_EXT ||
|
||||
key->unit[unit].ModeA == MODE_DOT3_RGBA) {
|
||||
key->unit[unit].ModeRGB == MODE_DOT3_RGBA) {
|
||||
|
||||
out = emit_combine( p, dest, WRITEMASK_XYZW, saturate,
|
||||
unit,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue