summaryrefslogtreecommitdiff
path: root/progs/tests
AgeCommit message (Expand)Author
2008-05-08disable GL_DEPTH_TEST before glDrawPixels in case window has unrequested dept...Brian Paul
2008-05-07Never fail `make clean'Dan Nicholson
2008-05-03Press <space> to reset limit/bias values, clean-up limit/bias printfBrian Paul
2008-03-27Add a couple of test apps for line/unfilled polygon clipping.Eric Anholt
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
2008-02-04Include glext.h in the cva test so that it actually uses CVAs.Eric Anholt
2008-01-01Convert to 0/1 when setting boolean uniformsBruce Merry
2008-01-01Add a test program to test for assorted bugs in shader_api.cBruce Merry
2007-12-11add simple test for two-sided stencil functionalityRoland Scheidegger
2007-12-04added culling/wireframe optionsBrian
2007-11-22Print point/line size range limitsBrian
2007-11-09test that point/line/quad rendering hits the right pixelsBrian
2007-10-30test glStencilFuncSeparateATI()Brian
2007-10-29specify app lib dependencies in Makefiles (patch 1/3)Dan Nicholson
2007-10-10Ignore more generated files in progs/Dan Nicholson
2007-09-28add support for LDFLAGS env varDan Nicholson
2007-09-24Fix progs/tests/ build with BSD make.Eric Anholt
2007-09-24Update .gitignore for tests and xdemos.Eric Anholt
2007-09-24Just use stddef.h to get ptrdiff_t instead of obsolete malloc.h.Eric Anholt
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