summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)AuthorFilesLines
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
2005-08-25fix comment and #if testBrian Paul1-2/+3
2005-08-25Update the glut idle function after a new window is createdBrian Paul1-4/+11
2005-08-25s/GLX_RGBA_BIT/GLX_RGBA_TYPE/ (bug 4237)Brian Paul1-1/+1
2005-08-25make tiles a little smaller so they're all visibleBrian Paul1-10/+11
2005-08-24Added multi-window support. Press 'n' to create new window, 'k' to killBrian Paul1-140/+285
2005-08-21fix up libdrm for eglDave Airlie1-5/+5
2005-08-18Add simple regression test for bugzilla #3195.Ian Romanick2-0/+282
2005-08-15test the standard stencil op modes too (Philipp Klaus Krause)Brian Paul1-50/+141
2005-08-09delete display lists upon exitBrian Paul1-0/+3
2005-08-09free display lists and destroy window upon exitBrian Paul1-11/+24
2005-08-08Make the linux-dri-x86 builds work on x86-64 again. mklib nowIan Romanick1-5/+5
2005-08-07Fix up some of the sample to work with the r200 EGL driverJon Smirl3-19/+20
2005-07-19overlay planes testBrian Paul2-0/+246
2005-07-14eglgears demo (Dane Rushton)Brian Paul2-1/+454
2005-07-07Put back the glPopMatrix. This test was derived from blendminmax.c.Ian Romanick1-0/+2
2005-07-07Correct the comments in the file headers. Oops.Ian Romanick1-6/+6
2005-07-07Add regression test for bug #3101.Ian Romanick2-0/+127
2005-07-02Add $(CFLAGS) to the link commands. This makes 'make linux-x86Ian Romanick1-5/+5
2005-07-01added some glGetRenderbufferParameterivEXT calls, printfs, and assertionsBrian Paul2-0/+21
2005-06-24Ignore files generated as part of the build process.Ian Romanick1-0/+2
2005-06-21Mammoth update to the Python code generator scripts that live inIan Romanick1-32/+30
2005-06-16Fix a few compiler warningsJon Smirl2-1/+2
2005-06-01Add a mode to test flat shading + separate specular.Keith Whitwell1-3/+13
2005-05-23remove stupid flagsDaniel Borca2-8/+2
2005-05-20use MAX_SCREENS instead of hard-coded numberBrian Paul1-2/+3
2005-05-20fix reversed strstr() args, print mode stringBrian Paul1-5/+7