| Commit message (Expand) | Author | Age | Files | Lines |
* | progs/isosurf: add materials mode for glVertex + TRISTRIP | Keith Whitwell | 2009-06-30 | 1 | -5/+20 |
* | demos: improve argv parsing in fslight.c | Brian Paul | 2009-06-26 | 1 | -2/+6 |
* | demos: update fbotexture.c to use EXT or ARB functions exclusively | Brian Paul | 2009-06-12 | 2 | -38/+77 |
* | demos: silence warning | Brian Paul | 2009-04-30 | 1 | -1/+1 |
* | progs: add fflushes for cygwin | Keith Whitwell | 2009-04-28 | 1 | -0/+2 |
* | demos: Clean up allocated Textures and Display Lists when demo quit | Shuang He | 2009-04-27 | 4 | -0/+47 |
* | shadowtex: fflush stdout for cygwin | Keith Whitwell | 2009-04-24 | 1 | -0/+2 |
* | demos/readpix: add option to draw triangle instead of drawpix | Keith Whitwell | 2009-04-24 | 1 | -5/+62 |
* | mesa/progs: fix scons build after recent demo moves | Keith Whitwell | 2009-04-20 | 1 | -6/+4 |
* | progs/demos: Update ignore | Jakob Bornecrantz | 2009-04-19 | 1 | -0/+4 |
* | demos: updated .gitignore list | Brian Paul | 2009-04-18 | 1 | -6/+3 |
* | demos: move demos/texobj.c to tests/ | Brian Paul | 2009-04-18 | 2 | -285/+0 |
* | demos: move demos/occlude.c (old HP extension) to tests | Brian Paul | 2009-04-18 | 1 | -234/+0 |
* | demos: move tests/dinoshade.c to demos/ | Brian Paul | 2009-04-18 | 2 | -0/+913 |
* | demos: move tests/projtex.c to demos/ | Brian Paul | 2009-04-18 | 2 | -0/+1029 |
* | demos: move tests/fbotexture.c to demos/ | Brian Paul | 2009-04-18 | 2 | -0/+622 |
* | demos: move texdown.c to tests/ | Brian Paul | 2009-04-18 | 2 | -478/+0 |
* | demos: move glutfx demo to tests/ | Brian Paul | 2009-04-18 | 2 | -190/+0 |
* | demos: move streaming_rect.c demo to tests/ | Brian Paul | 2009-04-18 | 2 | -328/+0 |
* | demos: move glslnoise.c demo to glsl/noise2.c | Brian Paul | 2009-04-18 | 2 | -202/+0 |
* | demos: fix error string, comment | Brian Paul | 2009-03-12 | 1 | -2/+2 |
* | demos: use glGenerateMipmapEXT entrypoint in cubemap.c | Keith Whitwell | 2009-03-12 | 1 | -1/+8 |
* | demos: in progs/demos/cubemap.c press c/f to cycle through clamp/filter modes | Brian Paul | 2009-03-09 | 1 | -14/+72 |
* | engine: also print fps data to stdout | Keith Whitwell | 2009-03-06 | 1 | -0/+22 |
* | demos/engine: respect display list mode when drawing pistons | Keith Whitwell | 2009-03-03 | 1 | -1/+4 |
* | demos: add some fflushes for windows | Keith Whitwell | 2009-02-24 | 11 | -0/+11 |
* | demos: Add polygon mode point to isosurf | Jakob Bornecrantz | 2009-02-13 | 1 | -4/+10 |
* | progs: Prevent clash with min macro. | José Fonseca | 2009-02-12 | 1 | -0/+3 |
* | Merge commit 'origin/gallium-master-merge' | Brian Paul | 2009-02-10 | 72 | -5587/+6085 |
|\ |
|
| * | mesa: merge gallium-0.2 into gallium-master-merge | Brian Paul | 2009-02-09 | 72 | -5590/+6088 |
| |\ |
|
| | * | progs: Get more samples building on windows. | José Fonseca | 2009-02-01 | 7 | -34/+48 |
| | * | progs: Fix isosurf. | José Fonseca | 2009-01-24 | 1 | -6/+4 |
| | * | progs: Port most of the demos to glew. | José Fonseca | 2009-01-24 | 12 | -18/+26 |
| | * | demos: all glutDestroyWindow() upon exit to test query object clean-up | Brian Paul | 2008-12-18 | 1 | -2/+3 |
| | * | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane | 2008-11-28 | 1 | -3/+12 |
| | |\ |
|
| | * | | progs: Add ignores | Jakob Bornecrantz | 2008-11-24 | 1 | -0/+1 |
| | * | | scons: Build progs. | José Fonseca | 2008-11-21 | 1 | -0/+71 |
| | * | | mesa: more test options in progs/demos/textures.c | Brian Paul | 2008-10-20 | 1 | -17/+87 |
| | * | | mesa: revert accidental change to fslight.c demo | Brian Paul | 2008-10-15 | 1 | -1/+1 |
| | * | | mesa: simple multiple textures test | Brian Paul | 2008-10-09 | 2 | -0/+305 |
| | * | | CELL: mark several transient files as .gitignore | Robert Ellison | 2008-09-18 | 1 | -0/+1 |
| | * | | Merge commit 'origin/master' into gallium-0.2 | Keith Whitwell | 2008-09-18 | 1 | -1/+1 |
| | |\ \ |
|
| | * | | | cell: dump generated code if CELL_DEBUG=asm | Brian Paul | 2008-09-17 | 1 | -1/+1 |
| | * | | | demos: fix LIBS ref in makefile | Keith Whitwell | 2008-09-11 | 1 | -1/+1 |
| | * | | | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-09-11 | 1 | -14/+14 |
| | |\ \ \ |
|
| | | * | | | define new APP_CC configuration variable for building apps/demos/tests | Brian Paul | 2008-09-11 | 1 | -14/+14 |
| | * | | | | Merge branch 'gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-09-11 | 52 | -5523/+5553 |
| | |\| | | |
|
| | | * | | | mesa: call glutDestroyWindow() on exit | Brian Paul | 2008-07-09 | 1 | -0/+2 |
| | | * | | | Fix CRLF line endings. | José Fonseca | 2008-06-24 | 43 | -5475/+5475 |
| | | * | | | added ARCH_FLAGS | seventh guardian | 2008-06-16 | 1 | -5/+5 |