https://bugs.freedesktop.org/show_bug.cgi?id=25544
--- Comment #10 from Daniel Richard G. skunk@iskunk.org 2010-10-26 13:46:12 PDT --- I'm looking at r100_cs_track_texture_check() in linux-2.6.36/drivers/gpu/drm/radeon/r100.c (starting at line 3217). What if instead of an unconditional return, you were to do e.g.
/* XXX: Disable texture check until R200 fake texture enable supported */ if (rdev->family == CHIP_R200) return 0;
? Other parts of that function are already conditionalized based on chipset.
dri-devel@lists.freedesktop.org