summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)AuthorFilesLines
2009-04-21demos: check that GL version is 2.0 or higherBrian Paul1-0/+8
2009-04-21trivial/tri-viewport: add keys for frustrum/ortho and z coordinateKeith Whitwell1-43/+77
2009-04-21trivial/tri-viewport: add more out-of-bounds background quadsKeith Whitwell1-1/+27
2009-04-21trivial/tri_viewport: add space==reset keyKeith Whitwell1-1/+3
2009-04-21trivial/tri_viewport: add width/height keysKeith Whitwell1-18/+49
2009-04-20mesa/progs: fix scons build after recent demo movesKeith Whitwell2-10/+9
2009-04-20trivial/tri-viewport.c - add guide lines, more triangles, make interactiveKeith Whitwell1-14/+118
2009-04-20tests/mipmap_view: add linear/nearest keyKeith Whitwell1-2/+13
2009-04-19progs/demos: Update ignoreJakob Bornecrantz1-0/+4
2009-04-19progs/glsl: Update ignoreJakob Bornecrantz1-0/+3
2009-04-18demos: added glsl/texaaline.c program and overhaul the MakefileBrian Paul2-148/+499
2009-04-18demos: updated .gitignore listBrian Paul1-6/+3
2009-04-18demos: move demos/texobj.c to tests/Brian Paul3-1/+1
2009-04-18demos: move demos/occlude.c (old HP extension) to testsBrian Paul1-0/+0
2009-04-18demos: move tests/dinoshade.c to demos/Brian Paul3-4/+4
2009-04-18demos: move tests/projtex.c to demos/Brian Paul3-32/+30
2009-04-18demos: move tests/fbotexture.c to demos/Brian Paul3-1/+1
2009-04-18demos: move texdown.c to tests/Brian Paul3-1/+1
2009-04-18demos: move glutfx demo to tests/Brian Paul3-1/+1
2009-04-18demos: move streaming_rect.c demo to tests/Brian Paul3-1/+1
2009-04-18demos: move glslnoise.c demo to glsl/noise2.cBrian Paul3-1/+8
2009-04-18demos: fix incorrect assertionBrian Paul1-1/+1
2009-04-18demos: fix usage textBrian Paul1-1/+1
2009-04-17demos: new glsl/array.c demoBrian Paul2-0/+269
2009-04-17demos: move glewInit() call, fixes crash/bug 21247Brian Paul1-1/+1
2009-04-17demos: move glewInit() after glutCreateWindow()Brian Paul1-1/+1
2009-04-16demos: set init window size, not posBrian Paul1-1/+1
2009-04-16demos: use larger buffer for snprintf() call, see bug 21220Brian Paul1-1/+1
2009-04-16Merge branch 'gallium-s3tc'José Fonseca1-2/+21
2009-04-15progs/tests: Make texcompress2 get textureJakob Bornecrantz1-2/+21
2009-04-15tests: another extended swizzle testBrian Paul1-0/+5
2009-04-10wgl: Note down the gallium pixel formats, instead of re-guessing them.José Fonseca1-4/+4
2009-04-10mesa: asst. progs/test/Makefile filesBrian Paul1-3/+3
2009-04-10progs: Port glxinfo to wgl.José Fonseca2-0/+739
2009-04-09demos: fix aspect ratio in Reshape()Brian Paul1-1/+2
2009-04-02progs: IgnoresJakob Bornecrantz3-0/+7
2009-04-01demos: added progs/glsl/linktest.c to test linking of separate compilation unitsBrian Paul2-0/+265
2009-03-25progs/vp: more psiz testsKeith Whitwell2-0/+15
2009-03-24demos: add LDFLAGS for corender target, bug 20844Brian Paul1-1/+1
2009-03-24progs/vp: add pointsize + clamp testKeith Whitwell1-0/+9
2009-03-24progs/trivial: add fflushes for cygwinKeith Whitwell115-0/+116
2009-03-24progs/trivial: draw non-interleaved arrays out of one vboKeith Whitwell3-0/+262
2009-03-24progs/tests: Build texcompress2 with sconsJakob Bornecrantz2-1/+1
2009-03-23vpglsl: add missing SConscriptKeith Whitwell1-0/+13
2009-03-23progs/fp: pass texcoord to triangle, add a test shaderKeith Whitwell3-0/+14
2009-03-20progs/wgl: Send a resize message after context have been created.Michal Krol1-0/+2
2009-03-20progs/wgl: Create GL context in a thread that actually uses it.Michal Krol1-30/+35
2009-03-20progs/wgl: Make context current to get GL_RENDERER string.Michal Krol1-0/+2
2009-03-19wgl: Add an `-s' option to wglthreads to force single-threaded operation.Michal Krol1-22/+43
2009-03-18progs: Build the wgl examples with scons.José Fonseca2-0/+24