1
2This directory is a collection of function which may be useful to
3OpenGL/Mesa programmers.
4
5
6errcheck.c	- an OpenGL error check/report function
7glutskel.c	- handy skeleton for GLUT programs
8idproj.c	- setup an identity projection
9mwmborder.c	- remove Motif window decoration/border
10winpos.c	- set absolute window raster position
11readtex.c	- load textures/mipmaps from an .rgb file
12showbuffer.[ch]	- show depth, alpha, or stencil buffer contents
13sampleMakefile	- example Makefile for making OpenGL/Mesa apps on Unix
14dumpsate.c	- dump all OpenGL state, from Stephane Rehel
15imagesgi.cpp,.h - read SGI image files
16
17
18more to come...
19
20----------------------------------------------------------------------
21