summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)AuthorFilesLines
2008-04-01mesa: measure fill rate for drawing a large quad with basic shading/texture m...Brian2-0/+211
2008-04-01mesa: destroy window upon exitBrian1-1/+4
2008-03-24mesa: call glutDestroyWindow (help find mem leaks)Brian Paul1-1/+4
2008-03-21mesa: minor code re-orgBrian Paul1-24/+39
2008-03-19better text labelsBrian Paul1-9/+16
2008-03-17mesa: new mipmap generation, lod bias demoBrian Paul2-0/+250
2008-03-14mesa: call glColorMask(1,1,1,1) before glClear()Brian Paul1-0/+4
2008-02-28Added calibrate_rast.c programBrian2-0/+396
2008-02-28Convert crlf->lf line endings.José Fonseca3-515/+515
2008-02-25Added line smooth testBrian2-0/+173
2008-02-25Remove files of unsupported build systems.José Fonseca6-477/+0
2008-02-25Update git ignores.José Fonseca1-0/+1
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