summaryrefslogtreecommitdiffstats
path: root/progs/tests
Commit message (Collapse)AuthorAgeFilesLines
* destroy window during cleanupBrian2007-03-062-2/+7
|
* fix clipping, display name, warningsBrian2007-03-011-10/+12
|
* mipmap_limits: Fix display of current texture filtering mode.Michel Dänzer2006-12-141-1/+1
|
* Make git ignore files only generated at build time.Michel Dänzer2006-12-061-0/+0
|
* fix the gl version testRoland Scheidegger2006-11-221-4/+4
|
* test OpenGL 2.0 stencil funcsBrian Paul2006-11-021-5/+83
|
* npot version of redbook/mipmap.cKeith Whitwell2006-09-152-0/+185
|
* make prog2 a legal program (texture reference fix)Brian Paul2006-08-301-1/+1
|
* delete buffers, destroy window upon exitBrian Paul2006-08-251-1/+13
|
* Add test for GL_EXT_gpu_program_parameters.Ian Romanick2006-08-152-0/+286
|
* exercise min/max lodKeith Whitwell2006-06-211-2/+21
|
* exercise position invarient vertex programKeith Whitwell2006-06-211-6/+1
|
* removed incorrect const qualifierBrian Paul2006-06-132-2/+2
|
* Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick2006-06-123-0/+384
| | | | | | | 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.
* fix extension_supported() function, added commentsBrian Paul2006-05-311-4/+18
|
* print 2D vs 3D in windowBrian Paul2006-05-191-2/+9
|
* also test 3D textures (press '2'/'3' to toggle)Brian Paul2006-05-191-8/+44
|
* simplify image setup code, added LOD Bias control (l/L keys)Brian Paul2006-05-111-76/+62
|
* simple texture compression testBrian Paul2006-05-102-0/+274
|
* Test program for exercising GL_TEXTURE_BASE_LEVEL and GL_TEXTURE_MAX_LEVEL.Brian Paul2006-05-102-0/+248
|
* fptest1 requires GL_NV_fragment_programTilman Sauerbeck2006-04-281-0/+5
|
* fix indentationBrian Paul2006-04-211-6/+4
|
* use vertex.attrib[3] instead of vertex.colorBrian Paul2006-04-212-4/+3
|
* s/NV/ARB/Brian Paul2006-04-211-5/+5
|
* another simple FBO testBrian Paul2006-04-141-0/+199
|
* test glReadPixels speed w/ various formats/types, PBOsBrian Paul2006-04-142-0/+287
|
* If the image file is RGB, convert to RGBA (fixes segfault).Brian Paul2006-04-131-28/+41
| | | | | Added CheckError() calls. Remove -ci option.
* lots of debug options, some code movement, etcBrian Paul2006-03-241-30/+92
|
* Display the correct bug number in the information text.Ian Romanick2006-03-061-2/+2
|
* Don't try to bind to proxy texture target. This is defined by the spec to beIan Romanick2006-03-061-5/+3
| | | | | | | 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.
* Build test for bugzilla #3050Ian Romanick2006-03-041-0/+1
|
* Test case for bugzilla #3050.Ian Romanick2006-03-041-0/+164
|
* test glBlitFramebufferEXT w/ -blit flagBrian Paul2006-03-021-2/+33
|
* updated commentBrian Paul2006-01-301-6/+2
|
* silence warning about duplicate M_PI definitionBrian Paul2006-01-301-1/+5
|
* added more tests (Pedro Maia)Brian Paul2006-01-301-1/+5
|
* Don't do swapbuffers if -nodraw specified. Get t0 after setup code.Brian Paul2006-01-271-2/+9
|
* Test glTexSubImage and glCopyTexSubImage rate.Brian Paul2006-01-262-0/+344
| | | | Run with -nodraw to skip rendering of test quad to get "pure" sub-tex rate.
* copypixrate.c - measure the speed of glCopyPixels.Brian Paul2006-01-262-0/+229
|
* delete frame/renderbuffers upon exit, more error checkingBrian Paul2005-11-171-15/+29
|
* added -ds option to test GL_EXT_packed_depth_stencil with framebuffer objectsBrian Paul2005-11-161-22/+76
|
* Two subtle things missed on the previous commit.Ian Romanick2005-11-151-1/+4
|
* Add the ability for interleave to test passing invalid format enumsIan Romanick2005-11-151-5/+43
| | | | and invalid stride values (see bugzilla #5058).
* Simple test of glInterleavedArrays functionality.Ian Romanick2005-11-142-0/+366
|
* Add new test "texfilt". This test is a cousin to texwrap. Instead ofIan Romanick2005-10-282-3/+402
| | | | | | | | 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.
* Add built programs to .cvsignore.Eric Anholt2005-10-261-0/+52
|
* Add a fog mode (normal and fog_coord, leaner/exp/exp2 mode) testing program IEric Anholt2005-10-262-0/+200
| | | | wrote for sis, which has also exposed a few bugs elsewhere.
* Query/print GL_RED/GREEN/BLUE/ALPHA_BITSBrian Paul2005-10-081-0/+8
|
* glBindTexture changes, new assertionsBrian Paul2005-10-041-2/+6
|
* fix glIsRender/FramebufferEXT() assertionsBrian Paul2005-10-042-5/+5
|