| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'mesa_7_6_branch' of git+ssh://agd5f@git.freedesktop.org/git/mes... | Alex Deucher | 2009-10-22 | 1 | -0/+5 |
|\ |
|
| * | progs/trivial: check if GL_ARB_occlusion_query is supported | Brian Paul | 2009-10-20 | 1 | -0/+5 |
* | | progs: Remove unused empty file. | José Fonseca | 2009-10-09 | 1 | -0/+0 |
|/ |
|
* | Merge branch 'mesa_7_5_branch' | Brian Paul | 2009-07-28 | 2 | -0/+23 |
|\ |
|
| * | progs/trivial: add missing files to Makefile, .gitignore | Vinson Lee | 2009-07-28 | 2 | -0/+23 |
* | | Merge branch 'mesa_7_5_branch' | Jakob Bornecrantz | 2009-07-03 | 8 | -0/+1203 |
|\| |
|
| * | mesa/vbo: fix compile and replay of nodes ending in a FALLBACK | Keith Whitwell | 2009-06-30 | 2 | -0/+160 |
| * | progs/trivial: add dlist-mat-tri.c | Keith Whitwell | 2009-06-30 | 2 | -0/+183 |
| * | progs/trivial: add test case for short-circuiting material changes | Keith Whitwell | 2009-06-30 | 2 | -0/+175 |
| * | progs/trivial: add dlist-flat-tri.c | Keith Whitwell | 2009-06-30 | 2 | -0/+172 |
| * | progs/trivial: add dlist-recursive-call | Keith Whitwell | 2009-06-30 | 2 | -0/+191 |
| * | dlist-tri-flat-tri: make tri render differently if flatshade not enabled | Keith Whitwell | 2009-06-30 | 1 | -1/+3 |
| * | Merge branch 'mesa_7_5_branch' into dlist-statechange-shortcircuit | Keith Whitwell | 2009-06-30 | 2 | -0/+150 |
| |\ |
|
| | * | progs/trivial: add test case for lighting plus per-vertex materials | Keith Whitwell | 2009-06-30 | 2 | -0/+150 |
| * | | progs/trivial: test case for dlist statechange elimination | Keith Whitwell | 2009-06-30 | 2 | -0/+170 |
| |/ |
|
* | | Merge branch 'mesa_7_5_branch' | Brian Paul | 2009-06-04 | 1 | -10/+40 |
|\| |
|
| * | trivial/tri-z: add controls for depthrange min/max | Keith Whitwell | 2009-06-01 | 1 | -10/+40 |
* | | progs/trivial: update .gitignore with new binaries | Joakim Sindholt | 2009-05-12 | 1 | -0/+3 |
|/ |
|
* | trivial: destroy window upon exit | Brian Paul | 2009-05-11 | 1 | -0/+1 |
* | progs/trivial: add test for vertex program invarient transform | Keith Whitwell | 2009-05-08 | 3 | -0/+149 |
* | progs/trivial: add vbo-noninterleaved test | Keith Whitwell | 2009-05-08 | 3 | -0/+141 |
* | trivial: add line-flat.c | Keith Whitwell | 2009-05-08 | 3 | -0/+149 |
* | trivial/tri-viewport: add keys for frustrum/ortho and z coordinate | Keith Whitwell | 2009-04-21 | 1 | -43/+77 |
* | trivial/tri-viewport: add more out-of-bounds background quads | Keith Whitwell | 2009-04-21 | 1 | -1/+27 |
* | trivial/tri_viewport: add space==reset key | Keith Whitwell | 2009-04-21 | 1 | -1/+3 |
* | trivial/tri_viewport: add width/height keys | Keith Whitwell | 2009-04-21 | 1 | -18/+49 |
* | trivial/tri-viewport.c - add guide lines, more triangles, make interactive | Keith Whitwell | 2009-04-20 | 1 | -14/+118 |
* | progs: Ignores | Jakob Bornecrantz | 2009-04-02 | 1 | -0/+1 |
* | progs/trivial: add fflushes for cygwin | Keith Whitwell | 2009-03-24 | 115 | -0/+116 |
* | progs/trivial: draw non-interleaved arrays out of one vbo | Keith Whitwell | 2009-03-24 | 3 | -0/+262 |
* | progs/trivial: Make quad-tex-sub repeat patterns | Jakob Bornecrantz | 2009-03-18 | 1 | -7/+12 |
* | tests: remove/update old comments | Brian Paul | 2009-03-18 | 2 | -18/+2 |
* | progs/trivial: Add quad-tex-sub | Jakob Bornecrantz | 2009-03-18 | 4 | -0/+201 |
* | progs/trivial: Add tri-fbo-tex-mip | Jakob Bornecrantz | 2009-03-18 | 4 | -0/+272 |
* | progs/trivial: Ignores | Jakob Bornecrantz | 2009-03-16 | 1 | -0/+3 |
* | trivial: draw non-interleaved arrays | Keith Whitwell | 2009-03-12 | 3 | -0/+119 |
* | trivial: add a logic op test | Keith Whitwell | 2009-03-10 | 4 | -0/+368 |
* | trivial: add tri-stipple to SConscript | Keith Whitwell | 2009-03-09 | 1 | -0/+1 |
* | clear-repeat: print fps, use 300x300 window size | Keith Whitwell | 2009-03-04 | 1 | -1/+19 |
* | trivial: Add tri-viewport | Jakob Bornecrantz | 2009-02-21 | 4 | -0/+132 |
* | trivial: Fix indentation in tri | Jakob Bornecrantz | 2009-02-21 | 1 | -43/+43 |
* | trival: Make the last of progs show the name | Jakob Bornecrantz | 2009-02-19 | 3 | -3/+3 |
* | trivial: Add quadstrip-clip | Jakob Bornecrantz | 2009-02-14 | 4 | -0/+140 |
* | progs/trivial: Label program windows with actual program name | Keith Whitwell | 2009-02-18 | 101 | -101/+101 |
* | trivial: Make tri-fog a bit more interesting to look at | Jakob Bornecrantz | 2009-02-13 | 1 | -8/+17 |
* | trivial: Add a tri-unfilled-fog test | Jakob Bornecrantz | 2009-02-13 | 4 | -0/+155 |
* | progs: Get more samples building on windows. | José Fonseca | 2009-02-01 | 1 | -21/+18 |
* | progs: Ignore more output executables. | José Fonseca | 2009-01-23 | 1 | -0/+3 |
* | progs/trivial: Use glew where needed. | José Fonseca | 2009-01-23 | 39 | -37/+96 |
* | Merge commit 'origin/gallium-0.2' into gallium-xlib-rework | Keith Whitwell | 2009-01-19 | 1 | -0/+1 |
|\ |
|