Clone of mesa.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Brian Paul 92009554ce added LoadRGBMipmaps2() il y a 25 ans
..
README Initial revision il y a 26 ans
dumpstate.c Initial revision il y a 26 ans
errcheck.c Initial revision il y a 26 ans
glstate.c Initial revision il y a 26 ans
glstate.h Initial revision il y a 26 ans
glutskel.c Initial revision il y a 26 ans
idproj.c Initial revision il y a 26 ans
imagesgi.cpp Initial revision il y a 26 ans
imagesgi.h Initial revision il y a 26 ans
mwmborder.c Initial revision il y a 26 ans
readtex.c added LoadRGBMipmaps2() il y a 25 ans
readtex.h added LoadRGBMipmaps2() il y a 25 ans
sampleMakefile Initial revision il y a 26 ans
showbuffer.c Initial revision il y a 26 ans
showbuffer.h Initial revision il y a 26 ans
winpos.c Initial revision il y a 26 ans

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 $