mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
i915: Fix assert.
This commit is contained in:
parent
e81fe088f4
commit
309c156bae
1 changed files with 1 additions and 1 deletions
|
|
@ -239,7 +239,7 @@ GLuint i915_emit_texld( struct i915_fragment_program *p,
|
|||
}
|
||||
else {
|
||||
assert(GET_UREG_TYPE(dest) != REG_TYPE_CONST);
|
||||
assert(dest = UREG(GET_UREG_TYPE(dest), GET_UREG_NR(dest)));
|
||||
assert(dest == UREG(GET_UREG_TYPE(dest), GET_UREG_NR(dest)));
|
||||
/* Can't use unsaved temps for coords, as the phase boundary would result
|
||||
* in the contents becoming undefined.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue