Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | * | | | fix assorted bugs, works now | Brian | 2008-05-21 | 1 | -12/+13 |
| | | * | | | mesa: call glutDestroyWindow() | Brian Paul | 2008-05-20 | 1 | -2/+3 |
| | | * | | | mesa: call glutDestroyWindow() | Brian Paul | 2008-05-20 | 1 | -1/+3 |
| | | * | | | disable GL_TEXTURE_1D at end of frame to fix failed assertion | Brian Paul | 2008-04-29 | 1 | -0/+1 |
| | | * | | | mesa: test code to exercise more GLSL functions | Brian | 2008-04-04 | 1 | -27/+18 |
| | | * | | | mesa: destroy window upon exit | Brian | 2008-04-01 | 1 | -1/+4 |
| | | * | | | mesa: call glutDestroyWindow (help find mem leaks) | Brian Paul | 2008-03-24 | 1 | -1/+4 |
| | | * | | | Convert crlf->lf line endings. | José Fonseca | 2008-02-28 | 1 | -119/+119 |
| | | * | | | Remove files of unsupported build systems. | José Fonseca | 2008-02-25 | 1 | -90/+0 |
| | | * | | | press 0,1,2,etc keys for specific bias values | Brian | 2008-02-12 | 1 | -0/+12 |
| | | * | | | push out far clip plane to 200 | Brian | 2008-01-28 | 1 | -1/+1 |
| | | * | | | Added d/D keys to change viewing distance, 'a' to toggle animation | Brian | 2008-01-28 | 1 | -6/+29 |
| | | * | | | Rename 'mms-config.' to 'mms.config'. | Michal Krol | 2007-10-29 | 1 | -1/+1 |
| | | * | | | Fix fragment shader. | michal | 2007-10-27 | 1 | -1/+1 |
| | | * | | | Optimize fragment program. | michal | 2007-10-27 | 1 | -13/+20 |
| | | * | | | Ignore generated files. | José Fonseca | 2007-10-25 | 1 | -1/+13 |
| | | * | | | hack in some code to test loops, break | Brian | 2007-09-29 | 1 | -1/+11 |
| | | * | | | temporary hack to test nested conditionals | Brian | 2007-09-28 | 1 | -0/+14 |
* | | | | | | demos: remove OSMESA stuff from Makefile | Brian | 2009-02-09 | 1 | -6/+0 |
|/ / / / / | |||||
* | | | | | demos: remove unused function | Brian Paul | 2009-02-04 | 1 | -5/+0 |
* | | | | | demos: silence uninitialized var warning | Brian Paul | 2009-02-04 | 1 | -1/+1 |
* | | | | | demos: all glutDestroyWindow() upon exit to test query object clean-up | Brian Paul | 2008-12-18 | 1 | -2/+3 |
| |_|_|/ |/| | | | |||||
* | | | | demos: press SPACE to toggle fbo_firecube animation | Brian Paul | 2008-11-26 | 1 | -3/+12 |
| |_|/ |/| | | |||||
* | | | silence warning | Guillaume Melquiond | 2008-09-13 | 1 | -1/+1 |
|/ / | |||||
* | | mesa: clear the unused upper-left region to black instead of leaving it undef... | Brian Paul | 2008-08-13 | 1 | -5/+11 |
* | | Always pass CFLAGS when compiling or linking demos | Guillaume Melquiond | 2008-07-30 | 1 | -6/+6 |
* | | Fix a typo. | Thomas Hellstrom | 2008-07-24 | 1 | -1/+1 |
* | | Add new demo "fbo_firecube". | Thomas Hellstrom | 2008-07-24 | 2 | -0/+1042 |