Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use/test GL_SGIS_generate_mipmaps if available | Brian Paul | 2002-12-10 | 1 | -3/+41 |
| | |||||
* | updated to use ARB extensions | Brian Paul | 2002-12-03 | 2 | -26/+34 |
| | |||||
* | use polygon offset to avoid multi-pass Z-fighting artifacts | Brian Paul | 2002-11-28 | 1 | -2/+5 |
| | |||||
* | multisample / polygon smooth test | Brian Paul | 2002-11-08 | 2 | -1/+228 |
| | |||||
* | minor clean-up | Brian Paul | 2002-11-08 | 1 | -3/+2 |
| | |||||
* | implemented automatic code gen and individual function validation | Brian Paul | 2002-11-08 | 4 | -1110/+193 |
| | |||||
* | added glBlendFuncSeparate, glMultiDrawArrays, glMultiDrawElements | Brian Paul | 2002-11-07 | 1 | -1/+4 |
| | |||||
* | added 1.4 functions | Brian Paul | 2002-11-07 | 1 | -2/+45 |
| | |||||
* | added some printfs to show current polygon mode and cull state | Brian Paul | 2002-11-05 | 1 | -1/+7 |
| | |||||
* | add support for GLX_ARB_multisample | Brian Paul | 2002-11-04 | 1 | -4/+12 |
| | |||||
* | simple GL_EXT_stencil_wrap test program | Brian Paul | 2002-10-31 | 2 | -2/+149 |
| | |||||
* | Add a note about window map behaviour and the autotuning of nr of loops which | Keith Whitwell | 2002-10-31 | 1 | -1/+7 |
| | | | | | can conspire to make it look like clearspd is exposing an intermittent driver bug... | ||||
* | added skybox and options to load real images | Brian Paul | 2002-10-25 | 1 | -36/+198 |
| | |||||
* | massive overhaul, see new keyboard options | Brian Paul | 2002-10-23 | 1 | -465/+587 |
| | |||||
* | Quiet compiler warnings. | Karl Schultz | 2002-10-18 | 9 | -26/+28 |
| | |||||
* | check for GL_EXT_paletted_texture | Brian Paul | 2002-10-18 | 1 | -50/+7 |
| | |||||
* | new wrap modes (Ian Romanick) | Brian Paul | 2002-10-17 | 1 | -27/+91 |
| | |||||
* | added missing glFinish() | Brian Paul | 2002-10-15 | 1 | -0/+2 |
| | |||||
* | minor updates | Brian Paul | 2002-10-15 | 3 | -4/+7 |
| | |||||
* | print transparent pixel info when using -v option (Gerd Sussner) | Brian Paul | 2002-10-14 | 1 | -7/+32 |
| | |||||
* | Committing in . | Jouk Jansen | 2002-10-08 | 2 | -54/+47 |
| | | | | | | | | | Add compile support in the xdemos directory for OpenVMS Modified Files: Mesa/descrip.mms Mesa/xdemos/descrip.mms Mesa/xdemos/glxgears.c ---------------------------------------------------------------------- | ||||
* | added pbinfo and pbdemo programs | Brian Paul | 2002-10-05 | 1 | -2/+19 |
| | |||||
* | pbuffer info and demo programs | Brian Paul | 2002-10-05 | 4 | -0/+878 |
| | |||||
* | Updated BeOS support (Philippe Houdoin) | Brian Paul | 2002-09-19 | 1 | -17/+28 |
| | |||||
* | don't query GL_MAX_CONVOLUTION_WIDTH/HEIGHT | Brian Paul | 2002-09-06 | 1 | -3/+1 |
| | |||||
* | minor updates to sync with XFree86 | Brian Paul | 2002-09-06 | 1 | -1/+4 |
| | |||||
* | added -l option to print interesting OpenGL limits | Brian Paul | 2002-09-06 | 1 | -4/+66 |
| | |||||
* | added multitexture and line stipple | Brian Paul | 2002-08-17 | 1 | -17/+34 |
| | |||||
* | minor tweaks | Brian Paul | 2002-08-17 | 1 | -0/+3 |
| | |||||
* | added (char *) casts | Brian Paul | 2002-08-08 | 3 | -3/+3 |
| | |||||
* | fix warnings (bug 580528) | Brian Paul | 2002-07-22 | 1 | -10/+11 |
| | |||||
* | silence warnings | Brian Paul | 2002-07-12 | 1 | -1/+6 |
| | |||||
* | Pedantic compiler fixes (Sven Panne) | Brian Paul | 2002-07-12 | 14 | -36/+44 |
| | |||||
* | test program for NV_vertex_program and evaluators | Brian Paul | 2002-06-23 | 1 | -0/+228 |
| | |||||
* | Joe Krahn's context sharing test program | Brian Paul | 2002-06-16 | 1 | -0/+177 |
| | |||||
* | test for GL_NV_texture_rectangle | Brian Paul | 2002-06-15 | 1 | -0/+297 |
| | |||||
* | GGI driver updates (Filip Spacek) | Brian Paul | 2002-06-10 | 1 | -14/+45 |
| | |||||
* | remove test code | Alan Hourihane | 2002-05-02 | 1 | -9/+7 |
| | |||||
* | glutSwapBuffers implicitly does a glFinish when swapping back to the front | Alan Hourihane | 2002-05-02 | 1 | -7/+11 |
| | | | | | | | buffer. We now issue a glFinish when not issuing SwapBuffers to ensure the pipeline is complete. (Problem found with Chromium). | ||||
* | removed CVS $Log comments | Brian Paul | 2002-04-22 | 12 | -370/+11 |
| | |||||
* | test program for NV_vertex_program + vertex arrays | Brian Paul | 2002-04-22 | 1 | -0/+277 |
| | |||||
* | Added -perf option to measure frame rate. This is useful for measuring | Karl Schultz | 2002-04-05 | 1 | -8/+37 |
| | | | | Mesa in a more environment-independent way. | ||||
* | added an error check | Brian Paul | 2002-04-02 | 1 | -3/+10 |
| | |||||
* | exercise GL_EXT_shadow_funcs | Brian Paul | 2002-03-23 | 1 | -1/+32 |
| | |||||
* | fix some minor warnings | Brian Paul | 2002-03-08 | 3 | -7/+9 |
| | |||||
* | undo some debug changes mistakenly checked in earlier | Brian Paul | 2002-02-17 | 1 | -2/+1 |
| | |||||
* | updated to use GL_ARB_depth_texture, GL_ARB_shadow, GL_ARB_shadow_ambient | Brian Paul | 2002-02-16 | 1 | -6/+43 |
| | |||||
* | include string.h to silence warning | Brian Paul | 2002-02-15 | 1 | -0/+1 |
| | |||||
* | now supports > 2 texture units | Brian Paul | 2002-02-13 | 1 | -182/+123 |
| | |||||
* | silence compiler warnings | Brian Paul | 2002-02-12 | 6 | -4/+9 |
| |