OSDN Git Service

Added support for EXT_texture_mirror_clamp and the single wrap mode
authorIan Romanick <idr@us.ibm.com>
Tue, 2 Sep 2003 19:25:17 +0000 (19:25 +0000)
committerIan Romanick <idr@us.ibm.com>
Tue, 2 Sep 2003 19:25:17 +0000 (19:25 +0000)
commitc8363a31cfcd8e3c60387df31525158847ab1457
tree9fd1fe501ec1edfa2412bfbcae8bb815c39824fc
parent886bc6f36c698df17cc8bcab0717ff0a039f3dd6
Added support for EXT_texture_mirror_clamp and the single wrap mode
that it addes to ATI_texture_mirror_once.  This includes updating the
texwrap test to exercise the new mode.
include/GL/gl.h
progs/tests/texwrap.c
src/mesa/main/extensions.c
src/mesa/main/mtypes.h
src/mesa/main/texstate.c
src/mesa/swrast/s_texture.c