summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-12Added colormask, dither, multisample state. Implement colormasking stage.Brian1-2/+4
2007-07-11Improve this demo in a few ways.Brian1-12/+22
2007-07-11remove glDepthFunc(GL_LEQUAL) change from prev commitBrian1-8/+0
2007-07-10clean-up, commentsBrian2-30/+18
2007-07-10press 'f' to toggle GL_CCW/GL_CW front faceBrian1-18/+14
2007-07-10use 'c' to cycle through polygon cull modesBrian1-24/+54
2007-07-10use cursor keys to translate triangleBrian1-12/+33
2007-07-06call glutInit(), bug 11486Xavier Bachelot5-7/+6
2007-07-06Merge branch 'master' of git+ssh://michal@git.freedesktop.org/git/mesa/mesa i...michal9-78/+1580
2007-07-04support more modes, added -f cmd line optionBrian1-15/+90
2007-06-28use larger point/sprite sizeBrian1-11/+11
2007-06-25better triangle Z coordsBrian1-4/+4
2007-06-21Random state-change / primitive rendering. Good for hammering on a driver...Brian2-0/+458
2007-06-20triangles w/ depth testBrian2-0/+132