summaryrefslogtreecommitdiff
path: root/progs/tests
AgeCommit message (Expand)AuthorFilesLines
2004-08-10minor tweaksBrian Paul1-1/+3
2004-06-28make sure Q has a good value before drawing a sampleBrian Paul1-5/+5
2004-06-25new test which uses mixed texgen/non-texgen texture coordinates to exhibit po...Roland Scheidegger1-0/+640
2004-06-17Make the test check for core GL version 1.3 in addition to testing forIan Romanick1-2/+22
2004-05-26Minor code simplification.Ian Romanick1-12/+9
2004-05-26Test the overhead of just calling a GL function. The Python script isIan Romanick2-0/+289
2004-05-12Test program to check that packed pixel formats work as expected withBrian Paul2-0/+300
2004-05-11Added a 4th square to the output. Expanded the message written to theIan Romanick1-6/+31
2004-05-11Added simple EXT_blend_minmax test.Ian Romanick2-0/+210
2004-05-11Added simple NV_blend_square test.Ian Romanick2-0/+154
2004-05-06Added menu options to test border modes and linear/nearest filtering.Brian Paul1-7/+70
2004-05-04texture compression: getting warmerDaniel Borca1-0/+2
2004-04-29FXT1 preparationsDaniel Borca1-0/+3
2004-04-23assorted fixesBrian Paul4-4/+1
2004-04-22added floattex.c to test floating point texturesBrian Paul2-0/+171
2004-04-22obsoleteBrian Paul1-115/+0
2004-04-20removed non-existant arbfpwpos.c, added UTIL_FILES targetBrian Paul1-2/+3
2004-04-18hack to use glTexCoord4f and Q variable to test projective texcoordsBrian Paul1-4/+5
2004-04-14Use tcc and the emitted C code from s_fragprog_to_c.c to dynamically compileKeith Whitwell1-0/+1
2004-04-08added zreaddraw.cBrian Paul1-1/+2
2004-04-08no depend fileBrian Paul1-3/+0
2004-03-26minor fixesBrian Paul1-4/+1
2004-03-26new MakefileBrian Paul1-0/+113
2004-03-22added some code to test buffer deletionBrian Paul1-0/+27
2004-03-21test of aux buffer renderingBrian Paul1-0/+499
2004-03-13GL_EXT_pixel_buffer_object testBrian Paul2-0/+290
2004-02-16remove incorrect negation in fog coord computationBrian Paul1-1/+4
2004-02-04Use quads instead of lines to ensure this is testing stencil functionalityKeith Whitwell1-5/+9
2004-01-31added display list option (l key)Brian Paul1-1/+15
2004-01-31add vparray.c, fix indentationBrian Paul1-3/+4
2004-01-31enable program and arrays by default, minor clean-upsBrian Paul1-8/+3
2004-01-28fix printf warningsAlan Hourihane5-6/+6
2004-01-28Add glutInitWindowPosition callKeith Whitwell1-1/+2
2004-01-26Add tests for ARB_fp trig instructions and also for 1D texturingKeith Whitwell3-0/+297
2003-12-09added parsing exercises for ARL and relative offsets in ARB_vpKarl Rasche1-12/+9
2003-12-08A quick little test to show disapeearing specular color between vertex and fr...Karl Rasche2-1/+196
2003-12-08 Committing in .Jouk Jansen3-5/+17
2003-12-02s/inverse/invtrans.. whoopsieKarl Rasche1-4/+4
2003-11-24Moving NV_fragment_program tests to ARB_fragment_programKarl Rasche3-1/+365
2003-11-23Porting NV_vertex_program demos to ARB_vertex_programKarl Rasche1-0/+4
2003-11-23Porting NV_vertex_program tests to ARB_vertex_programKarl Rasche4-0/+732
2003-11-23build fixes, rh9Keith Whitwell5-6/+10
2003-11-20texture compression testbedDaniel Borca1-0/+389
2003-10-21added more debug code and testsBrian Paul1-5/+23
2003-10-14exercise more vertex buffer object functionsBrian Paul1-7/+34
2003-09-17s/GL_READ_WRITE_ARB/GL_WRITE_ONLY_ARB/Brian Paul1-3/+3
2003-09-17Exercise the GL_ELEMENT_ARRAY_BUFFER_ARB pathBrian Paul1-1/+27
2003-09-17test GL_ARB_vertex_buffer_objectBrian Paul2-0/+260
2003-09-05more debugger developmentBrian Paul1-13/+124
2003-09-03include math.hBrian Paul1-1/+1