summaryrefslogtreecommitdiff
path: root/progs/demos
AgeCommit message (Expand)AuthorFilesLines
2008-11-28Merge commit 'origin/master' into gallium-0.2Alan Hourihane1-3/+12
2008-11-26demos: press SPACE to toggle fbo_firecube animationBrian Paul1-3/+12
2008-11-24progs: Add ignoresJakob Bornecrantz1-0/+1
2008-11-21scons: Build progs.José Fonseca1-0/+71
2008-10-20mesa: more test options in progs/demos/textures.cBrian Paul1-17/+87
2008-10-15mesa: revert accidental change to fslight.c demoBrian Paul1-1/+1
2008-10-09mesa: simple multiple textures testBrian Paul2-0/+305
2008-09-18CELL: mark several transient files as .gitignoreRobert Ellison1-0/+1
2008-09-18Merge commit 'origin/master' into gallium-0.2Keith Whitwell1-1/+1
2008-09-17cell: dump generated code if CELL_DEBUG=asmBrian Paul1-1/+1
2008-09-13silence warningGuillaume Melquiond1-1/+1
2008-09-11demos: fix LIBS ref in makefileKeith Whitwell1-1/+1
2008-09-11Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell1-14/+14
2008-09-11define new APP_CC configuration variable for building apps/demos/testsBrian Paul1-14/+14
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell52-5523/+5553
2008-08-13mesa: clear the unused upper-left region to black instead of leaving it undef...Brian Paul1-5/+11
2008-07-30Always pass CFLAGS when compiling or linking demosGuillaume Melquiond1-6/+6
2008-07-24Fix a typo.Thomas Hellstrom1-1/+1
2008-07-24Add new demo "fbo_firecube".Thomas Hellstrom2-0/+1042
2008-07-09mesa: call glutDestroyWindow() on exitBrian Paul1-0/+2
2008-06-29Revert accidental edit to progs/demos/lodbias.Corbin Simpson1-1/+1
2008-06-29demos/shadowtex: Don't set TEXTURE_WRAP_T for 1D textureNicolai Haehnle1-1/+0
2008-06-24Fix CRLF line endings.José Fonseca43-5475/+5475
2008-06-16added ARCH_FLAGSseventh guardian1-5/+5
2008-06-16r300: Fix new incarnation of bug 3195.Corbin Simpson1-1/+1
2008-06-04call glutDestroyWindow() before exitBrian Paul1-1/+3
2008-05-21fix assorted bugs, works nowBrian1-12/+13
2008-05-20mesa: call glutDestroyWindow()Brian Paul1-2/+3
2008-05-20mesa: call glutDestroyWindow()Brian Paul1-1/+3
2008-05-09Don't link demos directly to X librariesDan Nicholson1-2/+4
2008-04-29disable GL_TEXTURE_1D at end of frame to fix failed assertionBrian Paul1-0/+1
2008-04-29disable GL_TEXTURE_1D at end of frame to fix failed assertionBrian Paul1-0/+1
2008-04-08Only convert configs if screen creation was successful.Kristian Høgsberg1-1/+1
2008-04-04mesa: test code to exercise more GLSL functionsBrian1-27/+18
2008-04-01mesa: destroy window upon exitBrian1-1/+4
2008-03-24mesa: call glutDestroyWindow (help find mem leaks)Brian Paul1-1/+4
2008-03-11Fix include path for rain demo so glut.h is foundDan Nicholson1-2/+2
2008-03-10Ignore more demo programsDan Nicholson1-0/+1
2008-02-28Convert crlf->lf line endings.José Fonseca1-119/+119
2008-02-28Convert crlf->lf line endings.José Fonseca1-119/+119
2008-02-25Remove files of unsupported build systems.José Fonseca1-90/+0
2008-02-15chmod a-x **/glslnoise.cAdam Jackson1-0/+0
2008-02-12press 0,1,2,etc keys for specific bias valuesBrian1-0/+12
2008-02-12press 0,1,2,etc keys for specific bias valuesBrian1-0/+12
2008-01-28push out far clip plane to 200Brian1-1/+1
2008-01-28push out far clip plane to 200Brian1-1/+1
2008-01-28Added d/D keys to change viewing distance, 'a' to toggle animationBrian1-6/+29
2008-01-28Added d/D keys to change viewing distance, 'a' to toggle animationBrian1-6/+29
2008-01-22define M_PI if neededAlexey Sokolov1-0/+4
2007-12-18Fix a quadstrip front/back-face inconsistancy.Brian1-7/+12