summaryrefslogtreecommitdiff
path: root/progs/demos
AgeCommit message (Expand)AuthorFilesLines
2009-11-17progs/demos: silence warningsBrian Paul2-2/+3
2009-11-16progs/demos: Fix memory leak in ray.c.Vinson Lee1-0/+2
2009-11-16progs/demos: Fix memory leak in projtex.c.Vinson Lee1-0/+3
2009-11-16progs/demos: Fix memory leak in ipers.c.Vinson Lee1-0/+2
2009-11-16progs/demos: Fix memory leak in fslight.c.Vinson Lee1-0/+1
2009-10-23progs/demos: add fps to multiarbKeith Whitwell1-0/+16
2009-10-14progs/demos: try different depth formats in fbo_firecube.cBrian Paul1-8/+28
2009-09-23Merge branch 'softpipe-opt'Keith Whitwell1-0/+16
2009-09-15progs/demos: use non-default texobj in cubemap.cBrian Paul1-0/+5
2009-09-15progs/demos: create a texture object in lodbias.cBrian Paul1-0/+4
2009-09-08progs/demos: added RGB invert optionBrian Paul1-0/+22
2009-08-26mesa: gitignoreYounes Manton1-0/+1
2009-08-23progs/demos: add fps output to cubemapKeith Whitwell1-0/+16
2009-08-18Merge branch 'mesa_7_5_branch'Brian Paul1-4/+24
2009-08-14progs/demos: print more info in fbotexture.cBrian Paul1-4/+24
2009-08-14demos/cubemap: Add support for GL_ARB_seamless_cube_mapIan Romanick1-16/+38
2009-07-08demos: use glEnable/DisableClientState() for vertex arraysBrian Paul1-2/+2
2009-07-03Merge branch 'mesa_7_5_branch'Jakob Bornecrantz1-5/+20
2009-06-30demos: Set the depth mask correctly to get the desired blendingIan Romanick2-4/+4
2009-06-30progs/isosurf: add materials mode for glVertex + TRISTRIPKeith Whitwell1-5/+20
2009-06-26demos: improve argv parsing in fslight.cBrian Paul1-2/+6
2009-06-26Merge branch 'mesa_7_5_branch'Brian Paul1-2/+6
2009-06-20demos: make cubemap work without EXT_fbo supportRoland Scheidegger1-4/+13
2009-06-15Merge branch 'mesa_7_5_branch'Thomas Hellstrom2-38/+77
2009-06-12demos: update fbotexture.c to use EXT or ARB functions exclusivelyBrian Paul2-38/+77
2009-05-07demos: delete vertex array objects upon exitBrian Paul1-0/+2
2009-04-30demos: silence warningBrian Paul1-1/+1
2009-04-28progs: add fflushes for cygwinKeith Whitwell1-0/+2
2009-04-27demos: Clean up allocated Textures and Display Lists when demo quitShuang He4-0/+47
2009-04-24shadowtex: fflush stdout for cygwinKeith Whitwell1-0/+2
2009-04-24demos/readpix: add option to draw triangle instead of drawpixKeith Whitwell1-5/+62
2009-04-20mesa/progs: fix scons build after recent demo movesKeith Whitwell1-6/+4
2009-04-19progs/demos: Update ignoreJakob Bornecrantz1-0/+4
2009-04-18demos: updated .gitignore listBrian Paul1-6/+3
2009-04-18demos: move demos/texobj.c to tests/Brian Paul2-285/+0
2009-04-18demos: move demos/occlude.c (old HP extension) to testsBrian Paul1-234/+0
2009-04-18demos: move tests/dinoshade.c to demos/Brian Paul2-0/+913
2009-04-18demos: move tests/projtex.c to demos/Brian Paul2-0/+1029
2009-04-18demos: move tests/fbotexture.c to demos/Brian Paul2-0/+622
2009-04-18demos: move texdown.c to tests/Brian Paul2-478/+0
2009-04-18demos: move glutfx demo to tests/Brian Paul2-190/+0
2009-04-18demos: move streaming_rect.c demo to tests/Brian Paul2-328/+0
2009-04-18demos: move glslnoise.c demo to glsl/noise2.cBrian Paul2-202/+0
2009-03-12demos: fix error string, commentBrian Paul1-2/+2
2009-03-12demos: use glGenerateMipmapEXT entrypoint in cubemap.cKeith Whitwell1-1/+8
2009-03-09demos: in progs/demos/cubemap.c press c/f to cycle through clamp/filter modesBrian Paul1-14/+72
2009-03-06engine: also print fps data to stdoutKeith Whitwell1-0/+22
2009-03-03demos/engine: respect display list mode when drawing pistonsKeith Whitwell1-1/+4
2009-02-24demos: add some fflushes for windowsKeith Whitwell11-0/+11
2009-02-13demos: Add polygon mode point to isosurfJakob Bornecrantz1-4/+10