summaryrefslogtreecommitdiffstats
path: root/progs/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'origin/master' into gallium-0.2Brian Paul2008-11-111-1/+1
|\
| * mesa: fix version check in dinoshade.cBrian Paul2008-11-111-1/+1
| * Remove CVS keywords.Keith Whitwell2008-09-2112-13/+0
* | CELL: two-sided stencil fixesRobert Ellison2008-11-111-2/+0
* | Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-09-211-1/+4
|\ \
| * | destroy window on exitBrian Paul2008-09-181-1/+4
* | | Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-09-112-20/+279
|\ \ \ | |/ /
| * | define new APP_CC configuration variable for building apps/demos/testsBrian Paul2008-09-111-20/+20
| * | simple quad drawing testBrian Paul2008-09-112-0/+259
* | | Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-1123-122/+1761
|\ \ \ | |/ / | | / | |/ |/|
| * tests: Added a test for a strange bug in texstore_a8Jakob Bornecrantz2008-06-183-0/+196
| * Remove CVS keywords.José Fonseca2008-05-2612-13/+0
| * Merge branch 'gallium-0.1' into gallium-tex-surfacesMichel Dänzer2008-05-211-2/+31
| |\
| | * add new binaries to ignore to make 'git status' cleanerZack Rusin2008-05-201-1/+22
| | * Ignore more generated files in progs/Dan Nicholson2008-05-201-1/+9
| * | disable GL_DEPTH_TEST before glDrawPixels in case window has unrequested dept...Brian Paul2008-05-081-0/+1
| |/
| * Press <space> to reset limit/bias values, clean-up limit/bias printfBrian Paul2008-05-031-7/+25
| * set TextureID = NULL after deleting the arrayBrian Paul2008-05-021-0/+1
| * mesa: explicitly delete textures before creating new onesBrian Paul2008-04-281-1/+12
| * mesa: new Z-compositing test (glDrawPixels(GL_DEPTH) + stencil)Brian Paul2008-04-112-0/+224
| * mesa: add a new test for glDrawPixels(GL_DEPTH_COMPONENT)Brian Paul2008-04-102-0/+193
| * test glStencilFuncSeparateATI()Brian2008-04-041-0/+26
| * mesa: added a cast to avoid int overflow, plus rename texels->pixelsBrian2008-04-011-4/+4
| * mesa: measure fill rate for drawing a large quad with basic shading/texture m...Brian2008-04-012-0/+211
| * mesa: minor code re-orgBrian Paul2008-03-211-24/+39
| * better text labelsBrian Paul2008-03-191-9/+16
| * mesa: new mipmap generation, lod bias demoBrian Paul2008-03-172-0/+250
| * Added calibrate_rast.c programBrian2008-02-282-0/+396
| * Remove files of unsupported build systems.José Fonseca2008-02-251-84/+0
| * Test calling glTexSubImage2D mid-way through a frame.Brian2008-02-202-0/+224
| * Added minmag.c testBrian2008-02-162-0/+199
| * Fix broken test.Brian2008-02-121-17/+40
| * Set Min/MaxLod with glTexParameterf, not glTexParameteriBrian2008-02-121-2/+2
| * tweak incr/decrements amounts for keyboard optionsBrian2008-02-121-6/+6
| * Rename 'mms-config.' to 'mms.config'.Michal Krol2007-10-291-1/+1
* | press 'm' to toggle multisample enable/disableBrian Paul2008-07-011-2/+10
* | disable GL_DEPTH_TEST before glDrawPixels in case window has unrequested dept...Brian Paul2008-05-081-0/+1
* | Never fail `make clean'Dan Nicholson2008-05-071-3/+3
* | Press <space> to reset limit/bias values, clean-up limit/bias printfBrian Paul2008-05-031-7/+25
* | Add a couple of test apps for line/unfilled polygon clipping.Eric Anholt2008-03-274-0/+384
* | Added minmag.c testBrian2008-02-162-0/+199
* | Fix broken test.Brian2008-02-121-17/+40
* | Set Min/MaxLod with glTexParameterf, not glTexParameteriBrian2008-02-121-2/+2
* | tweak incr/decrements amounts for keyboard optionsBrian2008-02-121-6/+6
* | Include glext.h in the cva test so that it actually uses CVAs.Eric Anholt2008-02-041-1/+1
* | Convert to 0/1 when setting boolean uniformsBruce Merry2008-01-011-1/+40
* | Add a test program to test for assorted bugs in shader_api.cBruce Merry2008-01-013-0/+302
* | add simple test for two-sided stencil functionalityRoland Scheidegger2007-12-112-0/+300
* | added culling/wireframe optionsBrian2007-12-041-13/+57
* | Print point/line size range limitsBrian2007-11-221-1/+11