mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
i915g: Fix assert.
This commit is contained in:
parent
2657325c4a
commit
4a796264df
1 changed files with 1 additions and 1 deletions
|
|
@ -243,7 +243,7 @@ uint i915_emit_texld( struct i915_fp_compile *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)));
|
||||
|
||||
/* is the sampler coord a texcoord input reg? */
|
||||
if (GET_UREG_TYPE(coord) != REG_TYPE_T) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue