Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Brian Paul 7dd6fa12e1 progs/util: minor updates to glutskel.c 16 vuotta sitten
..
README Remove CVS keywords. 17 vuotta sitten
SConscript progs: Get more samples building on windows. 17 vuotta sitten
dumpstate.c Initial revision 26 vuotta sitten
errcheck.c Initial revision 26 vuotta sitten
extfuncs.h Merge branch 'mesa_7_5_branch' 16 vuotta sitten
glstate.c Remove CVS keywords. 17 vuotta sitten
glstate.h Remove CVS keywords. 17 vuotta sitten
glutskel.c progs/util: minor updates to glutskel.c 16 vuotta sitten
idproj.c Initial revision 26 vuotta sitten
imagesgi.cpp Initial revision 26 vuotta sitten
imagesgi.h Initial revision 26 vuotta sitten
matrix.c some useful matrix functions 22 vuotta sitten
mwmborder.c Initial revision 26 vuotta sitten
readtex.c progs: Try to read the texture from the current dir, if full path fails. 16 vuotta sitten
readtex.h move LoadYUVImage into readtex.c 22 vuotta sitten
sampleMakefile Remove CVS keywords. 17 vuotta sitten
shaderutil.c progs/util: added ValidateShaderProgram() to shaderutil.c 16 vuotta sitten
shaderutil.h progs/util: added ValidateShaderProgram() to shaderutil.c 16 vuotta sitten
showbuffer.c add missing glViewport calls 17 vuotta sitten
showbuffer.h Initial revision 26 vuotta sitten
trackball.c virtual trackball code 19 vuotta sitten
trackball.h virtual trackball code 19 vuotta sitten
winpos.c Initial revision 26 vuotta sitten

README


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...

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