From 2c3d34c905fa6b831a066afae83b938de05eb241 Mon Sep 17 00:00:00 2001 From: Gareth Hughes Date: Sun, 18 Mar 2001 08:53:49 +0000 Subject: - Port 3.4 texture utils, texture format work to 3.5 (including new FetchTexel routines). - Initial hooks for GL_EXT_texture_filter_anisotropic. --- src/mesa/Makefile.X11 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mesa/Makefile.X11') diff --git a/src/mesa/Makefile.X11 b/src/mesa/Makefile.X11 index fdab3399ce..24109a739c 100644 --- a/src/mesa/Makefile.X11 +++ b/src/mesa/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.45 2001/02/16 18:14:41 keithw Exp $ +# $Id: Makefile.X11,v 1.46 2001/03/18 08:53:49 gareth Exp $ # Mesa 3-D graphics library # Version: 3.5 @@ -99,6 +99,7 @@ CORE_SOURCES = \ scissor.c \ state.c \ stencil.c \ + texformat.c \ teximage.c \ texobj.c \ texstate.c \ -- cgit v1.2.3