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

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

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