summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_pixel.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2009-09-21 17:13:31 -0700
committerEric Anholt <eric@anholt.net>2009-09-28 14:12:09 -0700
commit8b23755ce978247a92c00e390de2e459c0a9d5ad (patch)
tree4a0201c073510b551c8eb69c65c25b7d5a92be37 /src/mesa/drivers/dri/intel/intel_pixel.h
parent41865d991f5703b6a9faa33ee6ac1d256af5c2a2 (diff)
intel: Remove some dead metaops code.
Diffstat (limited to 'src/mesa/drivers/dri/intel/intel_pixel.h')
-rw-r--r--src/mesa/drivers/dri/intel/intel_pixel.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/intel/intel_pixel.h b/src/mesa/drivers/dri/intel/intel_pixel.h
index 96a6dd17b2..743b6497c5 100644
--- a/src/mesa/drivers/dri/intel/intel_pixel.h
+++ b/src/mesa/drivers/dri/intel/intel_pixel.h
@@ -34,8 +34,6 @@ void intelInitPixelFuncs(struct dd_function_table *functions);
GLboolean intel_check_blit_fragment_ops(GLcontext * ctx,
GLboolean src_alpha_is_one);
-GLboolean intel_check_meta_tex_fragment_ops(GLcontext * ctx);
-
GLboolean intel_check_blit_format(struct intel_region *region,
GLenum format, GLenum type);