progs/redbook: add additional tests for GL 1.4

This commit is contained in:
Brian Paul
2010-02-15 09:55:01 -07:00
parent 3be1c11001
commit ce65a8debe
15 changed files with 2912 additions and 8 deletions

View File

@@ -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',