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 b69eb0360a add missing glViewport calls 17 anos atrás
..
README Initial revision 26 anos atrás
descrip.mms Committing in . 20 anos atrás
dumpstate.c Initial revision 26 anos atrás
errcheck.c Initial revision 26 anos atrás
extfuncs.h added glGetActiveUniform_func 17 anos atrás
glstate.c Initial revision 26 anos atrás
glstate.h Initial revision 26 anos atrás
glutskel.c destroy window upon exit, remove CVS log comment 19 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
matrix.c some useful matrix functions 21 anos atrás
mwmborder.c Initial revision 26 anos atrás
readtex.c s/malloc/calloc/, fix mem leak 19 anos atrás
readtex.h move LoadYUVImage into readtex.c 22 anos atrás
sampleMakefile Initial revision 26 anos atrás
shaderutil.c shader utility functions 17 anos atrás
shaderutil.h shader utility functions 17 anos atrás
showbuffer.c add missing glViewport calls 17 anos atrás
showbuffer.h Initial revision 26 anos atrás
trackball.c virtual trackball code 19 anos atrás
trackball.h virtual trackball code 19 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 $