projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b3adf3
)
fix missing commit for span changes
author
Dave Airlie
<airliedfreedesktop.org>
Fri, 28 Oct 2005 12:05:25 +0000
(12:05 +0000)
committer
Dave Airlie
<airliedfreedesktop.org>
Fri, 28 Oct 2005 12:05:25 +0000
(12:05 +0000)
src/mesa/drivers/dri/r300/radeon_screen.h
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/r300/radeon_screen.h
b/src/mesa/drivers/dri/r300/radeon_screen.h
index 4a331dc0626cf70c56349fa88ead0ab8b4a113ca..22dc40158b0e4a1a033757c654e2229ed8b00231 100644
(file)
--- 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;