summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)Author
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
2005-08-25fix comment and #if testBrian Paul
2005-08-25Update the glut idle function after a new window is createdBrian Paul
2005-08-25s/GLX_RGBA_BIT/GLX_RGBA_TYPE/ (bug 4237)Brian Paul
2005-08-25make tiles a little smaller so they're all visibleBrian Paul
2005-08-24Added multi-window support. Press 'n' to create new window, 'k' to killBrian Paul
2005-08-21fix up libdrm for eglDave Airlie
2005-08-18Add simple regression test for bugzilla #3195.Ian Romanick
2005-08-15test the standard stencil op modes too (Philipp Klaus Krause)Brian Paul
2005-08-09delete display lists upon exitBrian Paul
2005-08-09free display lists and destroy window upon exitBrian Paul
2005-08-08Make the linux-dri-x86 builds work on x86-64 again. mklib nowIan Romanick
2005-08-07Fix up some of the sample to work with the r200 EGL driverJon Smirl
2005-07-19overlay planes testBrian Paul
2005-07-14eglgears demo (Dane Rushton)Brian Paul