Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove CVS keywords. | José Fonseca | 2008-05-26 | 1 | -1/+0 |
| | |||||
* | Ignore more generated files in progs/ | Dan Nicholson | 2008-05-20 | 1 | -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 paths | Philippe Houdoin | 2004-08-15 | 2 | -9/+40 |
| | |||||
* | Fix demo.cpp, which wasn't working as expected. | Philippe Houdoin | 2004-08-14 | 4 | -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 Paul | 2002-09-19 | 1 | -17/+28 |
| | |||||
* | link with -lGL instead of -lMesaGL | Brian Paul | 1999-09-17 | 1 | -2/+2 |
| | |||||
* | Initial revision | jtg | 1999-08-19 | 3 | -0/+407 |