- Port 3.4 texture utils, texture format work to 3.5 (including new
authorGareth Hughes <gareth@valinux.com>
Sun, 18 Mar 2001 08:53:49 +0000 (08:53 +0000)
committerGareth Hughes <gareth@valinux.com>
Sun, 18 Mar 2001 08:53:49 +0000 (08:53 +0000)
commit2c3d34c905fa6b831a066afae83b938de05eb241
tree8905ffec020f38687d4e1df313022bb3bef8f467
parent6e550baa0a2b72bb0e4f5b19fdf74e5d3f377565
- Port 3.4 texture utils, texture format work to 3.5 (including new
  FetchTexel routines).
- Initial hooks for GL_EXT_texture_filter_anisotropic.
19 files changed:
src/mesa/Makefile.X11
src/mesa/main/Makefile.X11
src/mesa/main/attrib.c
src/mesa/main/config.h
src/mesa/main/context.c
src/mesa/main/extensions.c
src/mesa/main/get.c
src/mesa/main/macros.h
src/mesa/main/mtypes.h
src/mesa/main/texformat.c [new file with mode: 0644]
src/mesa/main/texformat.h [new file with mode: 0644]
src/mesa/main/texformat_tmp.h [new file with mode: 0644]
src/mesa/main/teximage.c
src/mesa/main/texobj.c
src/mesa/main/texstate.c
src/mesa/main/texstore.c
src/mesa/main/texutil.c
src/mesa/main/texutil.h
src/mesa/main/texutil_tmp.h [new file with mode: 0644]