Enable GL_ARB_texture_mirrored_repeat on Savage4. Refactor the code that
authorIan Romanick <idr@us.ibm.com>
Thu, 22 Sep 2005 21:25:31 +0000 (21:25 +0000)
committerIan Romanick <idr@us.ibm.com>
Thu, 22 Sep 2005 21:25:31 +0000 (21:25 +0000)
commit7b01068a231f7a1c21b58f5191a6f5f11df79d3f
treecc0a85b7bec636a90e81c083dd4281103ced7fb6
parent676d0accf5cc43e86057b14cfb8bba9316932582
Enable GL_ARB_texture_mirrored_repeat on Savage4.  Refactor the code that
sets the texture wrap mode and texture filter mode for Savage4 to the new
functions savage4_set_wrap_mode and savage4_set_filter_mode.

This was tested with texwrap and tunnel.
src/mesa/drivers/dri/savage/savage_xmesa.c
src/mesa/drivers/dri/savage/savagedd.c
src/mesa/drivers/dri/savage/savagetex.c