fix missing commit for span changes
authorDave Airlie <airliedfreedesktop.org>
Fri, 28 Oct 2005 12:05:25 +0000 (12:05 +0000)
committerDave Airlie <airliedfreedesktop.org>
Fri, 28 Oct 2005 12:05:25 +0000 (12:05 +0000)
src/mesa/drivers/dri/r300/radeon_screen.h

index 4a331dc..22dc401 100644 (file)
@@ -103,6 +103,7 @@ typedef struct {
 
        GLboolean drmSupportsCubeMaps;  /* need radeon kernel module >=1.7 */
        GLboolean drmSupportsBlendColor;        /* need radeon kernel module >= 1.11 */
+        GLboolean depthHasSurface;
 
        /* Configuration cache with default values for all contexts */
        driOptionCache optionCache;