summaryrefslogtreecommitdiffstats
path: root/progs/beos
Commit message (Collapse)AuthorAgeFilesLines
* Never fail `make clean'Dan Nicholson2008-05-071-2/+2
| | | | | | Mostly some pedantic changes such that `make clean' always ignores errors. Also changed the top clean target to do the `touch configs/current' dance instead of realclean.
* specify app lib dependencies in Makefiles (patch 1/3)Dan Nicholson2007-10-291-4/+6
|
* Ignore more generated files in progs/Dan Nicholson2007-10-101-0/+3
| | | | | | | | Many of the directories in progs/ were missing .gitignore files or were tracking generated files. This patch is basically the process of running `make' in each directory and then finding the untracked files with `git-ls-files -o --exclude-per-directory=.gitignore'. The existing files were also sorted.
* GLInfo now show GLU and GLUT infos too. Fix the includes pathsPhilippe Houdoin2004-08-152-9/+40
|
* Fix demo.cpp, which wasn't working as expected.Philippe Houdoin2004-08-144-100/+207
| | | | | | Add a GLInfo app, a graphical tool displaying GL Info as a treeview. Usefull to see which OpenGL renderer you use and which extension(s) is supported. Convert the Makefile to be $(TOP)/configs/default-based.
* Updated BeOS support (Philippe Houdoin)Brian Paul2002-09-191-17/+28
|
* link with -lGL instead of -lMesaGLBrian Paul1999-09-171-2/+2
|
* Initial revisionjtg1999-08-193-0/+407