summaryrefslogtreecommitdiff
path: root/progs/tests
AgeCommit message (Expand)Author
2004-10-31unbind GL_PIXEL_UNPACK_BUFFER_EXT before calling glBitmap!Brian Paul
2004-10-29remove debug codeBrian Paul
2004-10-29Updated getprocaddress test to use gl_API.xml instead of old APIspec file.Brian Paul
2004-10-08Add simple test program for Mesa bug #1028405.Ian Romanick
2004-09-24moved to demos/ directoryBrian Paul
2004-09-23removed hacked GL tokens, fixed a printfBrian Paul
2004-08-10minor tweaksBrian Paul
2004-06-28make sure Q has a good value before drawing a sampleBrian Paul
2004-06-25new test which uses mixed texgen/non-texgen texture coordinates to exhibit po...Roland Scheidegger
2004-06-17Make the test check for core GL version 1.3 in addition to testing forIan Romanick
2004-05-26Minor code simplification.Ian Romanick
2004-05-26Test the overhead of just calling a GL function. The Python script isIan Romanick
2004-05-12Test program to check that packed pixel formats work as expected withBrian Paul
2004-05-11Added a 4th square to the output. Expanded the message written to theIan Romanick
2004-05-11Added simple EXT_blend_minmax test.Ian Romanick
2004-05-11Added simple NV_blend_square test.Ian Romanick
2004-05-06Added menu options to test border modes and linear/nearest filtering.Brian Paul
2004-05-04texture compression: getting warmerDaniel Borca
2004-04-29FXT1 preparationsDaniel Borca
2004-04-23assorted fixesBrian Paul
2004-04-22added floattex.c to test floating point texturesBrian Paul
2004-04-22obsoleteBrian Paul
2004-04-20removed non-existant arbfpwpos.c, added UTIL_FILES targetBrian Paul
2004-04-18hack to use glTexCoord4f and Q variable to test projective texcoordsBrian Paul
2004-04-14Use tcc and the emitted C code from s_fragprog_to_c.c to dynamically compileKeith Whitwell
2004-04-08added zreaddraw.cBrian Paul
2004-04-08no depend fileBrian Paul
2004-03-26minor fixesBrian Paul
2004-03-26new MakefileBrian Paul
2004-03-22added some code to test buffer deletionBrian Paul
2004-03-21test of aux buffer renderingBrian Paul
2004-03-13GL_EXT_pixel_buffer_object testBrian Paul
2004-02-16remove incorrect negation in fog coord computationBrian Paul
2004-02-04Use quads instead of lines to ensure this is testing stencil functionalityKeith Whitwell
2004-01-31added display list option (l key)Brian Paul
2004-01-31add vparray.c, fix indentationBrian Paul
2004-01-31enable program and arrays by default, minor clean-upsBrian Paul
2004-01-28fix printf warningsAlan Hourihane
2004-01-28Add glutInitWindowPosition callKeith Whitwell
2004-01-26Add tests for ARB_fp trig instructions and also for 1D texturingKeith Whitwell
2003-12-09added parsing exercises for ARL and relative offsets in ARB_vpKarl Rasche
2003-12-08A quick little test to show disapeearing specular color between vertex and fr...Karl Rasche
2003-12-08 Committing in .Jouk Jansen
2003-12-02s/inverse/invtrans.. whoopsieKarl Rasche
2003-11-24Moving NV_fragment_program tests to ARB_fragment_programKarl Rasche
2003-11-23Porting NV_vertex_program demos to ARB_vertex_programKarl Rasche
2003-11-23Porting NV_vertex_program tests to ARB_vertex_programKarl Rasche
2003-11-23build fixes, rh9Keith Whitwell
2003-11-20texture compression testbedDaniel Borca
2003-10-21added more debug code and testsBrian Paul