From: José Fonseca Date: Tue, 16 Feb 2010 11:23:18 +0000 (+0000) Subject: Revert "progs/redbook: Temporarily disable the demos that extensions not part of... X-Git-Tag: mesa-7.8~725 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b0f9717105301ee85afee0d03ee7e62e3e883326;p=platform%2Fupstream%2Fmesa.git Revert "progs/redbook: Temporarily disable the demos that extensions not part of windows to fix build." This reverts commit 1587eff1b6d6ab74c302ca2ccb767d917ce3b1dd. --- diff --git a/progs/redbook/SConscript b/progs/redbook/SConscript index df7e8da..750ad36 100644 --- a/progs/redbook/SConscript +++ b/progs/redbook/SConscript @@ -14,8 +14,8 @@ progs = [ 'checker', 'clip', 'colormat', - #'combiner', - #'convolution', + 'combiner', + 'convolution', 'cube', 'cubemap', 'depthcue', @@ -24,29 +24,29 @@ progs = [ 'drawf', 'feedback', 'fog', - #'fogcoord', + 'fogcoord', 'fogindex', 'font', 'hello', - #'histogram', + 'histogram', 'image', 'light', 'lines', 'list', 'material', - #'minmax', + 'minmax', 'mipmap', 'model', 'movelight', 'multisamp', - #'multitex', - #'mvarray', + 'multitex', + 'mvarray', 'nurbs', 'pickdepth', 'picksquare', 'plane', 'planet', - #'pointp', + 'pointp', 'polyoff', 'polys', 'quadric', @@ -56,7 +56,7 @@ progs = [ 'scene', 'sceneflat', 'select', - #'shadowmap', + 'shadowmap', 'smooth', 'stencil', 'stroke', @@ -71,7 +71,7 @@ progs = [ 'texprox', 'texsub', 'texturesurf', - #'texture3d', + 'texture3d', 'torus', 'trim', 'unproject',