summaryrefslogtreecommitdiffstats
path: root/progs/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | 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
* | | | | | demos: modify bufferobj.c to exercise interleaved vertex arraysBrian Paul2009-02-031-13/+23
* | | | | | demos: revamp the fbotexture.c demoBrian Paul2009-01-221-113/+268
* | | | | | demos: updated FBO tests to for ARB_fboBrian Paul2009-01-222-7/+15
| |_|_|_|/ |/| | | |
* | | | | tests: test pseudo-XOR blend mode.Brian Paul2009-01-193-0/+443
| |_|_|/ |/| | |
* | | | demos: updated tests/floattex.c (doesn't work just yet).Brian Paul2008-12-152-46/+136
| |_|/ |/| |
* | | mesa: fix version check in dinoshade.cBrian Paul2008-11-111-1/+1
* | | Remove CVS keywords.Keith Whitwell2008-09-2112-13/+0
|/ /
* | 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
* | test that point/line/quad rendering hits the right pixelsBrian2007-11-092-0/+201
* | test glStencilFuncSeparateATI()Brian2007-10-301-0/+26
* | specify app lib dependencies in Makefiles (patch 1/3)Dan Nicholson2007-10-291-1/+1
* | Ignore more generated files in progs/Dan Nicholson2007-10-101-3/+3
* | add support for LDFLAGS env varDan Nicholson2007-09-281-6/+6
* | Fix progs/tests/ build with BSD make.Eric Anholt2007-09-241-18/+16
* | Update .gitignore for tests and xdemos.Eric Anholt2007-09-241-0/+22
* | Just use stddef.h to get ptrdiff_t instead of obsolete malloc.h.Eric Anholt2007-09-243-15/+3
|/