projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2657325
)
i915g: Fix assert.
author
Vinson Lee
<vlee@vmware.com>
Mon, 12 Apr 2010 00:56:21 +0000
(17:56 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Mon, 12 Apr 2010 00:56:21 +0000
(17:56 -0700)
src/gallium/drivers/i915/i915_fpc_emit.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/i915/i915_fpc_emit.c
b/src/gallium/drivers/i915/i915_fpc_emit.c
index b054ce41d3971e56eb4a637b0ca415ca382167fb..76c24d2b2fd7d9e254d2d07aafcf478ce2ea3630 100644
(file)
--- a/
src/gallium/drivers/i915/i915_fpc_emit.c
+++ b/
src/gallium/drivers/i915/i915_fpc_emit.c
@@
-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) {