summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-08-11glsl1: declare glsl_130Brian Paul1-1/+2
2010-08-11glsl1: need GLSL 1.30 for precision qualifiers testBrian Paul1-7/+11
2010-08-11glsl1: added some new negation testsBrian Paul1-0/+30
2010-08-11glsl1: added some casts, #version 1.20 to fix compilation warnings/errorsBrian Paul1-4/+5
2010-07-28Fix VMware spelling.Vinson Lee2-2/+2
2010-07-21fragProg1: add a few more tests (DP3, ADD w/ immediates)Brian Paul1-0/+62
2010-07-21glsl1: add another variable-indexed array testBrian Paul1-1/+36
2010-05-06scons: Check string.h header too.José Fonseca1-0/+1
2010-05-06Provide sleep() and usleepp() for windows.José Fonseca1-0/+5
2010-05-06clipFlat: Comment sleep() call.José Fonseca1-1/+1
2010-05-05clipFlat: also test unfilled polygonsBrian Paul2-48/+61
2010-05-05clipFlat: also test glDrawElements()Brian Paul2-13/+60
2010-05-05clipFlat: more info for failures, updated commentsBrian Paul2-4/+11
2010-04-21Respect standard DISPLAY environment variable in showvis.José Fonseca1-3/+3
2010-03-29glsl1: Add Mac OS X TPPStreamCompiler::assignOperands crash test case.Vinson Lee1-0/+23
2010-02-16glsl1: fix tab vs. space indentationBrian Paul1-218/+218
2010-02-16glsl1: fix #extension testsBrian Paul1-22/+16
2010-02-16glsl1: additional preprocessor testsBrian Paul1-0/+106
2010-02-15glsl: rename some preprocessor testsBrian Paul1-10/+10
2010-02-10fbo: disable ditheringMarek Olsak1-0/+2
2010-02-10fbo: disable ditheringMarek Olsak1-0/+2
2010-02-10clipflat: Disable ditheringCorbin Simpson1-0/+2
2010-02-10glsl1: added tests of the #extension directive.Brian Paul1-0/+63
2010-02-10glsl1: formatting changeBrian Paul1-7/+7
2010-02-10glsl1: additional GLSL preprocessor testsBrian Paul1-0/+64
2010-02-10glsl1: added inf/nan test (disabled for now)Brian Paul1-0/+17
2010-02-08fbo: loosen the color tolerance a littleMarek Olsak1-4/+4
2010-02-08clipFlat: relax green color testMarek Olsak1-1/+1
2010-02-08texture_srgb: add 1 bit toleranceMarek Olsak1-1/+1
2010-02-04texUnits: query/use GL_MAX_COMBINED_TEXTURE_IMAGE_UNITSBrian Paul2-12/+8
2010-02-03glsl1: added another cross() test targetting MesaBrian Paul1-0/+21
2010-02-01glsl1: check for GL version 3.1 and 3.2Brian Paul1-1/+3
2010-02-01glsl1: add regression test for fd.o bug 26317Brian Paul1-0/+33
2010-01-28glsl1: added some comment parsing testsBrian Paul1-0/+64
2010-01-03Fix MinGW build.José Fonseca1-0/+1
2009-12-21clipFlat: check/test GL_ARB_provoking_vertexBrian Paul1-8/+13
2009-12-21added tokens/typedef for GL_ARB_provoking_vertexBrian Paul1-0/+11
2009-12-16Allow to specify installation directory.José Fonseca5-16/+26
2009-12-16Tweak MSVC optimization flags.José Fonseca1-3/+1
2009-12-16Ensure SCons persistent data is put in the build dir and not shared across va...José Fonseca1-11/+15
2009-12-14glsl1: added exp2(), log(), log2() testsBrian Paul1-1/+40
2009-12-10glsl1: added literal int, float parsing testsBrian Paul1-0/+31
2009-12-10dsconfig: try exact config match in match() before searchingBrian Paul1-0/+10
2009-12-09occluQry: new error/warning report functionsBrian Paul1-0/+2
2009-12-08occluQry: new error/warning report functionsBrian Paul1-32/+50
2009-12-08shaderAPI: move some assertions, clean-upsBrian Paul1-13/+8
2009-12-08dsconfig: added equal() method to see if two configs are identicalBrian Paul2-0/+62
2009-12-08dsconfig: zero-out all fields in the string parser constructorBrian Paul2-0/+59
2009-12-07glwrap.h: Add PFNGLPOINTPARAMETERIPROC.Vinson Lee1-0/+1
2009-12-03readpixperf: fix bogus res.readBuf valuesBrian Paul1-1/+1