summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)Author
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell
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
2008-06-18tests: Added a test for a strange bug in texstore_a8Jakob Bornecrantz
2008-06-16added ARCH_FLAGSseventh guardian
2008-06-16git: Updated .gitignore filesJakob Bornecrantz
2008-06-16r300: Fix new incarnation of bug 3195.Corbin Simpson
2008-06-13trivial: Update clear-undefinedJakob Bornecrantz
2008-06-13trival: Added test for undefined context of bufferJakob Bornecrantz
2008-06-12add some glsl example testing different arrays of uniformsZack Rusin
2008-06-12Update .gitignore for progs/glslDan Nicholson
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-06-05minor changesBrian Paul
2008-06-04sync up with glxgears.c from masterBrian Paul
2008-06-04fix event handling issues (such as when resizing when not animating)Brian Paul
2008-06-04press 'a' to toggle animationBrian Paul
2008-06-04code refactoring (draw_frame(0, handle_event())Brian Paul
2008-06-04remove references to incorrect -winwidth/-winheight, replace with -geometryBrian Paul
2008-06-04egl: single triangle testBrian Paul
2008-06-04egl: fix X visual selectionBrian Paul
2008-06-04egl: query/print EGL_NATIVE_VISUAL_IDBrian Paul