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 hace 16 años
..
README Remove CVS keywords. hace 17 años
SConscript progs: Get more samples building on windows. hace 17 años
dumpstate.c Initial revision hace 26 años
errcheck.c Initial revision hace 26 años
extfuncs.h Merge branch 'mesa_7_5_branch' hace 16 años
glstate.c Remove CVS keywords. hace 17 años
glstate.h Remove CVS keywords. hace 17 años
glutskel.c progs/util: minor updates to glutskel.c hace 16 años
idproj.c Initial revision hace 26 años
imagesgi.cpp Initial revision hace 26 años
imagesgi.h Initial revision hace 26 años
matrix.c some useful matrix functions hace 22 años
mwmborder.c Initial revision hace 26 años
readtex.c progs: Try to read the texture from the current dir, if full path fails. hace 16 años
readtex.h move LoadYUVImage into readtex.c hace 22 años
sampleMakefile Remove CVS keywords. hace 17 años
shaderutil.c progs/util: added ValidateShaderProgram() to shaderutil.c hace 16 años
shaderutil.h progs/util: added ValidateShaderProgram() to shaderutil.c hace 16 años
showbuffer.c add missing glViewport calls hace 17 años
showbuffer.h Initial revision hace 26 años
trackball.c virtual trackball code hace 19 años
trackball.h virtual trackball code hace 19 años
winpos.c Initial revision hace 26 años

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

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