summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)Author
2008-10-20mesa: more test options in progs/demos/textures.cBrian Paul
2008-10-17Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul
2008-10-17mesa: redraw upon keypress in trivial/tri.cBrian Paul
2008-10-15mesa: revert accidental change to fslight.c demoBrian Paul
2008-10-15Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell
2008-10-14trivial: more vp testsKeith Whitwell
2008-10-14vp: add simple vertex transform testKeith Whitwell
2008-10-10replace 1.0/sqrt() with inversesqrt()Brian Paul
2008-10-10Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell
2008-10-09mesa: toggle colormask values with r/g/b keys in tri-mask-tri.cBrian Paul
2008-10-09mesa: simple multiple textures testBrian Paul
2008-10-07mesa: use the shaderutil.c helper functionsBrian Paul
2008-10-07Progs: hook the glsl identity example into the makefile.Stephane Marchesin
2008-10-07Progs: add a trivial glsl test, useful for gallium driver bringup/debug.Stephane Marchesin
2008-10-07trivial: add more vp testsKeith Whitwell
2008-10-07trivial: exercise vertprog sligtlyKeith Whitwell
2008-09-26link EGL demos with -lGLAlan Hourihane
2008-09-21Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell
2008-09-19mesa: Update ignores a bitJakob Bornecrantz
2008-09-18CELL: mark several transient files as .gitignoreRobert Ellison
2008-09-18destroy window on exitBrian Paul
2008-09-18Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell
2008-09-18Merge commit 'origin/master' into gallium-0.2Keith Whitwell
2008-09-18progs/fp: Add a bit of local variable testing to fp-triJakob Bornecrantz
2008-09-17egl: print multisample infoBrian Paul
2008-09-17cell: dump generated code if CELL_DEBUG=asmBrian Paul
2008-09-15add dlist-degenerate test caseKeith Whitwell
2008-09-13negate.txt - test negation of a src regBrian Paul
2008-09-13remove invalid XDestroyWindow() callGuillaume Melquiond
2008-09-13silence warningGuillaume Melquiond
2008-09-12Makefile was previously checked in with merge diffs still present. I just s...Jonathan White
2008-09-12simple add with swizzle and mul with swizzle testsBrian Paul
2008-09-12vp: add run scriptKeith Whitwell
2008-09-12Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell
2008-09-12fp: put test name in window title, add run scriptKeith Whitwell
2008-09-12use APP_CC, remove redundant targetKeith Whitwell
2008-09-11use APP_CCBrian Paul
2008-09-11trivial: remove stray merge conflictKeith Whitwell
2008-09-11demos: fix LIBS ref in makefileKeith Whitwell
2008-09-11Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell
2008-09-11define new APP_CC configuration variable for building apps/demos/testsBrian Paul
2008-09-11simple quad drawing testBrian Paul
2008-09-11press 'c' to toggle Z clear value between 0/1Brian Paul
2008-09-11press 'f' to cycle through depth test funcsBrian Paul
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell
2008-08-28mesa: added test for very long fixed-function vertex programsBrian Paul
2008-08-20use ftransform()Brian Paul
2008-08-19Add NV_vertex_program specific tests.Michal Krol
2008-08-19Add support for NVIDIA programs.Michal Krol
2008-08-19Port vp to Windows.Michal Krol