summaryrefslogtreecommitdiff
path: root/progs/tests
AgeCommit message (Expand)Author
2006-12-06Make git ignore files only generated at build time.Michel Dänzer
2006-11-22fix the gl version testRoland Scheidegger
2006-11-02test OpenGL 2.0 stencil funcsBrian Paul
2006-09-15npot version of redbook/mipmap.cKeith Whitwell
2006-08-30make prog2 a legal program (texture reference fix)Brian Paul
2006-08-25delete buffers, destroy window upon exitBrian Paul
2006-08-15Add test for GL_EXT_gpu_program_parameters.Ian Romanick
2006-06-21exercise min/max lodKeith Whitwell
2006-06-21exercise position invarient vertex programKeith Whitwell
2006-06-13removed incorrect const qualifierBrian Paul
2006-06-12Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick
2006-05-31fix extension_supported() function, added commentsBrian Paul
2006-05-19print 2D vs 3D in windowBrian Paul
2006-05-19also test 3D textures (press '2'/'3' to toggle)Brian Paul
2006-05-11simplify image setup code, added LOD Bias control (l/L keys)Brian Paul
2006-05-10simple texture compression testBrian Paul
2006-05-10Test program for exercising GL_TEXTURE_BASE_LEVEL and GL_TEXTURE_MAX_LEVEL.Brian Paul
2006-04-28fptest1 requires GL_NV_fragment_programTilman Sauerbeck
2006-04-21fix indentationBrian Paul
2006-04-21use vertex.attrib[3] instead of vertex.colorBrian Paul
2006-04-21s/NV/ARB/Brian Paul
2006-04-14another simple FBO testBrian Paul
2006-04-14test glReadPixels speed w/ various formats/types, PBOsBrian Paul
2006-04-13If the image file is RGB, convert to RGBA (fixes segfault).Brian Paul
2006-03-24lots of debug options, some code movement, etcBrian Paul
2006-03-06Display the correct bug number in the information text.Ian Romanick
2006-03-06Don't try to bind to proxy texture target. This is defined by the spec to beIan Romanick
2006-03-04Build test for bugzilla #3050Ian Romanick
2006-03-04Test case for bugzilla #3050.Ian Romanick
2006-03-02test glBlitFramebufferEXT w/ -blit flagBrian Paul
2006-01-30updated commentBrian Paul
2006-01-30silence warning about duplicate M_PI definitionBrian Paul
2006-01-30added more tests (Pedro Maia)Brian Paul
2006-01-27Don't do swapbuffers if -nodraw specified. Get t0 after setup code.Brian Paul
2006-01-26Test glTexSubImage and glCopyTexSubImage rate.Brian Paul
2006-01-26copypixrate.c - measure the speed of glCopyPixels.Brian Paul
2005-11-17delete frame/renderbuffers upon exit, more error checkingBrian Paul
2005-11-16added -ds option to test GL_EXT_packed_depth_stencil with framebuffer objectsBrian Paul
2005-11-15Two subtle things missed on the previous commit.Ian Romanick
2005-11-15Add the ability for interleave to test passing invalid format enumsIan Romanick
2005-11-14Simple test of glInterleavedArrays functionality.Ian Romanick
2005-10-28Add new test "texfilt". This test is a cousin to texwrap. Instead ofIan Romanick
2005-10-26Add built programs to .cvsignore.Eric Anholt
2005-10-26Add a fog mode (normal and fog_coord, leaner/exp/exp2 mode) testing program IEric Anholt
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-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