Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor fixes | Brian Paul | 2004-03-26 | 5 | -14/+9 |
| | |||||
* | Don't use pushd/popd. | Brian Paul | 2004-03-26 | 1 | -6/+2 |
| | |||||
* | new Makefile | Brian Paul | 2004-03-26 | 1 | -0/+113 |
| | |||||
* | Tweaks for make clean / realclean. | Brian Paul | 2004-03-26 | 4 | -13/+3 |
| | |||||
* | clamp BiasMin, BiasMax to reasonable values | Brian Paul | 2004-03-26 | 1 | -0/+8 |
| | |||||
* | New Makefile system | Brian Paul | 2004-03-26 | 6 | -0/+331 |
| | |||||
* | check for GLX 1.3 during init | Brian Paul | 2004-03-26 | 1 | -2/+10 |
| | |||||
* | silence warnings | Brian Paul | 2004-03-25 | 1 | -3/+3 |
| | |||||
* | added some code to test buffer deletion | Brian Paul | 2004-03-22 | 1 | -0/+27 |
| | |||||
* | use GL state vars instead of program parameters | Brian Paul | 2004-03-22 | 1 | -12/+2 |
| | |||||
* | test of aux buffer rendering | Brian Paul | 2004-03-21 | 1 | -0/+499 |
| | |||||
* | GL_EXT_pixel_buffer_object test | Brian Paul | 2004-03-13 | 2 | -0/+290 |
| | |||||
* | The available GLX version is now logged in addition to the client | Ian Romanick | 2004-02-23 | 1 | -0/+9 |
| | | | | version and the server version. | ||||
* | compute fog coord in eye space, not clip space | Brian Paul | 2004-02-17 | 1 | -3/+5 |
| | |||||
* | define DO_FRAGMENT_FOG=1 to test fragment program fog option | Brian Paul | 2004-02-17 | 1 | -1/+28 |
| | |||||
* | remove incorrect negation in fog coord computation | Brian Paul | 2004-02-16 | 1 | -1/+4 |
| | |||||
* | glutInitWindowPosition | Keith Whitwell | 2004-02-16 | 1 | -0/+2 |
| | |||||
* | fog_coord demo | Daniel Borca | 2004-02-16 | 1 | -0/+414 |
| | |||||
* | Added a test case for Mesa bug #508473 that I wrote a long time ago. | Ian Romanick | 2004-02-11 | 2 | -1/+192 |
| | | | | | Fixed the Makefile.X11 to actually build glxgears_fbconfig when invoked from the top level. | ||||
* | Added yet another version of gears. This one uses fbconfigs, and is a | Ian Romanick | 2004-02-11 | 2 | -0/+605 |
| | | | | | rudimentary test of fbconfigs that doesn't use pbuffers of GLX_SGI_make_current_read. | ||||
* | some useful matrix functions | Brian Paul | 2004-02-10 | 1 | -0/+181 |
| | |||||
* | Add comments to make decyphering the faces easier | Keith Whitwell | 2004-02-05 | 1 | -6/+6 |
| | |||||
* | Use quads instead of lines to ensure this is testing stencil functionality | Keith Whitwell | 2004-02-04 | 1 | -5/+9 |
| | | | | | rather than rasterization. A crutch to hw with wonky line rasterizers. | ||||
* | another pbuffer demo (Andrew Lentvorski) | Brian Paul | 2004-02-03 | 2 | -0/+434 |
| | |||||
* | tweak comments | Brian Paul | 2004-02-02 | 2 | -5/+7 |
| | |||||
* | added display list option (l key) | Brian Paul | 2004-01-31 | 1 | -1/+15 |
| | |||||
* | add vparray.c, fix indentation | Brian Paul | 2004-01-31 | 1 | -3/+4 |
| | |||||
* | enable program and arrays by default, minor clean-ups | Brian Paul | 2004-01-31 | 1 | -8/+3 |
| | |||||
* | fix printf warnings | Alan Hourihane | 2004-01-28 | 5 | -6/+6 |
| | |||||
* | add glutInitWindowPosition calls | Keith Whitwell | 2004-01-28 | 2 | -0/+2 |
| | |||||
* | Add glutInitWindowPosition call | Keith Whitwell | 2004-01-28 | 3 | -1/+4 |
| | |||||
* | Tweak: set z scale to one, else tnl thinks we have a 3d texcoord. | Keith Whitwell | 2004-01-27 | 1 | -1/+1 |
| | |||||
* | Add tests for ARB_fp trig instructions and also for 1D texturing | Keith Whitwell | 2004-01-26 | 3 | -0/+297 |
| | |||||
* | New glXUseRotatedXFontMESA() function. Like glXUseXFont(), but takes | Brian Paul | 2004-01-24 | 4 | -1/+643 |
| | | | | | a rotation parameter (either 0, 90, 180 or 270 degrees). Also, a demo program. | ||||
* | exercise glDeleteProgramsARB | Brian Paul | 2004-01-13 | 1 | -0/+6 |
| | |||||
* | reverted TMUs for proper multitexturing | Daniel Borca | 2003-12-23 | 2 | -2/+8 |
| | |||||
* | DMesa: removed MGA2064W driver | Daniel Borca | 2003-12-19 | 1 | -3/+3 |
| | | | | | | DMesa: added capability to query visuals fxMesa: WGL_3DFX_gamma_control fxMesa: minor fixes to interface (fxQueryHardware vs fxMesaSelect...) | ||||
* | new makefiles | Brian Paul | 2003-12-12 | 1 | -4/+2 |
| | |||||
* | added parsing exercises for ARL and relative offsets in ARB_vp | Karl Rasche | 2003-12-09 | 1 | -12/+9 |
| | |||||
* | A quick little test to show disapeearing specular color between vertex and ↵ | Karl Rasche | 2003-12-08 | 2 | -1/+196 |
| | | | | fragment program execution | ||||
* | Committing in . | Jouk Jansen | 2003-12-08 | 3 | -5/+17 |
| | | | | | | | | | | | | | OpenVMS compile issues Modified Files: Mesa-newtree/progs/tests/cva.c Mesa-newtree/progs/tests/dinoshade.c Mesa-newtree/progs/tests/multipal.c Mesa-newtree/src/mesa/main/descrip.mms Mesa-newtree/src/mesa/tnl/descrip.mms Mesa-newtree/src/mesa/tnl/t_vtx_api.c ---------------------------------------------------------------------- | ||||
* | glFBDev driver from embedded-2 branch. | Brian Paul | 2003-12-06 | 1 | -0/+524 |
| | | | | | Probably won't be actively used/maintained, but bring it to the trunk so it doesn't get lost. | ||||
* | press f key to toggle front/back drawing/copying | Brian Paul | 2003-12-05 | 1 | -7/+41 |
| | |||||
* | Windows needs to #define GL_GLEXT_PROTOTYPES | Karl Schultz | 2003-12-04 | 1 | -0/+1 |
| | |||||
* | s/inverse/invtrans.. whoopsie | Karl Rasche | 2003-12-02 | 1 | -4/+4 |
| | |||||
* | Moving NV_fragment_program tests to ARB_fragment_program | Karl Rasche | 2003-11-24 | 3 | -1/+365 |
| | |||||
* | Porting NV_vertex_program demos to ARB_vertex_program | Karl Rasche | 2003-11-23 | 1 | -0/+4 |
| | |||||
* | Porting NV_vertex_program tests to ARB_vertex_program | Karl Rasche | 2003-11-23 | 4 | -0/+732 |
| | |||||
* | build fixes, rh9 | Keith Whitwell | 2003-11-23 | 5 | -6/+10 |
| | |||||
* | texture compression testbed | Daniel Borca | 2003-11-20 | 1 | -0/+389 |
| |