https://bugs.freedesktop.org/show_bug.cgi?id=32326 Summary: [R200] DRM version check only looks at minor number. Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/r200 AssignedTo: dri-devel@xxxxxxxxxxxxxxxxxxxxx ReportedBy: rankincj@xxxxxxxxxxxxxx Created an attachment (id=41021) View: https://bugs.freedesktop.org/attachment.cgi?id=41021 Review: https://bugs.freedesktop.org/review?bug=32326&attachment=41021 [PATCH] Enable microtiling for R200 if DRM >= v2.x Mesa only checks the minor DRM version number when deciding whether to enable texture microtiling. This would imply that microtiling hasn't been enabled since the 2.6.30 kernel. The HyperZ check for R200 does examine that the major DRM version number, but completely disables HyperZ for DRM v2.x. I don't know if this is intentional or not. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel