diff options
author | Eric Anholt <eric@anholt.net> | 2010-05-21 09:32:38 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2010-05-21 12:20:39 -0700 |
commit | 68fc4b415e322f6744299e39864fbc377c6eff74 (patch) | |
tree | 4bafffd8b0105174f3c5c0ae327a005be9145990 /progs/trivial/SConscript | |
parent | e4f4489e3fc0b36d72821b55794fb843b2b7fa5f (diff) |
Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.
The remaining programs are ones I've had difficulty finding a build
environment for to make the build system or are unit tests that should
probably live next to their code instead. Hopefully people can bring
over the build for remaining pieces they care about.
Diffstat (limited to 'progs/trivial/SConscript')
-rw-r--r-- | progs/trivial/SConscript | 174 |
1 files changed, 0 insertions, 174 deletions
diff --git a/progs/trivial/SConscript b/progs/trivial/SConscript deleted file mode 100644 index 24b4f91fb0..0000000000 --- a/progs/trivial/SConscript +++ /dev/null @@ -1,174 +0,0 @@ -Import('*') - -progs = [ - 'clear-fbo-scissor', - 'clear-fbo-tex', - 'clear-fbo', - 'clear-scissor', - 'clear-undefined', - 'clear-repeat', - 'clear', - 'dlist-dangling', - 'dlist-edgeflag-dangling', - 'dlist-edgeflag', - 'dlist-degenerate', - 'drawarrays', - 'draw2arrays', - 'drawelements', - 'drawrange', - 'flat-clip', - 'fs-tri', - 'line-clip', - 'line-cull', - 'line-flat', - 'line-smooth', - 'line-stipple-wide', - 'line-userclip-clip', - 'line-userclip-nop-clip', - 'line-userclip-nop', - 'line-userclip', - 'line-wide', - 'line', - 'lineloop-clip', - 'lineloop-elts', - 'lineloop', - 'linestrip-flat-stipple', - 'linestrip-stipple-wide', - 'linestrip-stipple', - 'linestrip', - 'long-fixed-func', - 'pgon-mode', - 'point-clip', - 'point-param', - 'point-sprite', - 'point-wide', - 'point-wide-smooth', - 'point', - 'poly-flat', - 'poly-flat-clip', - 'poly-flat-unfilled-clip', - 'poly-unfilled', - 'poly', - 'quad-clip-all-vertices', - 'quad-clip-nearplane', - 'quad-clip', - 'quad-degenerate', - 'quad-flat', - 'quad-offset-factor', - 'quad-offset-unfilled', - 'quad-offset-units', - 'quad-tex-2d', - 'quad-tex-3d', - 'quad-tex-alpha', - 'quad-tex-pbo', - 'quad-tex-sub', - 'quad-unfilled-clip', - 'quad-unfilled-stipple', - 'quad-unfilled', - 'quad', - 'quads', - 'quadstrip-clip', - 'quadstrip-cont', - 'quadstrip-flat', - 'quadstrip', - 'sub-tex', - 'tex-quads', - 'tri-alpha', - 'tri-blend-color', - 'tri-blend-max', - 'tri-blend-min', - 'tri-blend-revsub', - 'tri-blend-sub', - 'tri-blend', - 'tri-clip', - 'tri-clear', - 'tri-cull-both', - 'tri-cull', - 'tri-dlist', - 'tri-edgeflag', - 'tri-fbo-tex-mip', - 'tri-fbo-tex', - 'tri-fbo', - 'tri-flat-clip', - 'tri-flat', - 'tri-fog', - 'tri-fp', - 'tri-fp-const-imm', - 'tri-lit', - 'tri-logicop-none', - 'tri-logicop-xor', - 'tri-mask-tri', - 'tri-orig', - 'tri-point-line-clipped', - 'tri-query', - 'tri-repeat', - 'tri-scissor-tri', - 'tri-stencil', - 'tri-stipple', - 'tri-multitex-vbo', - 'tri-tex', - 'tri-tex-3d', - 'tri-tri', - 'tri-unfilled-fog', - 'tri-unfilled-edgeflag', - 'tri-unfilled-clip', - 'tri-unfilled-smooth', - 'tri-unfilled-tri', - 'tri-unfilled-tri-lit', - 'tri-unfilled-userclip-stip', - 'tri-unfilled-userclip', - 'tri-unfilled', - 'tri-userclip', - 'tri-viewport', - 'tri-z-eq', - 'tri-z', - 'tri', - 'trifan-flat', - 'trifan-flat-clip', - 'trifan-flat-unfilled-clip', - 'trifan-unfilled', - 'trifan', - 'tristrip-clip', - 'tristrip-flat', - 'tristrip', - 'vbo-drawarrays', - 'vbo-noninterleaved', - 'vbo-drawelements', - 'vbo-drawrange', - 'vp-array', - 'vp-array-int', - 'vp-clip', - 'vp-line-clip', - 'vp-tri', - 'vp-tri-invariant', - 'vp-tri-swap', - 'vp-tri-tex', - 'vp-tri-imm', - 'vp-tri-cb', - 'vp-tri-cb-pos', - 'vp-tri-cb-tex', - 'vp-unfilled', -] - -for prog in progs: - prog = progs_env.Program( - target = prog, - source = prog + '.c', - ) - -# auto code generation -#getprocaddress: getprocaddress.c getproclist.h - -#getproclist.h: $(TOP)/src/mesa/glapi/gen/gl_API.xml getprocaddress.c getprocaddress.py -# python getprocaddress.py > getproclist.h - - -#readtex.h: $(TOP)/progs/util/readtex.h -# ln -s $(TOP)/progs/util/readtex.h . - -#readtex.c: $(TOP)/progs/util/readtex.c -# ln -s $(TOP)/progs/util/readtex.c . - - -#extfuncs.h: $(TOP)/progs/util/extfuncs.h -# cp $< . |