summaryrefslogtreecommitdiffstats
path: root/progs/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: add new mapbufrange.c test to test GL_ARB_map_buffer_rangeBrian Paul2009-03-042-1/+206
* demos: fix renderbuffer leak in progs/tests/fbotexture.cBrian Paul2009-02-271-10/+21
* tests: new mapvbo.c testBrian Paul2009-02-272-0/+139
* demos: add a fourth test case to VBO test for position/color in different VBOsBrian Paul2009-02-261-15/+74
* demos: minor updates for shader_api.c testBrian Paul2009-02-111-4/+4
* mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul2009-02-0914-127/+2039
|\
| * Merge commit 'origin/master' into gallium-0.2Alan Hourihane2009-01-223-0/+443
| |\
| * \ Merge commit 'origin/master' into gallium-0.2Brian Paul2008-12-162-46/+136
| |\ \
| * \ \ Merge commit 'origin/master' into gallium-0.2Brian Paul2008-11-111-1/+1
| |\ \ \
| * | | | 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
* | | | | | 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