From d77d2af20a978972d74dcaa6c1099be02578f247 Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Mon, 4 Nov 2013 14:08:16 -0700 Subject: mesa: Add API definitions for ARB_texture_view Stub in glTextureView API call to go with the glTextureView API xml definition. Includes dispatch test for glTextureView Signed-off-by: Courtney Goeltzenleuchter Reviewed-by: Brian Paul --- src/mesa/Makefile.sources | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/Makefile.sources') diff --git a/src/mesa/Makefile.sources b/src/mesa/Makefile.sources index a84f8a78857..39525bc5b82 100644 --- a/src/mesa/Makefile.sources +++ b/src/mesa/Makefile.sources @@ -103,6 +103,7 @@ MAIN_FILES = \ $(SRCDIR)main/texstate.c \ $(SRCDIR)main/texstorage.c \ $(SRCDIR)main/texstore.c \ + $(SRCDIR)main/textureview.c \ $(SRCDIR)main/texturebarrier.c \ $(SRCDIR)main/transformfeedback.c \ $(SRCDIR)main/uniforms.c \ -- cgit v1.2.3