summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Collapse)AuthorFilesLines
2003-03-29DOS updates from Daniel BorcaBrian Paul1-2/+2
2003-03-08DOS update (Daniel Borca)Brian Paul1-2/+3
2003-03-03added glFinish with commentBrian Paul1-1/+6
2003-02-28fix compilation error on Windows.Karl Schultz1-2/+3
2003-02-20latest DOS updates (Daniel Borca)Brian Paul1-7/+3
2003-02-04read/write files, not stdio (Daniel Borca)Brian Paul1-5/+17
2003-02-04new files (Daniel Borca)Brian Paul1-36/+89
2003-02-04use ARB flavor of window_pos extensionBrian Paul1-3/+3
2003-01-28updated version testBrian Paul1-2/+4
2002-12-03updated to use ARB extensionsBrian Paul2-26/+34
2002-11-28use polygon offset to avoid multi-pass Z-fighting artifactsBrian Paul1-2/+5
2002-11-22removed glfbdevtest and miniglxtestBrian Paul1-2/+0
2002-11-20oops, wrong branchBrian Paul2-415/+0
2002-11-20tests for new interfacesBrian Paul3-0/+417
2002-11-08multisample / polygon smooth testBrian Paul2-1/+228
2002-11-08minor clean-upBrian Paul1-3/+2
2002-11-08implemented automatic code gen and individual function validationBrian Paul4-1110/+193
2002-11-07added glBlendFuncSeparate, glMultiDrawArrays, glMultiDrawElementsBrian Paul1-1/+4
2002-11-07added 1.4 functionsBrian Paul1-2/+45
2002-11-05added some printfs to show current polygon mode and cull stateBrian Paul1-1/+7
2002-11-04add support for GLX_ARB_multisampleBrian Paul1-4/+12
2002-10-31simple GL_EXT_stencil_wrap test programBrian Paul2-2/+149
2002-10-31Add a note about window map behaviour and the autotuning of nr of loops whichKeith Whitwell1-1/+7
can conspire to make it look like clearspd is exposing an intermittent driver bug...
2002-10-25added skybox and options to load real imagesBrian Paul1-36/+198
2002-10-23massive overhaul, see new keyboard optionsBrian Paul1-465/+587
2002-10-18Quiet compiler warnings.Karl Schultz9-26/+28
2002-10-18check for GL_EXT_paletted_textureBrian Paul1-50/+7
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
Add compile support in the xdemos directory for OpenVMS Modified Files: Mesa/descrip.mms Mesa/xdemos/descrip.mms Mesa/xdemos/glxgears.c ----------------------------------------------------------------------
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
buffer. We now issue a glFinish when not issuing SwapBuffers to ensure the pipeline is complete. (Problem found with Chromium).