Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove some cruft | Brian Paul | 2003-10-14 | 1 | -2/+0 |
| | |||||
* | exercise more vertex buffer object functions | Brian Paul | 2003-10-14 | 1 | -7/+34 |
| | |||||
* | Minor MinGW fixes | Daniel Borca | 2003-10-09 | 1 | -1/+1 |
| | |||||
* | improved 'clean' targets (Otto Solares) | Brian Paul | 2003-10-03 | 4 | -13/+13 |
| | |||||
* | updates from Daniel Borca | Brian Paul | 2003-10-02 | 1 | -0/+67 |
| | |||||
* | Add project file for new spriteblast demo. (Update dependency) | Karl Schultz | 2003-09-25 | 1 | -0/+3 |
| | |||||
* | Add project file for new spriteblast demo. | Karl Schultz | 2003-09-25 | 2 | -0/+124 |
| | |||||
* | GL_ARB_point_sprite demo | Brian Paul | 2003-09-24 | 2 | -0/+521 |
| | |||||
* | MS dev studio project file for teapots demo. | Karl Schultz | 2003-09-24 | 1 | -0/+112 |
| | |||||
* | Workspace file for redbook programs | Karl Schultz | 2003-09-24 | 1 | -0/+29 |
| | |||||
* | Change projection transform so that the top row of teapots are now visible. | Karl Schultz | 2003-09-24 | 1 | -2/+2 |
| | |||||
* | Create 'all' project to make it easy to build and clean all the programs in ↵ | Karl Schultz | 2003-09-22 | 2 | -0/+233 |
| | | | | the demos directory. | ||||
* | Add remaining demos. | Karl Schultz | 2003-09-22 | 1 | -0/+228 |
| | |||||
* | New visual studio project fiile for building demos. | Karl Schultz | 2003-09-22 | 19 | -0/+2128 |
| | |||||
* | Make binary - even though this is a text file, common practice is to store ↵ | Karl Schultz | 2003-09-19 | 22 | -2621/+2621 |
| | | | | MS studio files as binary | ||||
* | Now obsolete. | Karl Schultz | 2003-09-18 | 1 | -131/+0 |
| | |||||
* | New visual studio workspace and projects for building demos. | Karl Schultz | 2003-09-18 | 22 | -0/+2621 |
| | |||||
* | Remove first attempt at using visual studio projects to compile demos. | Karl Schultz | 2003-09-18 | 3 | -265/+0 |
| | |||||
* | s/GL_READ_WRITE_ARB/GL_WRITE_ONLY_ARB/ | Brian Paul | 2003-09-17 | 1 | -3/+3 |
| | |||||
* | Exercise the GL_ELEMENT_ARRAY_BUFFER_ARB path | Brian Paul | 2003-09-17 | 1 | -1/+27 |
| | |||||
* | test GL_ARB_vertex_buffer_object | Brian Paul | 2003-09-17 | 2 | -0/+260 |
| | |||||
* | Remove all the swap_control stuff from glxgears demo (restored to vers 1.2). | Brian Paul | 2003-09-08 | 3 | -331/+833 |
| | | | | New glxswapcontrol.c file added. | ||||
* | use GL_GLEXT_PROTOTYPES | Brian Paul | 2003-09-08 | 2 | -4/+2 |
| | |||||
* | more debugger development | Brian Paul | 2003-09-05 | 1 | -13/+124 |
| | |||||
* | files for CVS to ignore | Brian Paul | 2003-09-05 | 3 | -0/+155 |
| | |||||
* | Committing in . | Jouk Jansen | 2003-09-05 | 1 | -0/+1 |
| | | | | | | | | | Added missing include files. Modified Files: Mesa-newtree/progs/demos/isosurf.c Mesa-newtree/src/mesa/main/nvvertexec.c ---------------------------------------------------------------------- | ||||
* | include math.h | Brian Paul | 2003-09-03 | 1 | -1/+1 |
| | |||||
* | Added support for EXT_texture_mirror_clamp and the single wrap mode | Ian Romanick | 2003-09-02 | 1 | -8/+12 |
| | | | | | that it addes to ATI_texture_mirror_once. This includes updating the texwrap test to exercise the new mode. | ||||
* | s/DP4/DP3/ | Brian Paul | 2003-08-31 | 1 | -4/+4 |
| | |||||
* | s/DP4/DP3/ | Brian Paul | 2003-08-31 | 1 | -4/+4 |
| | |||||
* | Updates from Daniel Borca | Brian Paul | 2003-08-28 | 1 | -1/+1 |
| | |||||
* | remove unused bytes variable | Brian Paul | 2003-08-28 | 1 | -1/+0 |
| | |||||
* | space bar to toggle animation | Brian Paul | 2003-08-28 | 1 | -0/+11 |
| | |||||
* | test program to exercise glDraw/ReadPixels(GL_DEPTH_COMPONENT) and pixel zooming | Brian Paul | 2003-08-23 | 1 | -0/+116 |
| | |||||
* | Rename Makefile to Makefile.X11, add depend support | Jon Smirl | 2003-08-23 | 2 | -79/+102 |
| | |||||
* | Added missing includes for standard header files | Jon Smirl | 2003-08-23 | 4 | -3/+8 |
| | |||||
* | Renaming Makefile to Makefile.X11, added depend support, adjusted paths | Jon Smirl | 2003-08-23 | 2 | -31/+64 |
| | |||||
* | DOS and glide driver updates from Daniel Borca | Brian Paul | 2003-08-19 | 1 | -7/+8 |
| | |||||
* | Added TOP to point to top of tree to find includes and libs | Brian Paul | 2003-08-06 | 1 | -2/+3 |
| | |||||
* | miniglx test programs | Keith Whitwell | 2003-08-06 | 8 | -0/+1817 |
| | |||||
* | add osdemo project | Karl Schultz | 2003-07-24 | 1 | -0/+12 |
| | |||||
* | project file for osdemo | Karl Schultz | 2003-07-24 | 1 | -0/+112 |
| | |||||
* | Project to build the gears demo program. | Karl Schultz | 2003-07-24 | 1 | -0/+112 |
| | |||||
* | Workspace to build Mesa demos and sample programs. | Karl Schultz | 2003-07-24 | 1 | -0/+29 |
| | |||||
* | New interactive debugging code - vertex or fragment program. | Brian Paul | 2003-07-22 | 1 | -5/+277 |
| | |||||
* | test program for GL_MESA_program_debug extension | Brian Paul | 2003-07-21 | 1 | -0/+350 |
| | |||||
* | added GL_VERSION check | Brian Paul | 2003-07-10 | 1 | -1/+8 |
| | |||||
* | bigger window | Brian Paul | 2003-07-03 | 1 | -1/+1 |
| | |||||
* | GL_ARB_texture_non_power_of_two test program | Brian Paul | 2003-07-03 | 1 | -0/+174 |
| | |||||
* | Committing in . | Jouk Jansen | 2003-07-02 | 3 | -0/+53 |
| | | | | | | | | | | | | | | | | | | | | Enable installation on OpenVMS ODS5 disks. Modified Files: Mesa-newtree/progs/demos/descrip.mms Mesa-newtree/progs/tests/descrip.mms Mesa-newtree/progs/xdemos/descrip.mms Mesa-newtree/src/glut/glx/descrip.mms Mesa-newtree/src/mesa/array_cache/descrip.mms Mesa-newtree/src/mesa/drivers/osmesa/descrip.mms Mesa-newtree/src/mesa/drivers/x11/descrip.mms Mesa-newtree/src/mesa/glapi/descrip.mms Mesa-newtree/src/mesa/main/descrip.mms Mesa-newtree/src/mesa/math/descrip.mms Mesa-newtree/src/mesa/swrast/descrip.mms Mesa-newtree/src/mesa/swrast_setup/descrip.mms Mesa-newtree/src/mesa/tnl/descrip.mms ---------------------------------------------------------------------- |