summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Collapse)Author
2009-04-18demos: move demos/texobj.c to tests/Brian Paul
2009-04-18demos: move demos/occlude.c (old HP extension) to testsBrian Paul
2009-04-18demos: move tests/dinoshade.c to demos/Brian Paul
2009-04-18demos: move tests/projtex.c to demos/Brian Paul
And fix compiler warnings.
2009-04-18demos: move tests/fbotexture.c to demos/Brian Paul
2009-04-18demos: move texdown.c to tests/Brian Paul
2009-04-18demos: move glutfx demo to tests/Brian Paul
2009-04-18demos: move streaming_rect.c demo to tests/Brian Paul
2009-04-18demos: move glslnoise.c demo to glsl/noise2.cBrian Paul
2009-04-18demos: fix incorrect assertionBrian Paul
2009-04-18demos: fix usage textBrian Paul
2009-04-17demos: new glsl/array.c demoBrian Paul
Test variable indexing into a uniform array in a vertex shader.
2009-04-17demos: move glewInit() call, fixes crash/bug 21247Brian Paul
2009-04-17demos: move glewInit() after glutCreateWindow()Brian Paul
Fixes segfault. See bug 21239. However, the demo doesn't render properly. Probably a bug in the GL_ATI_fragment_shader code.
2009-04-16demos: set init window size, not posBrian Paul
2009-04-16demos: use larger buffer for snprintf() call, see bug 21220Brian Paul
2009-04-16Merge branch 'gallium-s3tc'José Fonseca
2009-04-15progs/tests: Make texcompress2 get textureJakob Bornecrantz
2009-04-15tests: another extended swizzle testBrian Paul
2009-04-10wgl: Note down the gallium pixel formats, instead of re-guessing them.José Fonseca
2009-04-10mesa: asst. progs/test/Makefile filesBrian Paul
2009-04-10progs: Port glxinfo to wgl.José Fonseca
2009-04-09demos: fix aspect ratio in Reshape()Brian Paul
2009-04-02progs: IgnoresJakob Bornecrantz
2009-04-01demos: added progs/glsl/linktest.c to test linking of separate compilation unitsBrian Paul
2009-03-25progs/vp: more psiz testsKeith Whitwell
2009-03-24demos: add LDFLAGS for corender target, bug 20844Brian Paul
2009-03-24progs/vp: add pointsize + clamp testKeith Whitwell
2009-03-24progs/trivial: add fflushes for cygwinKeith Whitwell
2009-03-24progs/trivial: draw non-interleaved arrays out of one vboKeith Whitwell
2009-03-24progs/tests: Build texcompress2 with sconsJakob Bornecrantz
2009-03-23vpglsl: add missing SConscriptKeith Whitwell
2009-03-23progs/fp: pass texcoord to triangle, add a test shaderKeith Whitwell
2009-03-20progs/wgl: Send a resize message after context have been created.Michal Krol
2009-03-20progs/wgl: Create GL context in a thread that actually uses it.Michal Krol
2009-03-20progs/wgl: Make context current to get GL_RENDERER string.Michal Krol
2009-03-19wgl: Add an `-s' option to wglthreads to force single-threaded operation.Michal Krol
2009-03-18progs: Build the wgl examples with scons.José Fonseca
2009-03-18progs/trivial: Make quad-tex-sub repeat patternsJakob Bornecrantz
2009-03-18tests: remove/update old commentsBrian Paul
2009-03-18progs/trivial: Add quad-tex-subJakob Bornecrantz
Tests glTexSubImage
2009-03-18tests: add simplest mipgen testKeith Whitwell
2009-03-18progs/tests: Update mipmap_limits to show image and colorsJakob Bornecrantz
2009-03-18progs/trivial: Add tri-fbo-tex-mipJakob Bornecrantz
Tests rendering to mip levels other then first
2009-03-17wgl: Port sharedtex_mt to WGL.Michal Krol
2009-03-17xdemos: Fix sharedtex_mt.Thomas Hellstrom
1) Don't allow multiple threads sharing current context, even if they are mutex protected. 2) Remove all XLockDisplay(), XUnLockDisplay() calls, as they were only workarounds for xcb. Signed-off-by: Thomas Hellstrom <thellstrom-at-vmware-dot-com>
2009-03-16progs/trivial: IgnoresJakob Bornecrantz
2009-03-16progs/tests: IgnoresJakob Bornecrantz
2009-03-16progs: Try to read the texture from the current dir, if full path fails.José Fonseca
2009-03-16wgl: Port glthreads to WGL.Michal Krol