nv: define NV30/40/50_MAX_TEXTURE_LEVELS
[mesa.git] / progs / demos / Makefile
index 32c607212321af94b57c8096b4b54ace495be498..a13a272ce9c7f23f38fc0be10f8e16f4a411a74d 100644 (file)
@@ -15,13 +15,17 @@ PROGS = \
        arbfplight \
        arbfslight \
        arbocclude \
+       arbocclude2 \
        bounce \
        clearspd \
        copypix \
        cubemap \
+       dinoshade \
+       dissolve \
        drawpix \
        engine \
        fbo_firecube \
+       fbotexture \
        fire \
        fogcoord \
        fplight \
@@ -32,9 +36,7 @@ PROGS = \
        geartrain \
        glinfo \
        gloss \
-       glslnoise \
        gltestperf \
-       glutfx \
        isosurf \
        ipers \
        lodbias \
@@ -42,6 +44,7 @@ PROGS = \
        multiarb \
        paltex \
        pointblast \
+       projtex \
        rain \
        ray \
        readpix \
@@ -49,7 +52,6 @@ PROGS = \
        renormal \
        shadowtex \
        singlebuffer \
-       streaming_rect \
        spectex \
        spriteblast \
        stex3d \
@@ -57,9 +59,7 @@ PROGS = \
        terrain \
        tessdemo \
        texcyl \
-       texdown \
        texenv \
-       texobj \
        textures \
        trispd \
        tunnel \
@@ -126,13 +126,6 @@ reflect.o: reflect.c showbuffer.h
        $(APP_CC) -c -I$(INCDIR) $(CFLAGS) reflect.c
 
 
-shadowtex: shadowtex.o showbuffer.o
-       $(APP_CC) $(CFLAGS) $(LDFLAGS) shadowtex.o showbuffer.o $(LIBS) -o $@
-
-shadowtex.o: shadowtex.c showbuffer.h
-       $(APP_CC) -c -I$(INCDIR) $(CFLAGS) shadowtex.c
-
-
 gloss: gloss.o trackball.o readtex.o
        $(APP_CC) $(CFLAGS) $(LDFLAGS) gloss.o trackball.o readtex.o $(LIBS) -o $@
 
@@ -147,6 +140,13 @@ engine.o: engine.c trackball.h
        $(APP_CC) -c -I$(INCDIR) $(CFLAGS) engine.c
 
 
+fbotexture: fbotexture.o
+       $(APP_CC) $(CFLAGS) $(LDFLAGS) fbotexture.o $(LIBS) -o $@
+
+fbotexture.o: fbotexture.c extfuncs.h
+       $(APP_CC) -c -I$(INCDIR) $(CFLAGS) fbotexture.c
+
+
 fslight: fslight.o
        $(APP_CC) $(CFLAGS) $(LDFLAGS) fslight.o $(LIBS) -o $@