summaryrefslogtreecommitdiffstats
path: root/progs
Commit message (Expand)AuthorAgeFilesLines
* Demo of per-pixel lighting with a fragment program.Brian Paul2003-04-072-1/+281
* test glProgramNamedParameter4fNV()Brian Paul2003-04-051-4/+39
* use gluSphere instead of glutSphere so we get texcoordsBrian Paul2003-03-311-9/+18
* print GL_MULTISAMPLE_ARBBrian Paul2003-03-291-1/+4
* fix texgen msg stringsBrian Paul2003-03-291-3/+3
* DOS updates from Daniel BorcaBrian Paul2003-03-291-2/+2
* added fptest1, fptexture, texrect, etcBrian Paul2003-03-141-0/+22
* simple NV_fragment_program texture testBrian Paul2003-03-141-0/+151
* test GLfloat OSMesa renderingBrian Paul2003-03-081-0/+286
* DOS update (Daniel Borca)Brian Paul2003-03-081-2/+3
* added glFinish with commentBrian Paul2003-03-031-1/+6
* fix compilation for windowsKarl Schultz2003-02-271-3/+3
* more parser test programsBrian Paul2003-02-251-16/+51
* latest DOS updates (Daniel Borca)Brian Paul2003-02-201-7/+3
* read/write files, not stdio (Daniel Borca)Brian Paul2003-02-041-5/+17
* DOS updates (Daniel Borca)Brian Paul2003-02-041-36/+89
* use ARB flavor of window_pos extensionBrian Paul2003-02-041-3/+3
* updated version testBrian Paul2003-01-281-2/+4
* silence warningBrian Paul2003-01-241-1/+1
* simple GL_NV_fragment_program testBrian Paul2003-01-141-0/+150
* use/test GL_SGIS_generate_mipmaps if availableBrian Paul2002-12-101-3/+41
* updated to use ARB extensionsBrian Paul2002-12-032-26/+34
* use polygon offset to avoid multi-pass Z-fighting artifactsBrian Paul2002-11-281-2/+5
* multisample / polygon smooth testBrian Paul2002-11-082-1/+228
* minor clean-upBrian Paul2002-11-081-3/+2
* implemented automatic code gen and individual function validationBrian Paul2002-11-084-1110/+193
* added glBlendFuncSeparate, glMultiDrawArrays, glMultiDrawElementsBrian Paul2002-11-071-1/+4
* added 1.4 functionsBrian Paul2002-11-071-2/+45
* added some printfs to show current polygon mode and cull stateBrian Paul2002-11-051-1/+7
* add support for GLX_ARB_multisampleBrian Paul2002-11-041-4/+12
* simple GL_EXT_stencil_wrap test programBrian Paul2002-10-312-2/+149
* Add a note about window map behaviour and the autotuning of nr of loops whichKeith Whitwell2002-10-311-1/+7
* added skybox and options to load real imagesBrian Paul2002-10-251-36/+198
* massive overhaul, see new keyboard optionsBrian Paul2002-10-231-465/+587
* Quiet compiler warnings.Karl Schultz2002-10-189-26/+28
* check for GL_EXT_paletted_textureBrian Paul2002-10-181-50/+7
* new wrap modes (Ian Romanick)Brian Paul2002-10-171-27/+91
* added missing glFinish()Brian Paul2002-10-151-0/+2
* minor updatesBrian Paul2002-10-153-4/+7
* print transparent pixel info when using -v option (Gerd Sussner)Brian Paul2002-10-141-7/+32
* Committing in .Jouk Jansen2002-10-082-54/+47
* added pbinfo and pbdemo programsBrian Paul2002-10-051-2/+19
* pbuffer info and demo programsBrian Paul2002-10-054-0/+878
* Updated BeOS support (Philippe Houdoin)Brian Paul2002-09-191-17/+28
* don't query GL_MAX_CONVOLUTION_WIDTH/HEIGHTBrian Paul2002-09-061-3/+1
* minor updates to sync with XFree86Brian Paul2002-09-061-1/+4
* added -l option to print interesting OpenGL limitsBrian Paul2002-09-061-4/+66
* added multitexture and line stippleBrian Paul2002-08-171-17/+34
* minor tweaksBrian Paul2002-08-171-0/+3
* added (char *) castsBrian Paul2002-08-083-3/+3