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