From: Dave Airlie Date: Fri, 28 Oct 2005 12:05:25 +0000 (+0000) Subject: fix missing commit for span changes X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eb171b0c10ece5e2a4800cadf8680c24e0d92cda;p=mesa.git fix missing commit for span changes --- diff --git a/src/mesa/drivers/dri/r300/radeon_screen.h b/src/mesa/drivers/dri/r300/radeon_screen.h index 4a331dc0626..22dc40158b0 100644 --- a/src/mesa/drivers/dri/r300/radeon_screen.h +++ b/src/mesa/drivers/dri/r300/radeon_screen.h @@ -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;