On Wed, Mar 9, 2016 at 6:23 PM, Samuel Pitoiset <samuel.pitoiset at gmail.com> wrote: > + if (screen->base.class_3d <= NVF0_3D_CLASS && > + screen->base.class_3d != NVEA_3D_CLASS) { Why? NVEA should be the same as NVF0 I think... and actually NVEA_3D_CLASS is 0xa297, while the NVF0 one is a197... -ilia