summaryrefslogtreecommitdiff
path: root/progs/tests
AgeCommit message (Expand)AuthorFilesLines
2008-07-01press 'm' to toggle multisample enable/disableBrian Paul1-2/+10
2008-05-08disable GL_DEPTH_TEST before glDrawPixels in case window has unrequested dept...Brian Paul1-0/+1
2008-05-07Never fail `make clean'Dan Nicholson1-3/+3
2008-05-03Press <space> to reset limit/bias values, clean-up limit/bias printfBrian Paul1-7/+25
2008-03-27Add a couple of test apps for line/unfilled polygon clipping.Eric Anholt4-0/+384
2008-02-16Added minmag.c testBrian2-0/+199
2008-02-12Fix broken test.Brian1-17/+40
2008-02-12Set Min/MaxLod with glTexParameterf, not glTexParameteriBrian1-2/+2
2008-02-12tweak incr/decrements amounts for keyboard optionsBrian1-6/+6
2008-02-04Include glext.h in the cva test so that it actually uses CVAs.Eric Anholt1-1/+1
2008-01-01Convert to 0/1 when setting boolean uniformsBruce Merry1-1/+40
2008-01-01Add a test program to test for assorted bugs in shader_api.cBruce Merry3-0/+302
2007-12-11add simple test for two-sided stencil functionalityRoland Scheidegger2-0/+300
2007-12-04added culling/wireframe optionsBrian1-13/+57
2007-11-22Print point/line size range limitsBrian1-1/+11
2007-11-09test that point/line/quad rendering hits the right pixelsBrian2-0/+201
2007-10-30test glStencilFuncSeparateATI()Brian1-0/+26
2007-10-29specify app lib dependencies in Makefiles (patch 1/3)Dan Nicholson1-1/+1
2007-10-10Ignore more generated files in progs/Dan Nicholson1-3/+3
2007-09-28add support for LDFLAGS env varDan Nicholson1-6/+6
2007-09-24Fix progs/tests/ build with BSD make.Eric Anholt1-18/+16
2007-09-24Update .gitignore for tests and xdemos.Eric Anholt1-0/+22
2007-09-24Just use stddef.h to get ptrdiff_t instead of obsolete malloc.h.Eric Anholt3-15/+3
2007-06-21Random state-change / primitive rendering. Good for hammering on a driver...Brian2-0/+458
2007-06-08fix glReadPixels parameters to handle odd-width windows correctlyBrian1-2/+3
2007-06-08disable shader program before glDrawPixelsBrian1-6/+10
2007-05-16Add simple program to test GL_MESA_texture_array.Ian Romanick2-0/+344
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