aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_screen.h
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2013-06-21 10:43:32 -0700
committerEric Anholt <[email protected]>2013-06-26 01:07:12 -0700
commit57407bcaf8b0ee249a64b25483dcd1fc1268cf5c (patch)
treee187cd934c8994c48fd5f145e567c440bef84e2e /src/mesa/drivers/dri/intel/intel_screen.h
parent88514d922e4e392ec82ea8ab2ecb5bf0d2317c4f (diff)
intel: Drop little bits of dead code.
I noticed these while building the fork-i915 branch. Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/intel/intel_screen.h')
-rw-r--r--src/mesa/drivers/dri/intel/intel_screen.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/drivers/dri/intel/intel_screen.h b/src/mesa/drivers/dri/intel/intel_screen.h
index 48339373e46..188e2c09c99 100644
--- a/src/mesa/drivers/dri/intel/intel_screen.h
+++ b/src/mesa/drivers/dri/intel/intel_screen.h
@@ -45,12 +45,9 @@ struct intel_screen
int max_gl_es1_version;
int max_gl_es2_version;
- int logTextureGranularity;
-
__DRIscreen *driScrnPriv;
bool no_hw;
- GLuint relaxed_relocations;
/*
* The hardware hiz and separate stencil fields are needed in intel_screen,
@@ -77,8 +74,6 @@ struct intel_screen
driOptionCache optionCache;
};
-extern bool intelMapScreenRegions(__DRIscreen * sPriv);
-
extern void intelDestroyContext(__DRIcontext * driContextPriv);
extern GLboolean intelUnbindContext(__DRIcontext * driContextPriv);