summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)Author
2008-09-18Merge commit 'origin/master' into gallium-0.2Keith Whitwell
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
2008-08-17pick first modeAlan Hourihane
2008-08-17choose a 1024x768 resolutionAlan Hourihane
2008-08-16added test for ARB GLSL extensionsCorbin Simpson
2008-08-16fix convolutions test to consistanty use the ARB shader extension functionsBrian Paul
2008-08-16remove .txt suffix from shader source filesBrian Paul
2008-08-16mesa: added glsl/convolutions test from gallium branchBrian Paul
2008-08-15draw a tristrip ring instead of a single quadBrian Paul
2008-08-15don't need to use LOD version of texture2D() funcsBrian Paul
2008-08-13mesa: added new glsl/pointcoord.c testBrian Paul
2008-08-13mesa: clear the unused upper-left region to black instead of leaving it undef...Brian Paul
2008-07-30Always pass CFLAGS when compiling or linking demosGuillaume Melquiond
2008-07-24query/print GLSL version stringBrian Paul
2008-07-24Fix a typo.Thomas Hellstrom
2008-07-24Add new demo "fbo_firecube".Thomas Hellstrom
2008-07-21add edge detection to that exampleZack Rusin
2008-07-14fix gltrace (bug 16691)Guillaume Melquiond
2008-07-12Always pass -linker and -ldflags to mklib for shared librariesDan Nicholson
2008-07-12Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson
2008-07-09mesa: call glutDestroyWindow() on exitBrian Paul
2008-07-04egl: Add egltriJakob Bornecrantz
2008-07-01press 'm' to toggle multisample enable/disableBrian Paul
2008-06-29Revert accidental edit to progs/demos/lodbias.Corbin Simpson
2008-06-29demos/shadowtex: Don't set TEXTURE_WRAP_T for 1D textureNicolai Haehnle
2008-06-24Fix CRLF line endings.José Fonseca