diff options
author | Eric Anholt <[email protected]> | 2012-09-21 10:38:03 +0200 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-09-27 12:52:53 -0700 |
commit | f3984fbe3310682c5f4d4821edcfe59d9430d957 (patch) | |
tree | 06587cd2dec5fa702814347e6677549e307cbeea /src/mesa/drivers/dri/intel/intel_tex.h | |
parent | 9ba6f4733ce6e1b07f8a932590bdbb6cf0702f5d (diff) |
intel: Remove dead intel_format_to_rb_datatype.
This was for some of the old spans-related code that is now gone.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/intel/intel_tex.h')
-rw-r--r-- | src/mesa/drivers/dri/intel/intel_tex.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/intel/intel_tex.h b/src/mesa/drivers/dri/intel/intel_tex.h index 777574ddd9b..6fa5b40bd6a 100644 --- a/src/mesa/drivers/dri/intel/intel_tex.h +++ b/src/mesa/drivers/dri/intel/intel_tex.h @@ -42,8 +42,6 @@ void intelInitTextureSubImageFuncs(struct dd_function_table *functions); void intelInitTextureCopyImageFuncs(struct dd_function_table *functions); -GLenum intel_mesa_format_to_rb_datatype(gl_format format); - void intelSetTexBuffer(__DRIcontext *pDRICtx, GLint target, __DRIdrawable *pDraw); void intelSetTexBuffer2(__DRIcontext *pDRICtx, |