summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)Author
2009-02-28demos: add progs/glsl/shadow_sampler.c to test GLSL shadow2D(), etc.Brian Paul
2009-02-27demos: fix renderbuffer leak in progs/tests/fbotexture.cBrian Paul
2009-02-27tests: new mapvbo.c testBrian Paul
2009-02-26demos: add a fourth test case to VBO test for position/color in different VBOsBrian Paul
2009-02-21trivial: Add tri-viewportJakob Bornecrantz
2009-02-21trivial: Fix indentation in triJakob Bornecrantz
2009-02-24demos: add some fflushes for windowsKeith Whitwell
2009-02-19trival: Make the last of progs show the nameJakob Bornecrantz
2009-02-14trivial: Add quadstrip-clipJakob Bornecrantz
2009-02-14progs: Make fp-tri use glew and add scons targetJakob Bornecrantz
2009-02-18progs/trivial: Label program windows with actual program nameKeith Whitwell
2009-02-13trivial: Make tri-fog a bit more interesting to look atJakob Bornecrantz
2009-02-13trivial: Add a tri-unfilled-fog testJakob Bornecrantz
2009-02-13demos: Add polygon mode point to isosurfJakob Bornecrantz
2009-02-16demos: fix glxpixmap and call glXWaitGL before calling XCopyArea.Alan Hourihane
2009-02-12progs: Prevent clash with min macro.José Fonseca
2009-02-11demos: minor updates for shader_api.c testBrian Paul
2009-02-11demos: better error message for overlay.c, see bug 20055Brian Paul
2009-02-10Merge commit 'origin/gallium-master-merge'Brian Paul
2009-02-10Merge commit 'origin/gallium-0.2' into gallium-master-mergeBrian Paul
2009-02-10progs: Build samples dir with scons and glew.José Fonseca
2009-02-10progs: Build rebook with scons too.José Fonseca
2009-02-09demos: remove OSMESA stuff from MakefileBrian
2009-02-09mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul
2009-02-04demos: remove unused functionBrian Paul
2009-02-04demos: silence uninitialized var warningBrian Paul
2009-02-03demos: modify bufferobj.c to exercise interleaved vertex arraysBrian Paul
2009-02-02demos: update multitex.c GLSL demo to use vertex arrays or glVertex-modeBrian Paul
2009-02-02util: added more functions to extfuncs.hBrian Paul
2009-02-01glxgears: No, really. Fix the dyslexia.Ian Romanick
2009-02-01progs: Get more samples building on windows.José Fonseca
2009-01-30Fix dyslexia.Ian Romanick
2009-01-30glxgears: Log a message if synched to vblankIan Romanick
2009-01-24progs: Fix isosurf.José Fonseca
2009-01-24progs: Port most of the demos to glew.José Fonseca
2009-01-24scons: Build the progs into seperate dirs as well.José Fonseca
2009-01-23progs: Port vp-tris to glew.José Fonseca
2009-01-23progs: Ignore more output executables.José Fonseca
2009-01-23progs/trivial: Use glew where needed.José Fonseca
2009-01-22demos: revamp the fbotexture.c demoBrian Paul
2009-01-22demos: updated FBO tests to for ARB_fboBrian Paul
2009-01-22Merge commit 'origin/master' into gallium-0.2Alan Hourihane
2009-01-21progs: IgnoresJakob Bornecrantz
2009-01-19tests: test pseudo-XOR blend mode.Brian Paul
2009-01-19Merge commit 'origin/gallium-0.2' into gallium-xlib-reworkKeith Whitwell
2009-01-19egl: eglinfo load i915 driverJakob Bornecrantz
2009-01-18egl: Make eglscreen sleep for five secondsJakob Bornecrantz
2009-01-18egl: Add eglscreen to help debug egl mesa screenJakob Bornecrantz
2009-01-17egl: Make eglinfo print screen infoJakob Bornecrantz
2009-01-14trivial: clear with random colorKeith Whitwell