summaryrefslogtreecommitdiff
path: root/progs/trivial
AgeCommit message (Expand)Author
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell
2008-07-30Always pass CFLAGS when compiling or linking demosGuillaume Melquiond
2008-06-16git: Updated .gitignore filesJakob Bornecrantz
2008-06-13trivial: Update clear-undefinedJakob Bornecrantz
2008-06-13trival: Added test for undefined context of bufferJakob Bornecrantz
2008-06-11trivial: add test for integer vertex arraysKeith Whitwell
2008-06-10trivial: add trifan testsKeith Whitwell
2008-06-10trivial: add poly-flat-clip testsKeith Whitwell
2008-06-10trivial: add tristrip-flat to makefileKeith Whitwell
2008-05-20add new binaries to ignore to make 'git status' cleanerZack Rusin
2008-05-16mesa: call glutDestroyWindow() on exit to help find mem leaksBrian Paul
2008-05-08call glutDestroyWindow()Brian Paul
2008-05-07Never fail `make clean'Dan Nicholson
2008-04-24trivial: simple edgeflag testKeith Whitwell
2008-04-23mesa: add dedicated point-wide-smooth test, restore original tri.c as tri-orig.cKeith Whitwell
2008-04-04mesa: add missing glPush/PopMatrix() callsBrian
2008-04-04mesa: add missing glPush/PopMatrix() callsBrian
2008-04-04mesa: add missing glPush/PopMatrix() callsBrian
2008-04-04mesa: add missing glPush/PopMatrix() callsBrian
2008-03-14mesa: call glColorMask(1,1,1,1) before glClear()Brian Paul
2008-02-25Added line smooth testBrian
2008-02-25Update git ignores.José Fonseca
2008-02-14gallium: new pgon-mode.c testBrian
2008-01-17gallium: Ignore generated files.José Fonseca
2007-12-19vp-tri: match vertex/color data of other testsKeith Whitwell
2007-12-19use a depth buffer temporarilyKeith Whitwell
2007-12-10set window size to 256x256Brian
2007-12-09gallium: more trivial testsKeith Whitwell
2007-12-09gallium: remove unneeded depth bufferKeith Whitwell
2007-11-30better front-plane clip testBrian
2007-11-23better test of point attenuationBrian
2007-11-23#define GL_GLEXT_PROTOTYPES to silence warningBrian
2007-10-29specify app lib dependencies in Makefiles (patch 1/3)Dan Nicholson
2007-10-10Ignore more generated files in progs/Dan Nicholson
2007-09-28add support for LDFLAGS env varDan Nicholson
2007-09-18use perspective projection, press r/R to rotate the quadBrian
2007-08-30more usage infoBrian
2007-08-30test flat shading w/ clippingBrian
2007-08-14vars to test 1D/2D textures with linear/nearest filteringBrian
2007-08-13added pixelzoom cmd line optBrian
2007-08-13Draw white square in lower-left corner to test orientationBrian
2007-08-10glRead/DrawPixels testBrian
2007-08-10change triangle orientation, fix exit()Brian
2007-08-08increase texture size to 32x32root
2007-08-02added clear-scissor.cBrian
2007-08-02test glClear w/ scissorBrian
2007-07-24added code to test per-vertex colorsBrian
2007-07-24simple fragment shader testBrian
2007-07-13press 'f' to toggle front-face windingBrian
2007-07-13press 's' to toggle smoothingBrian