summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)AuthorFilesLines
2002-10-17new wrap modes (Ian Romanick)Brian Paul1-27/+91
2002-10-15added missing glFinish()Brian Paul1-0/+2
2002-10-15minor updatesBrian Paul3-4/+7
2002-10-14print transparent pixel info when using -v option (Gerd Sussner)Brian Paul1-7/+32
2002-10-08 Committing in .Jouk Jansen2-54/+47
2002-10-05added pbinfo and pbdemo programsBrian Paul1-2/+19
2002-10-05pbuffer info and demo programsBrian Paul4-0/+878
2002-09-19Updated BeOS support (Philippe Houdoin)Brian Paul1-17/+28
2002-09-06don't query GL_MAX_CONVOLUTION_WIDTH/HEIGHTBrian Paul1-3/+1
2002-09-06minor updates to sync with XFree86Brian Paul1-1/+4
2002-09-06added -l option to print interesting OpenGL limitsBrian Paul1-4/+66
2002-08-17added multitexture and line stippleBrian Paul1-17/+34
2002-08-17minor tweaksBrian Paul1-0/+3
2002-08-08added (char *) castsBrian Paul3-3/+3
2002-07-22fix warnings (bug 580528)Brian Paul1-10/+11
2002-07-12silence warningsBrian Paul1-1/+6
2002-07-12Pedantic compiler fixes (Sven Panne)Brian Paul14-36/+44
2002-06-23test program for NV_vertex_program and evaluatorsBrian Paul1-0/+228
2002-06-16Joe Krahn's context sharing test programBrian Paul1-0/+177
2002-06-15test for GL_NV_texture_rectangleBrian Paul1-0/+297
2002-06-10GGI driver updates (Filip Spacek)Brian Paul1-14/+45
2002-05-02remove test codeAlan Hourihane1-9/+7
2002-05-02glutSwapBuffers implicitly does a glFinish when swapping back to the frontAlan Hourihane1-7/+11
2002-04-22removed CVS $Log commentsBrian Paul12-370/+11
2002-04-22test program for NV_vertex_program + vertex arraysBrian Paul1-0/+277
2002-04-05Added -perf option to measure frame rate. This is useful for measuringKarl Schultz1-8/+37
2002-04-02added an error checkBrian Paul1-3/+10
2002-03-23exercise GL_EXT_shadow_funcsBrian Paul1-1/+32
2002-03-08fix some minor warningsBrian Paul3-7/+9
2002-02-17undo some debug changes mistakenly checked in earlierBrian Paul1-2/+1
2002-02-16updated to use GL_ARB_depth_texture, GL_ARB_shadow, GL_ARB_shadow_ambientBrian Paul1-6/+43
2002-02-15include string.h to silence warningBrian Paul1-0/+1
2002-02-13now supports > 2 texture unitsBrian Paul1-182/+123
2002-02-12silence compiler warningsBrian Paul6-4/+9
2002-01-30removed GLUT referenceBrian Paul1-5/+5
2002-01-26added fog and raster Z position controlsBrian Paul1-3/+40
2002-01-16 Committing in .Jouk Jansen2-2/+71
2002-01-16get tests working on windows (Robert Bergkvist)Karl Schultz4-3/+61
2002-01-16Samples working for Windows (Robert Bergkvist)Karl Schultz3-0/+50
2002-01-16Demo updates for Windows (Robert Bergkvist)Karl Schultz6-17/+70
2002-01-16Removed missing files and added new ones (Robert Bergkvist)Karl Schultz1-27/+24
2002-01-04test multitexture and vertex arraysBrian Paul1-0/+238
2002-01-04added some assertions to exercise glIsTexture()Brian Paul1-1/+5
2002-01-04- Clean up state bitmask.Gareth Hughes1-39/+52
2001-12-28Add missing items from .cvsignore files, tests/MakefileGareth Hughes1-1/+7
2001-12-15warp a quadmesh with a gravitational source via vertex programBrian Paul1-0/+236
2001-12-15rotating, lit torus via vertex programBrian Paul1-0/+174
2001-12-14vertex program test programBrian Paul3-0/+441
2001-11-26fix some warningsBrian Paul1-2/+3
2001-11-21minor updateBrian Paul1-2/+4