.wrap_t = translate_tex_wrap(cso->wrap_t),
.wrap_r = translate_tex_wrap(cso->wrap_r),
.unk8 = 0x8,
- .unk2 = 0x2,
.min_filter = cso->min_img_filter == PIPE_TEX_FILTER_NEAREST,
.norm_coords = cso->normalized_coords,
.mip_filter = cso->min_mip_filter == PIPE_TEX_MIPFILTER_LINEAR,
pandecode_prop("unk8 = 0x%x", s->unk8);
}
- if (s->unk2 != 2) {
- pandecode_msg("XXX: unk2 tripped\n");
- pandecode_prop("unk2 = 0x%x", s->unk2);
- }
-
+ pandecode_prop("unk2 = 0x%x", s->unk2);
+ pandecode_prop("unk3 = 0x%x", s->unk3);
pandecode_prop("min_filter = %s", s->min_filter ? "nearest" : "linear");
pandecode_prop("norm_coords = 0x%x", s->norm_coords & 0x1);
pandecode_prop("zero1 = 0x%x", s->zero1 & 0x1);