Merge branch '7.8'
[mesa.git] / src / gallium / winsys / radeon / drm / radeon_winsys.h
index 396f258c31204f8db1578855aebe5b1e826c5505..ca789be8e931fd869df1dff651553f4da99abc0d 100644 (file)
@@ -60,8 +60,12 @@ struct radeon_libdrm_winsys {
     /* Square tiling support. */
     boolean squaretiling;
 
-    /* Square tiling support. */
-    boolean tex3d_mip_bug;
+    /* DRM 2.3.0
+     *   - R500 VAP regs
+     *   - MSPOS regs
+     *   - Fixed texture 3D size calculation
+     */
+    boolean drm_2_3_0;
 
     /* DRM FD */
     int fd;