Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-23 | check/print EGL_SCREEN_BIT_MESA, fix eglGetDisplay() call | Brian Paul | |
2005-11-23 | Choose the display mode / surface size in an intelligent way. | Brian Paul | |
Fix // comments. More error checking, etc. | |||
2005-11-19 | call gluDeleteQuadric() to fix mem leak | Brian Paul | |
2005-11-17 | delete frame/renderbuffers upon exit, more error checking | Brian Paul | |
2005-11-16 | added -ds option to test GL_EXT_packed_depth_stencil with framebuffer objects | Brian Paul | |
2005-11-15 | Two subtle things missed on the previous commit. | Ian Romanick | |
2005-11-15 | Add the ability for interleave to test passing invalid format enums | Ian Romanick | |
and invalid stride values (see bugzilla #5058). | |||
2005-11-14 | Simple test of glInterleavedArrays functionality. | Ian Romanick | |
2005-11-02 | More useful ARL test | Keith Whitwell | |
2005-11-01 | add an arl test | Keith Whitwell | |
2005-11-01 | Make colors match the fp tests (really) | Keith Whitwell | |
2005-11-01 | Make colors match the fp tests | Keith Whitwell | |
2005-11-01 | standalone tests for vp instructions | Keith Whitwell | |
2005-10-28 | Add new test "texfilt". This test is a cousin to texwrap. Instead of | Ian Romanick | |
testing various texture wrap modes, this test examines various texture filter modes, including anisotropic. Add CFLAGS to a couple places in Makefile so that 32-bit builds on 64-bit archs will work correctly. | |||
2005-10-26 | Add built programs to .cvsignore. | Eric Anholt | |
2005-10-26 | Add a fog mode (normal and fog_coord, leaner/exp/exp2 mode) testing program I | Eric Anholt | |
wrote for sis, which has also exposed a few bugs elsewhere. | |||
2005-10-21 | new depth tests | Keith Whitwell | |
2005-10-21 | simplify, remove sgi messages | Keith Whitwell | |
2005-10-21 | better looking tests | Keith Whitwell | |
2005-10-21 | Make test visible | Keith Whitwell | |
2005-10-21 | Better looking test. | Keith Whitwell | |
2005-10-20 | A bunch of little tests which exercise each ARB_fp instruction plus | Keith Whitwell | |
a couple of other interesting cases. | |||
2005-10-08 | Query/print GL_RED/GREEN/BLUE/ALPHA_BITS | Brian Paul | |
2005-10-04 | glBindTexture changes, new assertions | Brian Paul | |
2005-10-04 | fix glIsRender/FramebufferEXT() assertions | Brian Paul | |
2005-09-30 | use fmod() to prevent overflow of angle variable | Brian Paul | |
2005-09-29 | call glFinish if drawing to front buffer | Brian Paul | |
2005-09-23 | Committing in . | Jouk Jansen | |
1) change compilation on VMS to use IEEE floating points 2) one more problem with _mesa_sprintf solved Modified Files: Mesa/docs/README.VMS Mesa/progs/demos/descrip.mms Mesa/progs/tests/descrip.mms Mesa/progs/util/descrip.mms Mesa/progs/xdemos/descrip.mms Mesa/src/glu/mesa/descrip.mms Mesa/src/glu/sgi/descrip.mms Mesa/src/glut/glx/descrip.mms Mesa/src/mesa/array_cache/descrip.mms Mesa/src/mesa/drivers/common/descrip.mms Mesa/src/mesa/drivers/osmesa/descrip.mms Mesa/src/mesa/drivers/x11/descrip.mms Mesa/src/mesa/glapi/descrip.mms Mesa/src/mesa/main/descrip.mms Mesa/src/mesa/main/texobj.c Mesa/src/mesa/math/descrip.mms Mesa/src/mesa/shader/descrip.mms Mesa/src/mesa/shader/grammar/descrip.mms Mesa/src/mesa/shader/slang/descrip.mms Mesa/src/mesa/swrast/descrip.mms Mesa/src/mesa/swrast_setup/descrip.mms Mesa/src/mesa/tnl/descrip.mms ---------------------------------------------------------------------- | |||
2005-09-15 | silence warning | Brian Paul | |
2005-09-10 | new demo to test ATI_fragment_shader, not very creative but easy to know if ↵ | Roland Scheidegger | |
the output is correct. Tests single-pass as well as multi-pass shader (only pseudo-dependant texture read though, and no tex coord swizzling), src and dst modifiers, src repetition, dst masks, constants, and some ops. Both shaders run succesfully with swrast as well as r200. | |||
2005-08-31 | use 'f' key to toggle front/back buffer rendering | Brian Paul | |
2005-08-25 | Demo of how to do (nearly) flicker-free rendering with a single color buffer. | Brian Paul | |
2005-08-25 | fix comment and #if test | Brian Paul | |
2005-08-25 | Update the glut idle function after a new window is created | Brian Paul | |
2005-08-25 | s/GLX_RGBA_BIT/GLX_RGBA_TYPE/ (bug 4237) | Brian Paul | |
2005-08-25 | make tiles a little smaller so they're all visible | Brian Paul | |
2005-08-24 | Added multi-window support. Press 'n' to create new window, 'k' to kill | Brian Paul | |
a window. Good for exercising multi-window rendering. | |||
2005-08-21 | fix up libdrm for egl | Dave Airlie | |
2005-08-18 | Add simple regression test for bugzilla #3195. | Ian Romanick | |
2005-08-15 | test the standard stencil op modes too (Philipp Klaus Krause) | Brian Paul | |
2005-08-09 | delete display lists upon exit | Brian Paul | |
2005-08-09 | free display lists and destroy window upon exit | Brian Paul | |
2005-08-08 | Make the linux-dri-x86 builds work on x86-64 again. mklib now | Ian Romanick | |
determines the bits (either 32 or 64) for libraries without the lib prefix. progs/egl/Makefile passes CFLAGS on the link commands so that things like '-m32' get propagated. | |||
2005-08-07 | Fix up some of the sample to work with the r200 EGL driver | Jon Smirl | |
2005-07-19 | overlay planes test | Brian Paul | |
2005-07-14 | eglgears demo (Dane Rushton) | Brian Paul | |
2005-07-07 | Put back the glPopMatrix. This test was derived from blendminmax.c. | Ian Romanick | |
When extra code was cut from blendminmax.c's Display function, the glPopMatrix call was also accidentally cut. | |||
2005-07-07 | Correct the comments in the file headers. Oops. | Ian Romanick | |
2005-07-07 | Add regression test for bug #3101. | Ian Romanick | |
2005-07-02 | Add $(CFLAGS) to the link commands. This makes 'make linux-x86 | Ian Romanick | |
ARCH_FLAGS=-m32' work correctly on x86-64 systems. |