summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)AuthorFilesLines
2009-05-03Merge branch 'mesa_7_4_branch' of git.freedesktop.org:/git/mesa/mesa into deb...Julien Cristau2-1/+5
2009-04-24demos: ensure display lists are destroyed for next generationAlan Hourihane1-0/+4
2009-04-16demos: use larger buffer for snprintf() call, see bug 21220Brian Paul1-1/+1
2009-03-30Merge commit 'mesa_7_4' into debian-experimentalTimo Aaltonen1-1/+1
2009-03-24demos: add LDFLAGS for corender target, bug 20844Brian Paul1-1/+1
2009-03-23Merge tag 'mesa_7_4_rc1' into debian-experimentalJulien Cristau6-25/+165
2009-03-13glxgears: No, really. Fix the dyslexia. (cherry picked from commit 5b5ddfb89c...Ian Romanick1-1/+1
2009-03-13Fix dyslexia. (cherry picked from commit 9d6880ec8d4c13540452a8208ca69a58a3f8...Ian Romanick1-1/+1
2009-03-13glxgears: Log a message if synched to vblankIan Romanick1-0/+74
2009-03-11xdemos: On termination with `esc` close the contexts correctly.Alan Hourihane1-1/+1
2009-02-19demos: update multitex.c GLSL demo to use vertex arrays or glVertex-modeBrian Paul2-24/+74
2009-02-19util: added more functions to extfuncs.hBrian Paul1-0/+15
2009-02-16demos: fix glxpixmap and call glXWaitGL before calling XCopyArea.Alan Hourihane1-0/+1
2009-01-30Add back progs/fbdevJulien Cristau2-0/+653
2009-01-19tests: test pseudo-XOR blend mode.Brian Paul3-0/+443
2009-01-10Merge tag 'mesa_7_3_rc1' into debian-experimentalJulien Cristau9-20/+887
2009-01-01demos: added progs/glsl/samplers.c to test all available texture samplersBrian Paul2-0/+365
2008-12-30demos: minor fixes to twoside.c glsl demoBrian Paul1-16/+28
2008-12-18demos: all glutDestroyWindow() upon exit to test query object clean-upBrian Paul1-2/+3
2008-12-17demos: add test of vertex-only and fragment-only shader programsBrian Paul2-0/+200
2008-12-17util: check for frag/vertShader=0 before attachingBrian Paul1-2/+7
2008-12-15demos: updated tests/floattex.c (doesn't work just yet).Brian Paul2-46/+136
2008-12-13Fix silly type mismatch error in multinoise demo.Gary Wong1-4/+8
2008-12-13Add "multinoise" demo, to test 1/2/3/4 dimensional noise.Gary Wong3-0/+279
2008-12-13Ensure p.w is initialised in noise demo.Gary Wong1-0/+1
2008-12-09delete progs/trivial/Timo Aaltonen1-153/+0
2008-12-09Merge commit 'origin/debian-experimental' into debian-experimentalTimo Aaltonen317-54335/+0
2008-12-03demos: added simple vertex shader texture test.Brian2-1/+287
2008-11-26demos: press SPACE to toggle fbo_firecube animationBrian Paul1-3/+12
2008-11-21added progs/demos/fragcoord.c - tests gl_FragCoord attribute in fragment shaderBrian Paul2-0/+193
2008-11-12Add glsync demo program from jbarnes for testing vblank synchronization.Eric Anholt3-0/+275
2008-11-11mesa: fix version check in dinoshade.cBrian Paul1-1/+1
2008-11-10undo accidental changes to multitex.frag shaderBrian Paul1-22/+2
2008-11-04added glsl/skinning.c test to test matrix blending/weightingBrian Paul5-2/+340
2008-11-04print err msg if unable to open shader fileBrian Paul1-0/+1
2008-11-04remove old debug glFlush/Finish calls from demosBrian Paul4-9/+0
2008-10-16glxswapcontrol: added -fullscreen optionBrian Paul1-14/+77
2008-10-16glxgears: for fullscreen, disable window borders the right wayBrian Paul1-2/+50
2008-09-23Merge commit 'mesa_7_2' into debian-experimentalTimo Aaltonen2-2/+1
2008-09-21Remove CVS keywords.Keith Whitwell26-30/+0
2008-09-15add dlist-degenerate test caseKeith Whitwell2-0/+154
2008-09-13remove invalid XDestroyWindow() callGuillaume Melquiond1-1/+0
2008-09-13silence warningGuillaume Melquiond1-1/+1
2008-09-13remove invalid XDestroyWindow() callGuillaume Melquiond1-1/+0
2008-09-13silence warningGuillaume Melquiond1-1/+1
2008-08-24Merge branch 'mesa_7_2_branch' of git.freedesktop.org:/git/mesa/mesa into deb...Julien Cristau2-7/+10
2008-08-20use ftransform()Brian Paul1-1/+1
2008-08-16added test for ARB GLSL extensionsCorbin Simpson1-6/+9
2008-08-16Merge tag 'mesa_7_1_rc4' into debian-experimentalJulien Cristau32-87/+1840
2008-08-16fix convolutions test to consistanty use the ARB shader extension functionsBrian Paul1-13/+28