summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)AuthorFilesLines
2004-06-17Make the test check for core GL version 1.3 in addition to testing forIan Romanick1-2/+22
2004-06-11don't pass GL_INTENSITY for <format> to glTexImage2D - it's illegalBrian Paul1-1/+2
2004-06-07small correctionsDaniel Borca1-12/+11
2004-06-01Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKEEric Anholt2-3/+3
2004-05-27Build the fogcoord demo.Ian Romanick1-0/+1
2004-05-26Minor code simplification.Ian Romanick1-12/+9
2004-05-26Test the overhead of just calling a GL function. The Python script isIan Romanick2-0/+289
2004-05-21use OGL 1.1 color logic ops in addition to GL_EXT_blend_logic_opRoland Scheidegger2-13/+60
2004-05-21(Dieter Nuetzel) fix typo in help screenRoland Scheidegger1-1/+1
2004-05-12Test program to check that packed pixel formats work as expected withBrian Paul2-0/+300
2004-05-12obsolete in favor of regular MakefilesBrian Paul1-62/+0
2004-05-11Added a 4th square to the output. Expanded the message written to theIan Romanick1-6/+31
2004-05-11Added simple EXT_blend_minmax test.Ian Romanick2-0/+210
2004-05-11Added simple NV_blend_square test.Ian Romanick2-0/+154
2004-05-10s/GLX_PIXMAP_BIT_SGIX/GLX_PBUFFER_BIT_SGIX/Brian Paul1-5/+4
2004-05-07Uses either the GLX_SGI_make_current_read or GLX 1.3 interface,Ian Romanick1-5/+23
2004-05-06Added menu options to test border modes and linear/nearest filtering.Brian Paul1-7/+70
2004-05-05Modified to use vertex arrays. Vertex arrays and immediate mode callsIan Romanick1-30/+94
2004-05-05don't need auto mipmapsBrian Paul1-1/+0
2004-05-04added -c option to exercise convolution of glTexImage2DBrian Paul1-16/+64
2004-05-04texture compression: getting warmerDaniel Borca1-0/+2
2004-04-29FXT1 preparationsDaniel Borca1-0/+3
2004-04-23assorted fixesBrian Paul4-4/+1
2004-04-23Add fps outputKeith Whitwell1-0/+16
2004-04-22added floattex.c to test floating point texturesBrian Paul2-0/+171
2004-04-22minor clean-upsBrian Paul1-24/+36
2004-04-22obsoleteBrian Paul5-404/+0
2004-04-20removed non-existant arbfpwpos.c, added UTIL_FILES targetBrian Paul1-2/+3
2004-04-18hack to use glTexCoord4f and Q variable to test projective texcoordsBrian Paul1-4/+5
2004-04-14Use tcc and the emitted C code from s_fragprog_to_c.c to dynamically compileKeith Whitwell2-1/+2
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
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