| Commit message (Expand) | Author | Age | Files | Lines |
* | progs/demos: add fps to multiarb | Keith Whitwell | 2009-10-23 | 1 | -0/+16 |
* | progs/demos: try different depth formats in fbo_firecube.c | Brian Paul | 2009-10-14 | 1 | -8/+28 |
* | Merge branch 'softpipe-opt' | Keith Whitwell | 2009-09-23 | 1 | -0/+16 |
|\ |
|
| * | progs/demos: add fps output to cubemap | Keith Whitwell | 2009-08-23 | 1 | -0/+16 |
* | | progs/demos: use non-default texobj in cubemap.c | Brian Paul | 2009-09-15 | 1 | -0/+5 |
* | | progs/demos: create a texture object in lodbias.c | Brian Paul | 2009-09-15 | 1 | -0/+4 |
* | | progs/demos: added RGB invert option | Brian Paul | 2009-09-08 | 1 | -0/+22 |
* | | mesa: gitignore | Younes Manton | 2009-08-26 | 1 | -0/+1 |
* | | Merge branch 'mesa_7_5_branch' | Brian Paul | 2009-08-18 | 1 | -4/+24 |
|\ \ |
|
| * | | progs/demos: print more info in fbotexture.c | Brian Paul | 2009-08-14 | 1 | -4/+24 |
* | | | demos/cubemap: Add support for GL_ARB_seamless_cube_map | Ian Romanick | 2009-08-14 | 1 | -16/+38 |
| |/
|/| |
|
* | | demos: use glEnable/DisableClientState() for vertex arrays | Brian Paul | 2009-07-08 | 1 | -2/+2 |
* | | Merge branch 'mesa_7_5_branch' | Jakob Bornecrantz | 2009-07-03 | 1 | -5/+20 |
|\| |
|
| * | progs/isosurf: add materials mode for glVertex + TRISTRIP | Keith Whitwell | 2009-06-30 | 1 | -5/+20 |
* | | demos: Set the depth mask correctly to get the desired blending | Ian Romanick | 2009-06-30 | 2 | -4/+4 |
* | | Merge branch 'mesa_7_5_branch' | Brian Paul | 2009-06-26 | 1 | -2/+6 |
|\| |
|
| * | demos: improve argv parsing in fslight.c | Brian Paul | 2009-06-26 | 1 | -2/+6 |
* | | demos: make cubemap work without EXT_fbo support | Roland Scheidegger | 2009-06-20 | 1 | -4/+13 |
* | | Merge branch 'mesa_7_5_branch' | Thomas Hellstrom | 2009-06-15 | 2 | -38/+77 |
|\| |
|
| * | demos: update fbotexture.c to use EXT or ARB functions exclusively | Brian Paul | 2009-06-12 | 2 | -38/+77 |
* | | demos: delete vertex array objects upon exit | Brian Paul | 2009-05-07 | 1 | -0/+2 |
|/ |
|
* | 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 |