summaryrefslogtreecommitdiffstats
path: root/progs
Commit message (Expand)AuthorAgeFilesLines
* Removed an accidental addition in the previous commit.Ian Romanick2003-05-301-1/+0
* minor clean-upsBrian Paul2003-05-301-2/+2
* misc changes from testingBrian Paul2003-05-301-2/+10
* include readtex.hBrian Paul2003-05-301-1/+2
* display both YCbCr and RGB image (Ian)Brian Paul2003-05-301-6/+54
* applied Ian's misc patchesBrian Paul2003-05-304-34/+193
* move LoadYUVImage into readtex.cKeith Whitwell2003-05-206-151/+94
* Test programs for ycbcr extensionKeith Whitwell2003-05-202-0/+523
* Committing in .Jouk Jansen2003-04-291-2/+4
* 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