summaryrefslogtreecommitdiffstats
path: root/progs
Commit message (Collapse)AuthorAgeFilesLines
* Committing in .Jouk Jansen2003-06-173-17/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | OpenVMS support for new directory tree Modified Files: Mesa-newtree/progs/demos/descrip.mms Mesa-newtree/progs/tests/descrip.mms Mesa-newtree/progs/xdemos/descrip.mms Mesa-newtree/src/glu/sgi/descrip.mms Mesa-newtree/src/glut/glx/descrip.mms Mesa-newtree/src/mesa/main/descrip.mms Added Files: Mesa-newtree/descrip.mms Mesa-newtree/mms-config. Mesa-newtree/src/descrip.mms Mesa-newtree/src/glu/descrip.mms Mesa-newtree/src/mesa/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/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 Mesa-newtree/vms/analyze_map.com Mesa-newtree/vms/xlib.opt Mesa-newtree/vms/xlib_share.opt ----------------------------------------------------------------------
* DOS updates for new tree (Daniel Borca)Brian Paul2003-06-161-86/+83
|
* fix typo, added space/anim controlBrian Paul2003-06-131-1/+9
|
* GL_ARB_occlusion_query demo.Brian Paul2003-06-132-0/+247
|
* update for new directory treeBrian Paul2003-06-103-11/+190
|
* updated old-style makefiles for new treeBrian Paul2003-06-104-6/+6
|
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-0546-120/+1
|
* Remove a bunch of really old/obsolete configs.Brian Paul2003-06-014-98/+44
| | | | Use the new mklib script.
* Removed an accidental addition in the previous commit.Ian Romanick2003-05-301-1/+0
|
* minor clean-upsBrian Paul2003-05-301-2/+2
|
* misc changes from testingBrian Paul2003-05-301-2/+10
|
* include readtex.hBrian Paul2003-05-301-1/+2
|
* display both YCbCr and RGB image (Ian)Brian Paul2003-05-301-6/+54
|
* applied Ian's misc patchesBrian Paul2003-05-304-34/+193
|
* move LoadYUVImage into readtex.cKeith Whitwell2003-05-206-151/+94
|
* Test programs for ycbcr extensionKeith Whitwell2003-05-202-0/+523
|
* Committing in .Jouk Jansen2003-04-291-2/+4
| | | | | | | | Updating OpenVMS compile support Modified Files: Mesa/src/descrip.mms Mesa/xdemos/glxgears.c ----------------------------------------------------------------------
* added a castBrian Paul2003-04-211-1/+1
|
* silence warningsBrian Paul2003-04-213-7/+6
|
* castsBrian Paul2003-04-213-3/+3
|
* fix minor warningsBrian Paul2003-04-215-13/+9
|
* fix .c / .h typoBrian Paul2003-04-211-2/+2
|
* clean up usage of extension function pointersBrian Paul2003-04-171-7/+15
|
* Demo of using GL_ARB_vertex/fragment_program to do per-pixel lighting.Brian Paul2003-04-174-10/+365
|
* fix typoBrian Paul2003-04-091-1/+1
|
* fix typoBrian Paul2003-04-092-6/+2
|
* add support for swap and sync extensions (Ian Romanick)Brian Paul2003-04-091-3/+226
|
* Demo of per-pixel lighting with a fragment program.Brian Paul2003-04-072-1/+281
|
* test glProgramNamedParameter4fNV()Brian Paul2003-04-051-4/+39
|
* use gluSphere instead of glutSphere so we get texcoordsBrian Paul2003-03-311-9/+18
|
* print GL_MULTISAMPLE_ARBBrian Paul2003-03-291-1/+4
|
* fix texgen msg stringsBrian Paul2003-03-291-3/+3
|
* DOS updates from Daniel BorcaBrian Paul2003-03-291-2/+2
|
* added fptest1, fptexture, texrect, etcBrian Paul2003-03-141-0/+22
|
* simple NV_fragment_program texture testBrian Paul2003-03-141-0/+151
|
* test GLfloat OSMesa renderingBrian Paul2003-03-081-0/+286
|
* DOS update (Daniel Borca)Brian Paul2003-03-081-2/+3
|
* added glFinish with commentBrian Paul2003-03-031-1/+6
|
* fix compilation for windowsKarl Schultz2003-02-271-3/+3
|
* more parser test programsBrian Paul2003-02-251-16/+51
|
* latest DOS updates (Daniel Borca)Brian Paul2003-02-201-7/+3
|
* read/write files, not stdio (Daniel Borca)Brian Paul2003-02-041-5/+17
|
* DOS updates (Daniel Borca)Brian Paul2003-02-041-36/+89
|
* use ARB flavor of window_pos extensionBrian Paul2003-02-041-3/+3
|
* updated version testBrian Paul2003-01-281-2/+4
|
* silence warningBrian Paul2003-01-241-1/+1
|
* simple GL_NV_fragment_program testBrian Paul2003-01-141-0/+150
|
* use/test GL_SGIS_generate_mipmaps if availableBrian Paul2002-12-101-3/+41
|
* updated to use ARB extensionsBrian Paul2002-12-032-26/+34
|
* use polygon offset to avoid multi-pass Z-fighting artifactsBrian Paul2002-11-281-2/+5
|