summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Collapse)Author
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 ↵Brian Paul
undefined
2008-07-30Always pass CFLAGS when compiling or linking demosGuillaume Melquiond
To ensure that the correct architecture flags are used, always pass the user's CFLAGS when compiling or linking the demos. Fixes #16860.
2008-07-24query/print GLSL version stringBrian Paul
2008-07-24Fix a typo.Thomas Hellstrom
2008-07-24Add new demo "fbo_firecube".Thomas Hellstrom
Tests fbo render-to-texture for various internal texture image formats.
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
This just makes the use of mklib more consistent throughout Mesa where we always want to pass the linker and LDFLAGS when we might be making a shared library.
2008-07-12Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson
Respect the user's choice of shell when running mklib rather than always using /bin/sh.
2008-07-09mesa: call glutDestroyWindow() on exitBrian Paul
2008-07-04egl: Add egltriJakob Bornecrantz
First tri for EGL drivers with mesa screen ext
2008-07-01press 'm' to toggle multisample enable/disableBrian Paul
2008-06-29Revert accidental edit to progs/demos/lodbias.Corbin Simpson
*puts yet another paper bag over head*
2008-06-29demos/shadowtex: Don't set TEXTURE_WRAP_T for 1D textureNicolai Haehnle
The operation doesn't really make sense. It triggered a bug in the r300 DRI driver (and possibly other drivers that simulate 1D textures via 2D textures). I've added an isolated test case for this bug to Piglit, so everybody wins.
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
tests/bug_3195 doesn't render right, but at least it doesn't segfault this way.
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
Other whitespace/etc clean-ups.
2008-06-04egl: Added peglgears, gears that uses pbuffersJakob Bornecrantz
2008-06-04egl: updated egl.h include pathsBrian Paul
2008-06-04call glutDestroyWindow() before exitBrian Paul
2008-05-30egl: bind the OpenGL APIBrian Paul
2008-05-30egl: new version of gears demo that uses Xlib+EGL (and full OpenGL for now)Brian Paul
2008-05-28egl: query/print EGL_CLIENT_APISBrian Paul
2008-05-28Merge branch 'gallium-vertex-linear' into gallium-0.1Jakob Bornecrantz
Conflicts: src/gallium/auxiliary/draw/draw_pt_varray.c
2008-05-28egl: Fix warning in eglgearsJakob Bornecrantz
2008-05-28egl: Make demo3 compileJakob Bornecrantz
2008-05-27include eglext.h, define EGL_EGLEXT_PROTOTYPESBrian Paul
2008-05-27updates for EGL 1.4Brian Paul
2008-05-26Remove CVS keywords.José Fonseca
2008-05-26Merge branch 'gallium-tex-surface' into gallium-0.1Jakob Bornecrantz
Conflicts: src/gallium/include/pipe/p_util.h