Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-30 | dlist-tri-flat-tri: make tri render differently if flatshade not enabled | Keith Whitwell | |
When testing flat-shading, it helps to specify per-vertex colors so that you can distinguish between flat & smooth shading. | |||
2009-06-30 | Merge branch 'mesa_7_5_branch' into dlist-statechange-shortcircuit | Keith Whitwell | |
Need this to pick up fixes for per-vertex materials. | |||
2009-06-30 | progs/trivial: add test case for lighting plus per-vertex materials | Keith Whitwell | |
Exercise material-within-begin/end case. | |||
2009-06-30 | progs/trivial: test case for dlist statechange elimination | Keith Whitwell | |
Creates a display list with redundant call to glShadeModel. View dlist contents with MESA_VERBOSE=list | |||
2009-06-04 | Merge branch 'mesa_7_5_branch' | Brian Paul | |
Conflicts: src/mesa/main/context.c | |||
2009-06-01 | trivial/tri-z: add controls for depthrange min/max | Keith Whitwell | |
Also add key to set up quake-1 style ztrick rendering with clear depth 1.0, deptrange(1.0, 0.0) and depthfunc GL_GREATER. | |||
2009-05-12 | progs/trivial: update .gitignore with new binaries | Joakim Sindholt | |
2009-05-11 | trivial: destroy window upon exit | Brian Paul | |
2009-05-08 | progs/trivial: add test for vertex program invarient transform | Keith Whitwell | |
2009-05-08 | progs/trivial: add vbo-noninterleaved test | Keith Whitwell | |
2009-05-08 | trivial: add line-flat.c | Keith Whitwell | |
2009-04-21 | trivial/tri-viewport: add keys for frustrum/ortho and z coordinate | Keith Whitwell | |
2009-04-21 | trivial/tri-viewport: add more out-of-bounds background quads | Keith Whitwell | |
2009-04-21 | trivial/tri_viewport: add space==reset key | Keith Whitwell | |
2009-04-21 | trivial/tri_viewport: add width/height keys | Keith Whitwell | |
2009-04-20 | trivial/tri-viewport.c - add guide lines, more triangles, make interactive | Keith Whitwell | |
This is becoming more like a test than a trivial/ example. | |||
2009-04-02 | progs: Ignores | Jakob Bornecrantz | |
2009-03-24 | progs/trivial: add fflushes for cygwin | Keith Whitwell | |
2009-03-24 | progs/trivial: draw non-interleaved arrays out of one vbo | Keith Whitwell | |
2009-03-18 | progs/trivial: Make quad-tex-sub repeat patterns | Jakob Bornecrantz | |
2009-03-18 | tests: remove/update old comments | Brian Paul | |
2009-03-18 | progs/trivial: Add quad-tex-sub | Jakob Bornecrantz | |
Tests glTexSubImage | |||
2009-03-18 | progs/trivial: Add tri-fbo-tex-mip | Jakob Bornecrantz | |
Tests rendering to mip levels other then first | |||
2009-03-16 | progs/trivial: Ignores | Jakob Bornecrantz | |
2009-03-12 | trivial: draw non-interleaved arrays | Keith Whitwell | |
2009-03-10 | trivial: add a logic op test | Keith Whitwell | |
2009-03-09 | trivial: add tri-stipple to SConscript | Keith Whitwell | |
2009-03-04 | clear-repeat: print fps, use 300x300 window size | Keith Whitwell | |
2009-02-21 | trivial: Add tri-viewport | Jakob Bornecrantz | |
2009-02-21 | trivial: Fix indentation in tri | Jakob Bornecrantz | |
2009-02-19 | trival: Make the last of progs show the name | Jakob Bornecrantz | |
2009-02-14 | trivial: Add quadstrip-clip | Jakob Bornecrantz | |
2009-02-18 | progs/trivial: Label program windows with actual program name | Keith Whitwell | |
Each of these programs previously called itself "First Tri" which was a little confusing. Could have left one as "First Tri", but the trouble then is that people would still clone that file & we'd end up with another thousand first tri apps... | |||
2009-02-13 | trivial: Make tri-fog a bit more interesting to look at | Jakob Bornecrantz | |
2009-02-13 | trivial: Add a tri-unfilled-fog test | Jakob Bornecrantz | |
2009-02-01 | progs: Get more samples building on windows. | José Fonseca | |
2009-01-23 | progs: Ignore more output executables. | José Fonseca | |
2009-01-23 | progs/trivial: Use glew where needed. | José Fonseca | |
Builds on windows now. | |||
2009-01-19 | Merge commit 'origin/gallium-0.2' into gallium-xlib-rework | Keith Whitwell | |
2009-01-14 | trivial: clear with random color | Keith Whitwell | |
2009-01-14 | progs: List tri-clear. | José Fonseca | |
2008-12-22 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | José Fonseca | |
Conflicts: src/gallium/auxiliary/util/Makefile | |||
2008-12-21 | Ignore new tests executables. | José Fonseca | |
2008-12-12 | scons: Build progs. | José Fonseca | |
Just demos and trivial dirs for starters. Conflicts: .gitignore | |||
2008-12-10 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Brian Paul | |
2008-12-10 | mesa: more trivial tests | Keith Whitwell | |
2008-12-02 | mesa: Update some .gitignore files. | Younes Manton | |
2008-11-21 | scons: Build progs. | José Fonseca | |
Just demos and trivial dirs for starters. | |||
2008-11-15 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Keith Whitwell | |
Conflicts: src/mesa/drivers/dri/common/dri_util.c | |||
2008-11-14 | trivial: more tests | Keith Whitwell | |