summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)Author
2006-01-31s/malloc/calloc/, fix mem leakBrian Paul
2006-01-30updated commentBrian Paul
2006-01-30silence warning about duplicate M_PI definitionBrian Paul
2006-01-30added more tests (Pedro Maia)Brian Paul
2006-01-30use fmod() when incrementing CubeRotBrian Paul
2006-01-28Test glCopyTexSubImage2D by drawing gears as texture on sides of a box.Brian Paul
2006-01-27Don't do swapbuffers if -nodraw specified. Get t0 after setup code.Brian Paul
2006-01-26Test glTexSubImage and glCopyTexSubImage rate.Brian Paul
2006-01-26copypixrate.c - measure the speed of glCopyPixels.Brian Paul
2006-01-26remove the GL_HP_occlusion_test codeBrian Paul
2006-01-16Free visinfo object (Tilman Sauerbeck)Brian Paul
2006-01-13Fix the default target to remake readtex.o if neededAdam Jackson
2006-01-05Oops - bad file-completion typo.Keith Whitwell
2006-01-05add simple test for program local parametersKeith Whitwell
2005-12-23update to new APIDave Airlie
2005-12-14Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can beBrian Paul
2005-12-10s/eglShowSurfaceMESA/eglShowScreenSurfaceMESA/Brian Paul
2005-12-08'a' key to toggle animationBrian Paul
2005-11-23check/print EGL_SCREEN_BIT_MESA, fix eglGetDisplay() callBrian Paul
2005-11-23Choose the display mode / surface size in an intelligent way.Brian Paul
2005-11-19call gluDeleteQuadric() to fix mem leakBrian Paul
2005-11-17delete frame/renderbuffers upon exit, more error checkingBrian Paul
2005-11-16added -ds option to test GL_EXT_packed_depth_stencil with framebuffer objectsBrian Paul
2005-11-15Two subtle things missed on the previous commit.Ian Romanick
2005-11-15Add the ability for interleave to test passing invalid format enumsIan Romanick
2005-11-14Simple test of glInterleavedArrays functionality.Ian Romanick
2005-11-02More useful ARL testKeith Whitwell
2005-11-01add an arl testKeith Whitwell
2005-11-01Make colors match the fp tests (really)Keith Whitwell
2005-11-01Make colors match the fp testsKeith Whitwell
2005-11-01standalone tests for vp instructionsKeith Whitwell
2005-10-28Add new test "texfilt". This test is a cousin to texwrap. Instead ofIan Romanick
2005-10-26Add built programs to .cvsignore.Eric Anholt
2005-10-26Add a fog mode (normal and fog_coord, leaner/exp/exp2 mode) testing program IEric Anholt
2005-10-21new depth testsKeith Whitwell
2005-10-21simplify, remove sgi messagesKeith Whitwell
2005-10-21better looking testsKeith Whitwell
2005-10-21Make test visibleKeith Whitwell
2005-10-21Better looking test.Keith Whitwell
2005-10-20A bunch of little tests which exercise each ARB_fp instruction plusKeith Whitwell
2005-10-08Query/print GL_RED/GREEN/BLUE/ALPHA_BITSBrian Paul
2005-10-04glBindTexture changes, new assertionsBrian Paul
2005-10-04fix glIsRender/FramebufferEXT() assertionsBrian Paul
2005-09-30use fmod() to prevent overflow of angle variableBrian Paul
2005-09-29call glFinish if drawing to front bufferBrian Paul
2005-09-23 Committing in .Jouk Jansen
2005-09-15silence warningBrian Paul
2005-09-10new demo to test ATI_fragment_shader, not very creative but easy to know if t...Roland Scheidegger
2005-08-31use 'f' key to toggle front/back buffer renderingBrian Paul
2005-08-25Demo of how to do (nearly) flicker-free rendering with a single color buffer.Brian Paul