summaryrefslogtreecommitdiff
path: root/progs/tests
AgeCommit message (Expand)Author
2008-02-20Test calling glTexSubImage2D mid-way through a frame.Brian
2008-02-16Added minmag.c testBrian
2008-02-12Fix broken test.Brian
2008-02-12Set Min/MaxLod with glTexParameterf, not glTexParameteriBrian
2008-02-12tweak incr/decrements amounts for keyboard optionsBrian
2007-10-29Rename 'mms-config.' to 'mms.config'.Michal Krol
2007-06-21Random state-change / primitive rendering. Good for hammering on a driver...Brian
2007-06-08fix glReadPixels parameters to handle odd-width windows correctlyBrian
2007-06-08disable shader program before glDrawPixelsBrian
2007-05-16Add simple program to test GL_MESA_texture_array.Ian Romanick
2007-03-26merge of glsl-compiler-1 branchBrian
2007-03-25destroy window on exitBrian
2007-03-12extra stuff for drawbuffers testBrian
2007-03-11added drawbuffers.cBrian
2007-03-11Test the GL_ARB_draw_buffers extension.Brian
2007-03-06destroy window during cleanupBrian
2007-03-01fix clipping, display name, warningsBrian
2006-12-14mipmap_limits: Fix display of current texture filtering mode.Michel Dänzer
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