diff options
author | Eric Anholt <[email protected]> | 2011-01-04 13:44:34 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2011-01-04 14:42:54 -0800 |
commit | 5dbb856e960f9448ec4e322f936f5f6763ee77e2 (patch) | |
tree | da8d2f4a60ed5631ea1262cad34026c650a45b9d /src/mesa/drivers/dri/intel/intel_tex.c | |
parent | 001d944fd50e0579739b8865e6e09be5d267c05a (diff) |
intel: Merge our choosetexformat fallbacks into core.
We now share the type/format -> MESA_FORMAT_* mappings with software
mesa, and the core supports most of the fallbacks hardware drivers
will want.
Diffstat (limited to 'src/mesa/drivers/dri/intel/intel_tex.c')
-rw-r--r-- | src/mesa/drivers/dri/intel/intel_tex.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/intel/intel_tex.c b/src/mesa/drivers/dri/intel/intel_tex.c index 2c21ea0576e..2c3eab20fda 100644 --- a/src/mesa/drivers/dri/intel/intel_tex.c +++ b/src/mesa/drivers/dri/intel/intel_tex.c @@ -113,7 +113,6 @@ intelGenerateMipmap(struct gl_context *ctx, GLenum target, void intelInitTextureFuncs(struct dd_function_table *functions) { - functions->ChooseTextureFormat = intelChooseTextureFormat; functions->GenerateMipmap = intelGenerateMipmap; functions->NewTextureObject = intelNewTextureObject; |