README revision 32001f49
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 13glstate.[ch] - query/print GL state variables, for debugging, etc. 14sampleMakefile - example Makefile for making OpenGL/Mesa apps on Unix 15dumpsate.c - dump all OpenGL state, from Stephane Rehel 16imagesgi.cpp,.h - read SGI image files 17 18 19more to come... 20 21---------------------------------------------------------------------- 22