Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add support for GLX_ARB_multisample | Brian Paul | 2002-11-04 | 1 | -4/+12 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | Pedantic compiler fixes (Sven Panne) | Brian Paul | 2002-07-12 | 2 | -9/+10 |
| | |||||
* | added an error check | Brian Paul | 2002-04-02 | 1 | -3/+10 |
| | |||||
* | fix some minor warnings | Brian Paul | 2002-03-08 | 3 | -7/+9 |
| | |||||
* | removed GLUT reference | Brian Paul | 2002-01-30 | 1 | -5/+5 |
| | |||||
* | fix some warnings | Brian Paul | 2001-11-26 | 1 | -2/+3 |
| | |||||
* | added -display option | Brian Paul | 2001-04-27 | 1 | -7/+12 |
| | |||||
* | added -i and -h options | Brian Paul | 2001-04-24 | 1 | -4/+30 |
| | |||||
* | applied David's patch for parsing display's server:screen string | Brian Paul | 2001-04-02 | 1 | -2/+26 |
| | |||||
* | added glxgears | Brian Paul | 2001-03-23 | 1 | -3/+4 |
| | |||||
* | gears using GLX instead of GLUT | Brian Paul | 2001-03-23 | 1 | -0/+497 |
| | |||||
* | added silly mesa_hack() function and -b option | Brian Paul | 2001-03-23 | 1 | -9/+127 |
| | |||||
* | fix glxinfo to query current display. | Alan Hourihane | 2001-03-19 | 1 | -2/+2 |
| | |||||
* | added DestroyHeads() to test clean-up code | Brian Paul | 2001-01-23 | 1 | -2/+15 |
| | |||||
* | added -s option to control when glXSwapBuffers() is called | Brian Paul | 2000-12-02 | 1 | -5/+39 |
| | |||||
* | patched to silence compiler warnings (Martin Lindhe) | Brian Paul | 2000-11-10 | 1 | -2/+2 |
| | |||||
* | use 1.1 glPolygonOffset instead of glPolygonOffsetEXT | Brian Paul | 2000-10-20 | 1 | -1/+1 |
| | |||||
* | added GLX multi-thread demo | Brian Paul | 2000-07-20 | 2 | -3/+424 |
| | |||||
* | use indirect context, added error checking | Brian Paul | 2000-07-11 | 1 | -27/+53 |
| | |||||
* | print GL_RENDERER upon startup | Brian Paul | 2000-06-27 | 1 | -1/+2 |
| | |||||
* | draw a solid cube too | Brian Paul | 2000-06-27 | 1 | -2/+80 |
| | |||||
* | added glxheads, manywin | Brian Paul | 2000-06-13 | 1 | -2/+10 |
| | |||||
* | initial check-in | Brian Paul | 2000-06-13 | 2 | -0/+575 |
| | |||||
* | fixed bug in loop over screens | Brian Paul | 2000-05-08 | 1 | -4/+4 |
| | |||||
* | more error reporting | Brian Paul | 2000-05-07 | 1 | -4/+9 |
| | |||||
* | removed glxdpyinfo | Brian Paul | 2000-05-03 | 1 | -2/+2 |
| | |||||
* | Removed. Use glxinfo instead. | Brian Paul | 2000-05-03 | 1 | -1072/+0 |
| | |||||
* | more error checking. Query GLX client vendor string | Brian Paul | 2000-04-22 | 1 | -6/+9 |
| | |||||
* | silenced a bunch of warnings | Brian Paul | 2000-04-06 | 1 | -26/+26 |
| | |||||
* | new arguments to XMesaCreateVisual() | Brian Paul | 2000-04-05 | 1 | -5/+10 |
| | |||||
* | removed unused vars | Brian Paul | 2000-04-05 | 1 | -1/+0 |
| | |||||
* | minor clean-ups | Brian Paul | 2000-04-03 | 1 | -8/+11 |
| | |||||
* | added support for GLX_EXT_visual_rating | Brian Paul | 2000-03-31 | 1 | -6/+41 |
| | |||||
* | fixed problem in print_extension_list() when ext ended in a space | Brian Paul | 2000-02-23 | 1 | -1/+3 |
| | |||||
* | new library dependency vars | Brian Paul | 2000-02-16 | 1 | -2/+2 |
| | |||||
* | try both single and double-buffered visuals | Brian Paul | 2000-02-02 | 1 | -9/+21 |
| | |||||
* | minor changes regarding transparency and multisample | Brian Paul | 2000-01-27 | 1 | -2/+5 |
| | |||||
* | all new version of glxinfo | Brian Paul | 2000-01-27 | 1 | -45/+415 |
| | |||||
* | added wincopy demo | Brian Paul | 1999-11-25 | 1 | -3/+3 |
| | |||||
* | initial rev | Brian Paul | 1999-11-25 | 1 | -0/+270 |
| | |||||
* | added glxdpyinfo | Brian Paul | 1999-11-12 | 1 | -2/+2 |
| | |||||
* | initial check-in | Brian Paul | 1999-11-12 | 1 | -0/+1073 |
| | |||||
* | removed printf's | Brian Paul | 1999-11-05 | 1 | -3/+1 |
| |