summaryrefslogtreecommitdiff
path: root/progs/tests
AgeCommit message (Expand)AuthorFilesLines
2007-09-28add support for LDFLAGS env varDan Nicholson1-12/+12
2007-03-26merge of glsl-compiler-1 branchBrian2-0/+307
2007-03-25destroy window on exitBrian1-1/+3
2007-03-12extra stuff for drawbuffers testBrian1-0/+8
2007-03-11added drawbuffers.cBrian1-0/+1
2007-03-11Test the GL_ARB_draw_buffers extension.Brian1-0/+298
2007-03-06destroy window during cleanupBrian2-2/+7
2007-03-01fix clipping, display name, warningsBrian1-10/+12
2006-12-14mipmap_limits: Fix display of current texture filtering mode.Michel Dänzer1-1/+1
2006-12-06Make git ignore files only generated at build time.Michel Dänzer1-0/+0
2006-11-22fix the gl version testRoland Scheidegger1-4/+4
2006-11-02test OpenGL 2.0 stencil funcsBrian Paul1-5/+83
2006-09-15npot version of redbook/mipmap.cKeith Whitwell2-0/+185
2006-08-30make prog2 a legal program (texture reference fix)Brian Paul1-1/+1
2006-08-25delete buffers, destroy window upon exitBrian Paul1-1/+13
2006-08-15Add test for GL_EXT_gpu_program_parameters.Ian Romanick2-0/+286
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