progs: add trivial ARB_half_float_vertex support.
[mesa.git] / progs / trivial / Makefile
index 0209c509503382e2f225b62998da7310fdd42e5a..207215dee958511ec3217c1e671572f8ada3aff0 100644 (file)
@@ -18,9 +18,14 @@ SOURCES = \
        clear-repeat.c \
        clear-random.c \
        clear.c \
+       createwin.c \
        dlist-dangling.c \
+       dlist-flat-tri.c \
+       dlist-mat-tri.c \
        dlist-tri-flat-tri.c \
+       dlist-tri-mat-tri.c \
        dlist-recursive-call.c \
+       dlist-begin-call-end.c \
        dlist-edgeflag-dangling.c \
        dlist-edgeflag.c \
        dlist-degenerate.c \
@@ -44,6 +49,7 @@ SOURCES = \
        lineloop-clip.c \
        lineloop-elts.c \
        lineloop.c \
+       linestrip-clip.c \
        linestrip-flat-stipple.c \
        linestrip-stipple-wide.c \
        linestrip-stipple.c \
@@ -83,7 +89,9 @@ SOURCES = \
        quadstrip-cont.c \
        quadstrip-flat.c \
        quadstrip.c \
+       readpixels.c \
        tri-alpha.c \
+       tri-alpha-tex.c \
        tri-array-interleaved.c \
        tri-blend-color.c \
        tri-blend-max.c \
@@ -91,6 +99,7 @@ SOURCES = \
        tri-blend-revsub.c \
        tri-blend-sub.c \
        tri-blend.c \
+       tri-clear.c \
        tri-clip.c \
        tri-cull-both.c \
        tri-cull.c \
@@ -110,9 +119,11 @@ SOURCES = \
        tri-lit-material.c \
        tri-mask-tri.c \
        tri-orig.c \
+       tri-point-line-clipped.c \
        tri-query.c \
        tri-repeat.c \
        tri-scissor-tri.c \
+       tri-square.c \
        tri-stencil.c \
        tri-stipple.c \
        tri-multitex-vbo.c \
@@ -122,6 +133,7 @@ SOURCES = \
        tri-unfilled-fog.c \
        tri-unfilled-edgeflag.c \
        tri-unfilled-clip.c \
+       tri-unfilled-point.c \
        tri-unfilled-smooth.c \
        tri-unfilled-tri.c \
        tri-unfilled-tri-lit.c \
@@ -130,6 +142,7 @@ SOURCES = \
        tri-unfilled.c \
        tri-userclip.c \
        tri-viewport.c \
+       tri-z-9.c \
        tri-z-eq.c \
        tri-z.c \
        tri.c \
@@ -141,11 +154,13 @@ SOURCES = \
        tristrip-clip.c \
        tristrip-flat.c \
        tristrip.c \
+       vbo-tri.c \
        vbo-drawarrays.c \
        vbo-noninterleaved.c \
        vbo-drawelements.c \
        vbo-drawrange.c \
        vp-array.c \
+       vp-array-hf.c \
        vp-array-int.c \
        vp-clip.c \
        vp-line-clip.c \