Clone of mesa.
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Brian Paul 92009554ce added LoadRGBMipmaps2() 25 anos atrás
..
README Initial revision 26 anos atrás
dumpstate.c Initial revision 26 anos atrás
errcheck.c Initial revision 26 anos atrás
glstate.c Initial revision 26 anos atrás
glstate.h Initial revision 26 anos atrás
glutskel.c Initial revision 26 anos atrás
idproj.c Initial revision 26 anos atrás
imagesgi.cpp Initial revision 26 anos atrás
imagesgi.h Initial revision 26 anos atrás
mwmborder.c Initial revision 26 anos atrás
readtex.c added LoadRGBMipmaps2() 25 anos atrás
readtex.h added LoadRGBMipmaps2() 25 anos atrás
sampleMakefile Initial revision 26 anos atrás
showbuffer.c Initial revision 26 anos atrás
showbuffer.h Initial revision 26 anos atrás
winpos.c Initial revision 26 anos atrás

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

----------------------------------------------------------------------
$Id: README,v 1.1 1999/08/19 00:55:42 jtg Exp $