summaryrefslogtreecommitdiff
path: root/progs/tests
AgeCommit message (Expand)AuthorFilesLines
2006-09-27pull npot mipmap test from trunkKeith Whitwell1-0/+184
2006-06-21exercise min/max lodKeith Whitwell1-2/+21
2006-06-21exercise position invarient vertex programKeith Whitwell1-6/+1
2006-06-13removed incorrect const qualifierBrian Paul2-2/+2
2006-06-12Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick3-0/+384
2006-05-31fix extension_supported() function, added commentsBrian Paul1-4/+18
2006-05-19print 2D vs 3D in windowBrian Paul1-2/+9
2006-05-19also test 3D textures (press '2'/'3' to toggle)Brian Paul1-8/+44
2006-05-11simplify image setup code, added LOD Bias control (l/L keys)Brian Paul1-76/+62
2006-05-10simple texture compression testBrian Paul2-0/+274
2006-05-10Test program for exercising GL_TEXTURE_BASE_LEVEL and GL_TEXTURE_MAX_LEVEL.Brian Paul2-0/+248
2006-04-28fptest1 requires GL_NV_fragment_programTilman Sauerbeck1-0/+5
2006-04-21fix indentationBrian Paul1-6/+4
2006-04-21use vertex.attrib[3] instead of vertex.colorBrian Paul2-4/+3
2006-04-21s/NV/ARB/Brian Paul1-5/+5
2006-04-14another simple FBO testBrian Paul1-0/+199
2006-04-14test glReadPixels speed w/ various formats/types, PBOsBrian Paul2-0/+287
2006-04-13If the image file is RGB, convert to RGBA (fixes segfault).Brian Paul1-28/+41
2006-03-24lots of debug options, some code movement, etcBrian Paul1-30/+92
2006-03-06Display the correct bug number in the information text.Ian Romanick1-2/+2
2006-03-06Don't try to bind to proxy texture target. This is defined by the spec to beIan Romanick1-5/+3
2006-03-04Build test for bugzilla #3050Ian Romanick1-0/+1
2006-03-04Test case for bugzilla #3050.Ian Romanick1-0/+164
2006-03-02test glBlitFramebufferEXT w/ -blit flagBrian Paul1-2/+33
2006-01-30updated commentBrian Paul1-6/+2
2006-01-30silence warning about duplicate M_PI definitionBrian Paul1-1/+5
2006-01-30added more tests (Pedro Maia)Brian Paul1-1/+5
2006-01-27Don't do swapbuffers if -nodraw specified. Get t0 after setup code.Brian Paul1-2/+9
2006-01-26Test glTexSubImage and glCopyTexSubImage rate.Brian Paul2-0/+344
2006-01-26copypixrate.c - measure the speed of glCopyPixels.Brian Paul2-0/+229
2005-11-17delete frame/renderbuffers upon exit, more error checkingBrian Paul1-15/+29
2005-11-16added -ds option to test GL_EXT_packed_depth_stencil with framebuffer objectsBrian Paul1-22/+76
2005-11-15Two subtle things missed on the previous commit.Ian Romanick1-1/+4
2005-11-15Add the ability for interleave to test passing invalid format enumsIan Romanick1-5/+43
2005-11-14Simple test of glInterleavedArrays functionality.Ian Romanick2-0/+366
2005-10-28Add new test "texfilt". This test is a cousin to texwrap. Instead ofIan Romanick2-3/+402
2005-10-26Add built programs to .cvsignore.Eric Anholt1-0/+52
2005-10-26Add a fog mode (normal and fog_coord, leaner/exp/exp2 mode) testing program IEric Anholt2-0/+200
2005-10-08Query/print GL_RED/GREEN/BLUE/ALPHA_BITSBrian Paul1-0/+8
2005-10-04glBindTexture changes, new assertionsBrian Paul1-2/+6
2005-10-04fix glIsRender/FramebufferEXT() assertionsBrian Paul2-5/+5
2005-09-23 Committing in .Jouk Jansen1-1/+1
2005-09-15silence warningBrian Paul1-1/+2
2005-09-10new demo to test ATI_fragment_shader, not very creative but easy to know if t...Roland Scheidegger2-0/+478
2005-08-25make tiles a little smaller so they're all visibleBrian Paul1-10/+11
2005-08-18Add simple regression test for bugzilla #3195.Ian Romanick2-0/+282
2005-08-15test the standard stencil op modes too (Philipp Klaus Krause)Brian Paul1-50/+141
2005-07-07Put back the glPopMatrix. This test was derived from blendminmax.c.Ian Romanick1-0/+2
2005-07-07Correct the comments in the file headers. Oops.Ian Romanick1-6/+6
2005-07-07Add regression test for bug #3101.Ian Romanick2-0/+127