mesa: fix bug in evaluation of structure fields
Fixes incorrect size information. See bug 19273.
(cherry picked from commit e8d7db31e2)
This commit is contained in:
@@ -1999,9 +1999,7 @@ emit_struct_field(slang_emit_info *emitInfo, slang_ir_node *n)
|
||||
_slang_copy_ir_storage(n->Store, n->Children[0]->Store);
|
||||
|
||||
n->Store->Index = n->Children[0]->Store->Index + fieldOffset / 4;
|
||||
/* XXX test this:
|
||||
n->Store->Index += fieldOffset / 4;
|
||||
*/
|
||||
n->Store->Size = fieldSize;
|
||||
|
||||
switch (fieldSize) {
|
||||
case 1:
|
||||
|
||||
Reference in New Issue
Block a user