diff options
author | Brian Paul <[email protected]> | 2010-02-15 09:55:01 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-02-15 09:55:01 -0700 |
commit | ce65a8debe623d72cb4af142ace2be33a2fc575c (patch) | |
tree | 3e5bd22dcd76dc56a54bbc8bd759cd6488ef2212 /progs/redbook/SConscript | |
parent | 3be1c11001be872a6850607955e61e82a470c064 (diff) |
progs/redbook: add additional tests for GL 1.4
Diffstat (limited to 'progs/redbook/SConscript')
-rw-r--r-- | progs/redbook/SConscript | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/progs/redbook/SConscript b/progs/redbook/SConscript index 24d7cff1b67..750ad36fe01 100644 --- a/progs/redbook/SConscript +++ b/progs/redbook/SConscript @@ -14,29 +14,39 @@ progs = [ 'checker', 'clip', 'colormat', + 'combiner', + 'convolution', 'cube', + 'cubemap', 'depthcue', 'dof', 'double', 'drawf', 'feedback', 'fog', + 'fogcoord', 'fogindex', 'font', 'hello', + 'histogram', 'image', 'light', 'lines', 'list', 'material', + 'minmax', 'mipmap', 'model', 'movelight', + 'multisamp', + 'multitex', + 'mvarray', 'nurbs', 'pickdepth', 'picksquare', 'plane', 'planet', + 'pointp', 'polyoff', 'polys', 'quadric', @@ -46,10 +56,12 @@ progs = [ 'scene', 'sceneflat', 'select', + 'shadowmap', 'smooth', 'stencil', 'stroke', 'surface', + 'surfpoints', 'teaambient', 'teapots', 'tess', @@ -59,6 +71,7 @@ progs = [ 'texprox', 'texsub', 'texturesurf', + 'texture3d', 'torus', 'trim', 'unproject', |