summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Collapse)AuthorFilesLines
2004-04-08added zreaddraw.cBrian Paul1-1/+2
2004-04-08no depend fileBrian Paul1-3/+0
2004-04-03for make clean, include tests directoryBrian Paul1-1/+1
2004-03-26minor fixesBrian Paul5-14/+9
2004-03-26Don't use pushd/popd.Brian Paul1-6/+2
2004-03-26new MakefileBrian Paul1-0/+113
2004-03-26Tweaks for make clean / realclean.Brian Paul4-13/+3
2004-03-26clamp BiasMin, BiasMax to reasonable valuesBrian Paul1-0/+8
2004-03-26New Makefile systemBrian Paul6-0/+331
2004-03-26check for GLX 1.3 during initBrian Paul1-2/+10
2004-03-25silence warningsBrian Paul1-3/+3
2004-03-22added some code to test buffer deletionBrian Paul1-0/+27
2004-03-22use GL state vars instead of program parametersBrian Paul1-12/+2
2004-03-21test of aux buffer renderingBrian Paul1-0/+499
2004-03-13GL_EXT_pixel_buffer_object testBrian Paul2-0/+290
2004-02-23The available GLX version is now logged in addition to the clientIan Romanick1-0/+9
version and the server version.
2004-02-17compute fog coord in eye space, not clip spaceBrian Paul1-3/+5
2004-02-17define DO_FRAGMENT_FOG=1 to test fragment program fog optionBrian Paul1-1/+28
2004-02-16remove incorrect negation in fog coord computationBrian Paul1-1/+4
2004-02-16glutInitWindowPositionKeith Whitwell1-0/+2
2004-02-16fog_coord demoDaniel Borca1-0/+414
2004-02-11Added a test case for Mesa bug #508473 that I wrote a long time ago.Ian Romanick2-1/+192
Fixed the Makefile.X11 to actually build glxgears_fbconfig when invoked from the top level.
2004-02-11Added yet another version of gears. This one uses fbconfigs, and is aIan Romanick2-0/+605
rudimentary test of fbconfigs that doesn't use pbuffers of GLX_SGI_make_current_read.
2004-02-10some useful matrix functionsBrian Paul1-0/+181
2004-02-05Add comments to make decyphering the faces easierKeith Whitwell1-6/+6
2004-02-04Use quads instead of lines to ensure this is testing stencil functionalityKeith Whitwell1-5/+9
rather than rasterization. A crutch to hw with wonky line rasterizers.
2004-02-03another pbuffer demo (Andrew Lentvorski)Brian Paul2-0/+434
2004-02-02tweak commentsBrian Paul2-5/+7
2004-01-31added display list option (l key)Brian Paul1-1/+15
2004-01-31add vparray.c, fix indentationBrian Paul1-3/+4
2004-01-31enable program and arrays by default, minor clean-upsBrian Paul1-8/+3
2004-01-28fix printf warningsAlan Hourihane5-6/+6
2004-01-28add glutInitWindowPosition callsKeith Whitwell2-0/+2
2004-01-28Add glutInitWindowPosition callKeith Whitwell3-1/+4
2004-01-27Tweak: set z scale to one, else tnl thinks we have a 3d texcoord.Keith Whitwell1-1/+1
2004-01-26Add tests for ARB_fp trig instructions and also for 1D texturingKeith Whitwell3-0/+297
2004-01-24New glXUseRotatedXFontMESA() function. Like glXUseXFont(), but takesBrian Paul4-1/+643
a rotation parameter (either 0, 90, 180 or 270 degrees). Also, a demo program.
2004-01-13exercise glDeleteProgramsARBBrian Paul1-0/+6
2003-12-23reverted TMUs for proper multitexturingDaniel Borca2-2/+8
2003-12-19DMesa: removed MGA2064W driverDaniel Borca1-3/+3
DMesa: added capability to query visuals fxMesa: WGL_3DFX_gamma_control fxMesa: minor fixes to interface (fxQueryHardware vs fxMesaSelect...)
2003-12-12new makefilesBrian Paul1-4/+2
2003-12-09added parsing exercises for ARL and relative offsets in ARB_vpKarl Rasche1-12/+9
2003-12-08A quick little test to show disapeearing specular color between vertex and ↵Karl Rasche2-1/+196
fragment program execution
2003-12-08 Committing in .Jouk Jansen3-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 ----------------------------------------------------------------------
2003-12-06glFBDev driver from embedded-2 branch.Brian Paul1-0/+524
Probably won't be actively used/maintained, but bring it to the trunk so it doesn't get lost.
2003-12-05press f key to toggle front/back drawing/copyingBrian Paul1-7/+41
2003-12-04Windows needs to #define GL_GLEXT_PROTOTYPESKarl Schultz1-0/+1
2003-12-02s/inverse/invtrans.. whoopsieKarl Rasche1-4/+4
2003-11-24Moving NV_fragment_program tests to ARB_fragment_programKarl Rasche3-1/+365
2003-11-23Porting NV_vertex_program demos to ARB_vertex_programKarl Rasche1-0/+4