xenocara/dist/Mesa/progs/util
2010-05-22 20:05:42 +00:00
..
dumpstate.c Import MesaLibs 6.5.1. (in dist/ since its code is shared between lib 2006-11-25 18:49:17 +00:00
errcheck.c Import MesaLibs 6.5.1. (in dist/ since its code is shared between lib 2006-11-25 18:49:17 +00:00
extfuncs.h Update to Mesa 7.8.1. Tested on a bulk ports build by naddy@, ok oga@. 2010-05-22 20:05:42 +00:00
glstate.c Update to Mesa 7.4.2. Tested by oga@, ckuethe@ and naddy@. 2009-05-17 20:26:36 +00:00
glstate.h Update to Mesa 7.4.2. Tested by oga@, ckuethe@ and naddy@. 2009-05-17 20:26:36 +00:00
glutskel.c Update to Mesa 7.8.1. Tested on a bulk ports build by naddy@, ok oga@. 2010-05-22 20:05:42 +00:00
idproj.c Import MesaLibs 6.5.1. (in dist/ since its code is shared between lib 2006-11-25 18:49:17 +00:00
imagesgi.cpp Mesa 7.2, Tested by ckuethe@, naddy@, oga@, and others. 2008-11-02 14:58:06 +00:00
imagesgi.h Import MesaLibs 6.5.1. (in dist/ since its code is shared between lib 2006-11-25 18:49:17 +00:00
matrix.c Import MesaLibs 6.5.1. (in dist/ since its code is shared between lib 2006-11-25 18:49:17 +00:00
mwmborder.c Import MesaLibs 6.5.1. (in dist/ since its code is shared between lib 2006-11-25 18:49:17 +00:00
README Update to Mesa 7.4.2. Tested by oga@, ckuethe@ and naddy@. 2009-05-17 20:26:36 +00:00
readtex.c Update to Mesa 7.8.1. Tested on a bulk ports build by naddy@, ok oga@. 2010-05-22 20:05:42 +00:00
readtex.h Import MesaLibs 6.5.1. (in dist/ since its code is shared between lib 2006-11-25 18:49:17 +00:00
sampleMakefile Update to Mesa 7.4.2. Tested by oga@, ckuethe@ and naddy@. 2009-05-17 20:26:36 +00:00
SConscript Update to Mesa 7.8.1. Tested on a bulk ports build by naddy@, ok oga@. 2010-05-22 20:05:42 +00:00
shaderutil.c Update to Mesa 7.8.1. Tested on a bulk ports build by naddy@, ok oga@. 2010-05-22 20:05:42 +00:00
shaderutil.h Update to Mesa 7.8.1. Tested on a bulk ports build by naddy@, ok oga@. 2010-05-22 20:05:42 +00:00
showbuffer.c Mesa 7.2, Tested by ckuethe@, naddy@, oga@, and others. 2008-11-02 14:58:06 +00:00
showbuffer.h Import MesaLibs 6.5.1. (in dist/ since its code is shared between lib 2006-11-25 18:49:17 +00:00
trackball.c Import MesaLibs 6.5.1. (in dist/ since its code is shared between lib 2006-11-25 18:49:17 +00:00
trackball.h Import MesaLibs 6.5.1. (in dist/ since its code is shared between lib 2006-11-25 18:49:17 +00:00
winpos.c Import MesaLibs 6.5.1. (in dist/ since its code is shared between lib 2006-11-25 18:49:17 +00:00

This directory is a collection of function which may be useful to
OpenGL/Mesa programmers.


errcheck.c	- an OpenGL error check/report function
glutskel.c	- handy skeleton for GLUT programs
idproj.c	- setup an identity projection
mwmborder.c	- remove Motif window decoration/border
winpos.c	- set absolute window raster position
readtex.c	- load textures/mipmaps from an .rgb file
showbuffer.[ch]	- show depth, alpha, or stencil buffer contents
glstate.[ch]	- query/print GL state variables, for debugging, etc.
sampleMakefile	- example Makefile for making OpenGL/Mesa apps on Unix
dumpsate.c	- dump all OpenGL state, from Stephane Rehel
imagesgi.cpp,.h - read SGI image files


more to come...

----------------------------------------------------------------------