Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-30 | make prog2 a legal program (texture reference fix) | Brian Paul | |
2006-08-25 | delete buffers, destroy window upon exit | Brian Paul | |
2006-08-15 | Add test for GL_EXT_gpu_program_parameters. | Ian Romanick | |
2006-06-21 | exercise min/max lod | Keith Whitwell | |
2006-06-21 | exercise position invarient vertex program | Keith Whitwell | |
2006-06-13 | removed incorrect const qualifier | Brian Paul | |
2006-06-12 | Add support for GL_APPLE_vertex_array_object. Several test programs | Ian Romanick | |
and demos are also added. Adding basic support to drivers should be as easy as just enabling the extension, though thorough test would also be required. | |||
2006-05-31 | fix extension_supported() function, added comments | Brian Paul | |
2006-05-19 | print 2D vs 3D in window | Brian Paul | |
2006-05-19 | also test 3D textures (press '2'/'3' to toggle) | Brian Paul | |
2006-05-11 | simplify image setup code, added LOD Bias control (l/L keys) | Brian Paul | |
2006-05-10 | simple texture compression test | Brian Paul | |
2006-05-10 | Test program for exercising GL_TEXTURE_BASE_LEVEL and GL_TEXTURE_MAX_LEVEL. | Brian Paul | |
2006-04-28 | fptest1 requires GL_NV_fragment_program | Tilman Sauerbeck | |
2006-04-21 | fix indentation | Brian Paul | |
2006-04-21 | use vertex.attrib[3] instead of vertex.color | Brian Paul | |
2006-04-21 | s/NV/ARB/ | Brian Paul | |
2006-04-14 | another simple FBO test | Brian Paul | |
2006-04-14 | test glReadPixels speed w/ various formats/types, PBOs | Brian Paul | |
2006-04-13 | If the image file is RGB, convert to RGBA (fixes segfault). | Brian Paul | |
Added CheckError() calls. Remove -ci option. | |||
2006-03-24 | lots of debug options, some code movement, etc | Brian Paul | |
2006-03-06 | Display the correct bug number in the information text. | Ian Romanick | |
2006-03-06 | Don't try to bind to proxy texture target. This is defined by the spec to be | Ian Romanick | |
an error. Since we're working with a proxy target, don't bother using real texture data. Add a missing new-line in an error printf. | |||
2006-03-04 | Build test for bugzilla #3050 | Ian Romanick | |
2006-03-04 | Test case for bugzilla #3050. | Ian Romanick | |
2006-03-02 | test glBlitFramebufferEXT w/ -blit flag | Brian Paul | |
2006-01-30 | updated comment | Brian Paul | |
2006-01-30 | silence warning about duplicate M_PI definition | Brian Paul | |
2006-01-30 | added more tests (Pedro Maia) | Brian Paul | |
2006-01-27 | Don't do swapbuffers if -nodraw specified. Get t0 after setup code. | Brian Paul | |
2006-01-26 | Test glTexSubImage and glCopyTexSubImage rate. | Brian Paul | |
Run with -nodraw to skip rendering of test quad to get "pure" sub-tex rate. | |||
2006-01-26 | copypixrate.c - measure the speed of glCopyPixels. | 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-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-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-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-25 | make tiles a little smaller so they're all visible | Brian Paul | |
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-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. |