summaryrefslogtreecommitdiff
path: root/progs/tests
AgeCommit message (Expand)Author
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell
2008-07-01press 'm' to toggle multisample enable/disableBrian Paul
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-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-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-27Add a couple of test apps for line/unfilled polygon clipping.Eric Anholt
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-16Added minmag.c testBrian
2008-02-12Fix broken test.Brian
2008-02-12Fix broken test.Brian
2008-02-12Set Min/MaxLod with glTexParameterf, not glTexParameteriBrian
2008-02-12Set Min/MaxLod with glTexParameterf, not glTexParameteriBrian
2008-02-12tweak incr/decrements amounts for keyboard optionsBrian
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-29Rename 'mms-config.' to 'mms.config'.Michal Krol
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