summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)Author
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
2005-07-07Put back the glPopMatrix. This test was derived from blendminmax.c.Ian Romanick
2005-07-07Correct the comments in the file headers. Oops.Ian Romanick
2005-07-07Add regression test for bug #3101.Ian Romanick
2005-07-02Add $(CFLAGS) to the link commands. This makes 'make linux-x86Ian Romanick
2005-07-01added some glGetRenderbufferParameterivEXT calls, printfs, and assertionsBrian Paul
2005-06-24Ignore files generated as part of the build process.Ian Romanick
2005-06-21Mammoth update to the Python code generator scripts that live inIan Romanick
2005-06-16Fix a few compiler warningsJon Smirl
2005-06-01Add a mode to test flat shading + separate specular.Keith Whitwell
2005-05-23remove stupid flagsDaniel Borca
2005-05-20use MAX_SCREENS instead of hard-coded numberBrian Paul
2005-05-20fix reversed strstr() args, print mode stringBrian Paul
2005-05-20replace // with /* */Brian Paul
2005-05-20 Committing in .Jouk Jansen
2005-05-20Use the 1.3 names for FogCoord*Adam Jackson
2005-05-19move osmesa demos to their own directoryKeith Whitwell
2005-05-19Fix EGL fbdev palette problem. demo3 can save ppm of screenJon Smirl
2005-05-18Fix inverted y for egl fbdev, add egl demo3Jon Smirl
2005-05-18To better exercise pixel packing, replace regular glReadPixels with fourBrian Paul
2005-05-18Implement fbdev swapbuffers()Jon Smirl
2005-05-17Fix several internal problems with generating the list of configs.Jon Smirl
2005-05-14Add forgotten demo2.cJon Smirl
2005-05-13First attempt at getting egl support up on dumb framebuffer.Jon Smirl
2005-05-07assorted warning clean-ups for x86_64, etc (Mikko T.)Brian Paul
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2005-05-04updates for latest EGLScreenMESA changesBrian Paul