summaryrefslogtreecommitdiff
path: root/graphics/glx-utils
AgeCommit message (Collapse)AuthorFilesLines
2006-08-01Split Mesa/Makefile.common into Makefile.common and Makefile.lib.jlam1-10/+5
The latter is used by packages that build libraries from the Mesa sources, while the former is only if the package builds from the Mesa sources. Modify the various Mesa packages to include the proper Makefile, and add some documentation to the Makefiles. As a side effect, this suppresses the "duplicate target" warning in graphics/glx-utils that was caused by having the same distfile listed in DISTFILES more than once.
2006-06-13Import glx-utils. I chose the graphics category since that'sreed4-0/+49
where the rest of its family is. The glxinfo program can be used to learn about your OpenGL library. It can identify the OpenGL implementation in use and the detected hardware. The glxgears program is a GLX implementation of the "gears" demo. These tools are from the MesaDemos source code.