summaryrefslogtreecommitdiff
path: root/progs/tests
AgeCommit message (Expand)AuthorFilesLines
2008-05-26Remove CVS keywords.José Fonseca12-13/+0
2008-05-21Merge branch 'gallium-0.1' into gallium-tex-surfacesMichel Dänzer1-2/+31
2008-05-20add new binaries to ignore to make 'git status' cleanerZack Rusin1-1/+22
2008-05-20Ignore more generated files in progs/Dan Nicholson1-1/+9
2008-05-08disable GL_DEPTH_TEST before glDrawPixels in case window has unrequested dept...Brian Paul1-0/+1
2008-05-03Press <space> to reset limit/bias values, clean-up limit/bias printfBrian Paul1-7/+25
2008-05-02set TextureID = NULL after deleting the arrayBrian Paul1-0/+1
2008-04-28mesa: explicitly delete textures before creating new onesBrian Paul1-1/+12
2008-04-11mesa: new Z-compositing test (glDrawPixels(GL_DEPTH) + stencil)Brian Paul2-0/+224
2008-04-10mesa: add a new test for glDrawPixels(GL_DEPTH_COMPONENT)Brian Paul2-0/+193
2008-04-04test glStencilFuncSeparateATI()Brian1-0/+26
2008-04-01mesa: added a cast to avoid int overflow, plus rename texels->pixelsBrian1-4/+4
2008-04-01mesa: measure fill rate for drawing a large quad with basic shading/texture m...Brian2-0/+211
2008-03-21mesa: minor code re-orgBrian Paul1-24/+39
2008-03-19better text labelsBrian Paul1-9/+16
2008-03-17mesa: new mipmap generation, lod bias demoBrian Paul2-0/+250
2008-02-28Added calibrate_rast.c programBrian2-0/+396
2008-02-25Remove files of unsupported build systems.José Fonseca1-84/+0
2008-02-20Test calling glTexSubImage2D mid-way through a frame.Brian2-0/+224
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
2007-10-29Rename 'mms-config.' to 'mms.config'.Michal Krol1-1/+1
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