From ce65a8debe623d72cb4af142ace2be33a2fc575c Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 15 Feb 2010 09:55:01 -0700 Subject: progs/redbook: add additional tests for GL 1.4 --- progs/redbook/SConscript | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'progs/redbook/SConscript') diff --git a/progs/redbook/SConscript b/progs/redbook/SConscript index 24d7cff1b6..750ad36fe0 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', -- cgit v1.2.3