Move mipmap generation functions, texture scaling functions into new
[mesa.git] / src / mesa / drivers / dri / unichrome / via_screen.h
index 01613eac211b2445494bdf97a0e78d43680489a8..84aa5aef88e0f0e4d221b38829a212325b29f789 100644 (file)
@@ -59,7 +59,7 @@ typedef struct {
     
     drmAddress reg;
     drmAddress agpLinearStart;
-    GLuint* agpBase;
+    GLuint agpBase;
 
     __DRIscreenPrivate *driScrnPriv;
     drmBufMapPtr bufs;
@@ -72,6 +72,7 @@ typedef struct {
     driOptionCache optionCache;
 } viaScreenPrivate;
 
+
 extern GLboolean
 viaCreateContext(const __GLcontextModes *mesaVis,
                  __DRIcontextPrivate *driContextPriv,