aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_state.h
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2011-04-24 20:05:02 -0700
committerEric Anholt <[email protected]>2011-04-29 15:26:50 -0700
commitd6ba7b16039b3cf03903888df23732cbb358e810 (patch)
tree190533af33939e307e4f2c9e87d934f2e3b0b087 /src/mesa/drivers/dri/i965/brw_state.h
parentbb7ff01deb5c1eb813b90da6f40d987a67e2793b (diff)
i965: Drop the now unused brw_cache_data() function.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_state.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_state.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_state.h b/src/mesa/drivers/dri/i965/brw_state.h
index f1f51c8761c..df24a8b7d98 100644
--- a/src/mesa/drivers/dri/i965/brw_state.h
+++ b/src/mesa/drivers/dri/i965/brw_state.h
@@ -124,10 +124,6 @@ void brw_clear_validated_bos(struct brw_context *brw);
/***********************************************************************
* brw_state_cache.c
*/
-drm_intel_bo *brw_cache_data(struct brw_cache *cache,
- enum brw_cache_id cache_id,
- const void *data,
- GLuint size);
drm_intel_bo *brw_upload_cache(struct brw_cache *cache,
enum brw_cache_id cache_id,