summaryrefslogtreecommitdiffstats
path: root/progs/objviewer
Commit message (Collapse)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-2121-765009/+0
| | | | | | | The remaining programs are ones I've had difficulty finding a build environment for to make the build system or are unit tests that should probably live next to their code instead. Hopefully people can bring over the build for remaining pieces they care about.
* progs/objviewer: remove debug codeBrian Paul2010-03-151-2/+2
|
* Grammar and spelling fixesJeff Smith2010-03-122-2/+2
| | | | | Signed-off-by: Jeff Smith <[email protected]> Signed-off-by: Brian Paul <[email protected]>
* progs/objviewer: close file (bug 26559)Brian Paul2010-02-141-0/+2
|
* progs: Ignore derived files.José Fonseca2010-01-011-0/+8
|
* objviewer: remove disabled codeBrian Paul2009-10-011-3/+0
|
* objviewer: mouse/keyboard info in README fileBrian Paul2009-10-011-0/+8
|
* objview: clean up drawing VBO codeBrian Paul2009-10-011-26/+1
|
* objview: set skybox texture filterBrian Paul2009-10-011-0/+4
|
* objview: check GL version/extensionBrian Paul2009-10-011-1/+29
|
* progs/objviewer: Wavefront .obj file loader/viewer demoBrian Paul2009-10-0120-0/+764987
Adapted from code written by Nate Robins. See README.txt.