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.
José Fonseca fc72d7e032 Remove CVS keywords. 17 yıl önce
..
README Remove CVS keywords. 17 yıl önce
dumpstate.c Initial revision 26 yıl önce
errcheck.c Initial revision 26 yıl önce
extfuncs.h mesa: added more ext funcs (from Mesa/master) 17 yıl önce
glstate.c Remove CVS keywords. 17 yıl önce
glstate.h Remove CVS keywords. 17 yıl önce
glutskel.c destroy window upon exit, remove CVS log comment 19 yıl önce
idproj.c Initial revision 26 yıl önce
imagesgi.cpp Initial revision 26 yıl önce
imagesgi.h Initial revision 26 yıl önce
matrix.c some useful matrix functions 22 yıl önce
mwmborder.c Initial revision 26 yıl önce
readtex.c s/malloc/calloc/, fix mem leak 20 yıl önce
readtex.h move LoadYUVImage into readtex.c 22 yıl önce
sampleMakefile Remove CVS keywords. 17 yıl önce
showbuffer.c add missing glViewport calls 17 yıl önce
showbuffer.h Initial revision 26 yıl önce
trackball.c virtual trackball code 19 yıl önce
trackball.h virtual trackball code 19 yıl önce
winpos.c Initial revision 26 yıl önce

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

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