summaryrefslogtreecommitdiffstats
path: root/progs/objviewer/skybox.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-187/+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
|
* objviewer: remove disabled codeBrian Paul2009-10-011-3/+0
|
* objview: set skybox texture filterBrian Paul2009-10-011-0/+4
|
* progs/objviewer: Wavefront .obj file loader/viewer demoBrian Paul2009-10-011-0/+186
Adapted from code written by Nate Robins. See README.txt.