summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200/r200_tex.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2009-04-01 16:13:30 +1000
committerDave Airlie <airlied@redhat.com>2009-04-01 16:13:30 +1000
commitf9d272fa414ec04d9cc608840436f29e6adf84bc (patch)
tree4677ee291c91e9e976e62098f5e0d85672af3437 /src/mesa/drivers/dri/r200/r200_tex.c
parent6e30fe4873f30ccf9edec9ab6113ea647dccb9b7 (diff)
radeon: go back and repick texture formats.
This might trip up some serious FBO users, will have to see, but it avoids the slow paths for all the demos I have.
Diffstat (limited to 'src/mesa/drivers/dri/r200/r200_tex.c')
-rw-r--r--src/mesa/drivers/dri/r200/r200_tex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r200/r200_tex.c b/src/mesa/drivers/dri/r200/r200_tex.c
index 19a6cad80b..fc2caabb5a 100644
--- a/src/mesa/drivers/dri/r200/r200_tex.c
+++ b/src/mesa/drivers/dri/r200/r200_tex.c
@@ -493,7 +493,7 @@ void r200InitTextureFuncs( struct dd_function_table *functions )
/* Note: we only plug in the functions we implement in the driver
* since _mesa_init_driver_functions() was already called.
*/
- functions->ChooseTextureFormat = radeonChooseTextureFormat;
+ functions->ChooseTextureFormat = radeonChooseTextureFormat_mesa;
functions->TexImage1D = radeonTexImage1D;
functions->TexImage2D = radeonTexImage2D;
#if ENABLE_HW_3D_TEXTURE