summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)AuthorFilesLines
2006-03-20debug code to enable/disable depth/stencil operationsBrian Paul1-1/+19
2006-03-20Use an rgba image so that hw pbos work.Keith Whitwell1-1/+1
2006-03-20Restore animationKeith Whitwell1-1/+1
2006-03-19FBO test - teapotBrian Paul2-0/+205
2006-03-06Add copypix.c demo.Keith Whitwell3-0/+742
2006-02-24Tweak the read format/type slightly so this can use the blitter.Keith Whitwell1-2/+2
2006-02-13tweaksKeith Whitwell1-24/+50
2006-02-13rename texdown to reflect behaviour changesKeith Whitwell2-1/+1
2006-02-09Make various changes to get a number out of texdown that betterKeith Whitwell1-31/+102
2006-02-01subtexrate test on this branch tooKeith Whitwell2-0/+353
2006-02-01gearbox demo on this branch tooKeith Whitwell4-7/+509
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