summaryrefslogtreecommitdiff
path: root/progs/tests/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-05-04 20:11:35 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-05-04 20:11:35 +0000
commite4b2356c07d31fbeeabb13b2fb47db703b473080 (patch)
treed8b7f1c7c9e7c84d84349485f942dd205dd4c16d /progs/tests/Makefile
parentebef61f5c0950572f9c6a81b08f447957461675c (diff)
Major check-in of changes for GL_EXT_framebuffer_object extension.
Main driver impacts: - new code for creating the Mesa GLframebuffer - new span/pixel read/write code Some drivers not yet updated/tested.
Diffstat (limited to 'progs/tests/Makefile')
-rw-r--r--progs/tests/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/progs/tests/Makefile b/progs/tests/Makefile
index c1218b1ca9..4d3d2696b8 100644
--- a/progs/tests/Makefile
+++ b/progs/tests/Makefile
@@ -26,6 +26,8 @@ SOURCES = antialias.c \
cva.c \
dinoshade.c \
floattex.c \
+ fbotest1.c \
+ fbotexture.c \
fogcoord.c \
fptest1.c \
fptexture.c \