summaryrefslogtreecommitdiff
path: root/progs/tests
AgeCommit message (Expand)Author
2008-06-18tests: Added a test for a strange bug in texstore_a8Jakob Bornecrantz
2008-05-26Remove CVS keywords.José Fonseca
2008-05-21Merge branch 'gallium-0.1' into gallium-tex-surfacesMichel Dänzer
2008-05-20add new binaries to ignore to make 'git status' cleanerZack Rusin
2008-05-20Ignore more generated files in progs/Dan Nicholson
2008-05-08disable GL_DEPTH_TEST before glDrawPixels in case window has unrequested dept...Brian Paul
2008-05-03Press <space> to reset limit/bias values, clean-up limit/bias printfBrian Paul
2008-05-02set TextureID = NULL after deleting the arrayBrian Paul
2008-04-28mesa: explicitly delete textures before creating new onesBrian Paul
2008-04-11mesa: new Z-compositing test (glDrawPixels(GL_DEPTH) + stencil)Brian Paul
2008-04-10mesa: add a new test for glDrawPixels(GL_DEPTH_COMPONENT)Brian Paul
2008-04-04test glStencilFuncSeparateATI()Brian
2008-04-01mesa: added a cast to avoid int overflow, plus rename texels->pixelsBrian
2008-04-01mesa: measure fill rate for drawing a large quad with basic shading/texture m...Brian
2008-03-21mesa: minor code re-orgBrian Paul
2008-03-19better text labelsBrian Paul
2008-03-17mesa: new mipmap generation, lod bias demoBrian Paul
2008-02-28Added calibrate_rast.c programBrian
2008-02-25Remove files of unsupported build systems.José Fonseca
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