summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)AuthorFilesLines
2008-02-20Test calling glTexSubImage2D mid-way through a frame.Brian2-0/+224
2008-02-16Added minmag.c testBrian2-0/+199
2008-02-14gallium: new pgon-mode.c testBrian2-0/+137
2008-02-12Fix broken test.Brian1-17/+40
2008-02-12Set Min/MaxLod with glTexParameterf, not glTexParameteriBrian1-2/+2
2008-02-12press 0,1,2,etc keys for specific bias valuesBrian1-0/+12
2008-02-12tweak incr/decrements amounts for keyboard optionsBrian1-6/+6
2008-01-28push out far clip plane to 200Brian1-1/+1
2008-01-28Added d/D keys to change viewing distance, 'a' to toggle animationBrian1-6/+29
2008-01-17gallium: Ignore generated files.José Fonseca1-0/+101
2007-12-19vp-tri: match vertex/color data of other testsKeith Whitwell1-6/+6
2007-12-19use a depth buffer temporarilyKeith Whitwell1-2/+2
2007-12-17Add the new test program for fp's.Zack Rusin1-0/+169
2007-12-13Don't generate spurious vs, move the enable a bit to do that.Zack Rusin1-3/+3
2007-12-11Redo the fragment program examples to match vp'sZack Rusin68-3759/+148
2007-12-11Add a simple fps counter to the exampleZack Rusin1-1/+30
2007-12-10set window size to 256x256Brian1-3/+4
2007-12-09gallium: more trivial testsKeith Whitwell47-33/+6201
2007-12-09gallium: remove unneeded depth bufferKeith Whitwell2-4/+4
2007-10-29Rename 'mms-config.' to 'mms.config'.Michal Krol4-4/+4
2007-10-27Fix fragment shader.michal1-1/+1
2007-10-27Optimize fragment program.michal1-13/+20
2007-10-25Ignore generated files.José Fonseca5-3/+74
2007-10-25Implement loopsZack Rusin1-0/+7
2007-10-25Fix nested conditionalsZack Rusin3-1/+23
2007-10-25Test some functionality of vp using GLSL that pure vp isn't testing.Zack Rusin4-0/+333
2007-09-29hack in some code to test loops, breakBrian1-1/+11
2007-09-28temporary hack to test nested conditionalsBrian1-0/+14
2007-09-18use perspective projection, press r/R to rotate the quadBrian1-4/+21
2007-08-30more usage infoBrian1-0/+2
2007-08-30test flat shading w/ clippingBrian2-0/+150
2007-08-14vars to test 1D/2D textures with linear/nearest filteringBrian1-29/+27
2007-08-13added pixelzoom cmd line optBrian1-0/+5
2007-08-13Draw white square in lower-left corner to test orientationBrian1-0/+8
2007-08-10glRead/DrawPixels testBrian2-0/+89
2007-08-10change triangle orientation, fix exit()Brian1-6/+6
2007-08-08increase texture size to 32x32root1-1/+1
2007-08-07Gutsy oopses on touch of existing file. Workaround.Keith Whitwell2-0/+2
2007-08-02added clear-scissor.cBrian1-0/+1
2007-08-02test glClear w/ scissorBrian1-0/+118
2007-07-27Merge branch 'master' of git+ssh://michal@git.freedesktop.org/git/mesa/mesa i...michal3-11/+38
2007-07-26clamp float colorsBrian1-2/+5
2007-07-24added code to test per-vertex colorsBrian1-0/+5
2007-07-24simple fragment shader testBrian2-0/+213
2007-07-24fix logic error, typosBrian1-5/+4
2007-07-24Merge branch 'softpipe_0_1_branch' of git+ssh://brianp@git.freedesktop.org/gi...Brian6-19/+28
2007-07-21Fix a number of MINGW32 issuesZhang1-4/+29
2007-07-17Merge branch 'origin' into softpipe_0_1_branchKeith Whitwell6-19/+28
2007-07-13press 'f' to toggle front-face windingBrian1-4/+10
2007-07-13press 's' to toggle smoothingBrian1-0/+15