summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-10Set window-manager hint to avoid test window from stealing input focus.HEADmasterCarl Worth1-0/+10
2014-05-02Only compare perfomance if verbose output is requestedallegra-masterJon TURNEY4-3/+10
2014-05-02jhbuild build helper MakefileJon TURNEY2-2/+13
2014-05-02Cosmetic fixes for -compare modeJon TURNEY5-29/+12
2014-05-02Fix build of showvis for cygwinJon TURNEY1-1/+1
2014-05-02cmake: Use static MSVC runtime.José Fonseca1-0/+11
2014-05-02cmake: Avoid depending on MinGW runtime DLLs.José Fonseca1-0/+16
2014-05-02glean: Add missing stdlib.h include for system() call.José Fonseca1-0/+1
2014-05-02Test glStencilMaskSeparate too.José Fonseca2-22/+151
2014-05-02Include windows.h and GL/gl.h before glut.h.José Fonseca2-0/+2
2012-01-02Release GLX context before destroying the windowNicholas Miell1-0/+4
2011-11-02glean: Fix handling of PIXELFORMATDESCRIPTORs.Morgan Armand4-27/+24
2011-10-18Fix too-specific GL version checksPaul Berry5-23/+9
2011-09-06texture_srgb: add int casts to make log message readableBrian Paul1-2/+2
2011-07-17dsurf: #pragma warning is MSVC specific.José Fonseca1-1/+1
2011-07-15Revert "Use static MSVC runtime."José Fonseca1-11/+0
2011-07-15Add GLUT include dir only where necessary.José Fonseca3-1/+4
2011-07-15Fix MacOSX build.José Fonseca2-2/+8
2011-07-15Don't depend on glut to get proc addresses on MacOSX.José Fonseca2-3/+2
2011-07-15Use static MSVC runtime.José Fonseca1-0/+11
2011-07-15Put all executables into the bin subdirectory.José Fonseca1-0/+11
2011-07-15Add the glut include path.José Fonseca3-4/+5
2011-07-15Drop scons build support.José Fonseca19-859/+0
2011-07-15Support building with CMake.José Fonseca17-22/+729
2011-05-24Fix bug ID: 2957996 - Wrong results when executing readpixPerfSimone Contini1-2/+2
2011-04-23scons: Avoid deprecation warning.José Fonseca1-1/+1
2011-04-23scons: Remove winsdk toolchain.José Fonseca5-573/+1
2011-02-15glsl1: add GLSL version checking code for single test caseBrian Paul1-0/+6
2011-02-15glsl1: better comments for shadow2D() testsBrian Paul1-4/+7
2011-02-07blendFunc: observe the --quick flag.José Fonseca1-1/+25
2011-01-07pointAtten: Initialize member variables in class PointAttenuationTest constru...Vinson Lee1-0/+6
2011-01-07pixelFormats: Initialize member variables in class PixelFormatsTest constructor.Vinson Lee1-0/+6
2011-01-07Initialize member variables in class Lex constructor.Vinson Lee1-0/+2
2011-01-07Initialize member env in class Test constructor.Vinson Lee1-0/+2
2011-01-07difftiff: Add cassert header to main.cpp.Vinson Lee1-0/+1
2011-01-07difftiff: Add default for unhandled cases in DiffColorMenu.Vinson Lee1-0/+4
2011-01-07texcombine: Ensure variable expected is initialized.Vinson Lee1-1/+1
2010-12-24Add back cstdio header in environ.cpp.Vinson Lee1-0/+1
2010-12-24Remove unnecessary headers.Vinson Lee6-9/+0
2010-11-12pbo: fix glIsBuffer() testsBrian Paul1-5/+3
2010-11-04vertarraybgra: Use gl[En|Dis]ableClientState for client-side capabilities.Vinson Lee1-4/+4
2010-11-04Initialize member variable _pixels in class Image.Vinson Lee1-1/+7
2010-10-08glsl1: Replace "/" with "-" in test names.Vinson Lee1-4/+4
2010-09-29fbo: tweak vertex pos for line drawingBrian Paul1-1/+1
2010-09-27glean/tfbo: Put lines in the middle of the pixel, not the edge.Eric Anholt1-6/+6
2010-09-27glean/tfbo: Properly clean up when the driver reports unsupported.Eric Anholt1-2/+9
2010-09-22pointAtten: improve measureSize() functionBrian Paul1-12/+32
2010-09-22glsl1: fix the texcoord varying testBrian Paul1-0/+2
2010-09-21tglsl1: better version checking codeBrian Paul1-9/+7
2010-08-11glsl1: added function prototype testBrian Paul1-0/+21