summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)Author
2004-03-26Don't use pushd/popd.Brian Paul
2004-03-26new MakefileBrian Paul
2004-03-26Tweaks for make clean / realclean.Brian Paul
2004-03-26clamp BiasMin, BiasMax to reasonable valuesBrian Paul
2004-03-26New Makefile systemBrian Paul
2004-03-26check for GLX 1.3 during initBrian Paul
2004-03-25silence warningsBrian Paul
2004-03-22added some code to test buffer deletionBrian Paul
2004-03-22use GL state vars instead of program parametersBrian Paul
2004-03-21test of aux buffer renderingBrian Paul
2004-03-13GL_EXT_pixel_buffer_object testBrian Paul
2004-02-23The available GLX version is now logged in addition to the clientIan Romanick
2004-02-17compute fog coord in eye space, not clip spaceBrian Paul
2004-02-17define DO_FRAGMENT_FOG=1 to test fragment program fog optionBrian Paul
2004-02-16remove incorrect negation in fog coord computationBrian Paul
2004-02-16glutInitWindowPositionKeith Whitwell
2004-02-16fog_coord demoDaniel Borca
2004-02-11Added a test case for Mesa bug #508473 that I wrote a long time ago.Ian Romanick
2004-02-11Added yet another version of gears. This one uses fbconfigs, and is aIan Romanick
2004-02-10some useful matrix functionsBrian Paul
2004-02-05Add comments to make decyphering the faces easierKeith Whitwell
2004-02-04Use quads instead of lines to ensure this is testing stencil functionalityKeith Whitwell
2004-02-03another pbuffer demo (Andrew Lentvorski)Brian Paul
2004-02-02tweak commentsBrian Paul
2004-01-31added display list option (l key)Brian Paul
2004-01-31add vparray.c, fix indentationBrian Paul
2004-01-31enable program and arrays by default, minor clean-upsBrian Paul
2004-01-28fix printf warningsAlan Hourihane
2004-01-28add glutInitWindowPosition callsKeith Whitwell
2004-01-28Add glutInitWindowPosition callKeith Whitwell
2004-01-27Tweak: set z scale to one, else tnl thinks we have a 3d texcoord.Keith Whitwell
2004-01-26Add tests for ARB_fp trig instructions and also for 1D texturingKeith Whitwell
2004-01-24New glXUseRotatedXFontMESA() function. Like glXUseXFont(), but takesBrian Paul
2004-01-13exercise glDeleteProgramsARBBrian Paul
2003-12-23reverted TMUs for proper multitexturingDaniel Borca
2003-12-19DMesa: removed MGA2064W driverDaniel Borca
2003-12-12new makefilesBrian Paul
2003-12-09added parsing exercises for ARL and relative offsets in ARB_vpKarl Rasche
2003-12-08A quick little test to show disapeearing specular color between vertex and fr...Karl Rasche
2003-12-08 Committing in .Jouk Jansen
2003-12-06glFBDev driver from embedded-2 branch.Brian Paul
2003-12-05press f key to toggle front/back drawing/copyingBrian Paul
2003-12-04Windows needs to #define GL_GLEXT_PROTOTYPESKarl Schultz
2003-12-02s/inverse/invtrans.. whoopsieKarl Rasche
2003-11-24Moving NV_fragment_program tests to ARB_fragment_programKarl Rasche
2003-11-23Porting NV_vertex_program demos to ARB_vertex_programKarl Rasche
2003-11-23Porting NV_vertex_program tests to ARB_vertex_programKarl Rasche
2003-11-23build fixes, rh9Keith Whitwell
2003-11-20texture compression testbedDaniel Borca
2003-11-13remove GL_GLEXT_LEGACYBrian Paul