summaryrefslogtreecommitdiffstats
path: root/progs
Commit message (Collapse)AuthorAgeFilesLines
* added a castBrian Paul2003-04-211-1/+1
|
* silence warningsBrian Paul2003-04-213-7/+6
|
* castsBrian Paul2003-04-213-3/+3
|
* fix minor warningsBrian Paul2003-04-215-13/+9
|
* fix .c / .h typoBrian Paul2003-04-211-2/+2
|
* clean up usage of extension function pointersBrian Paul2003-04-171-7/+15
|
* Demo of using GL_ARB_vertex/fragment_program to do per-pixel lighting.Brian Paul2003-04-174-10/+365
|
* fix typoBrian Paul2003-04-091-1/+1
|
* fix typoBrian Paul2003-04-092-6/+2
|
* add support for swap and sync extensions (Ian Romanick)Brian Paul2003-04-091-3/+226
|
* 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
| | | | | can conspire to make it look like clearspd is exposing an intermittent driver bug...
* 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
|