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.
José Fonseca fc72d7e032 Remove CVS keywords. il y a 17 ans
..
README Remove CVS keywords. il y a 17 ans
dumpstate.c Initial revision il y a 26 ans
errcheck.c Initial revision il y a 26 ans
extfuncs.h mesa: added more ext funcs (from Mesa/master) il y a 17 ans
glstate.c Remove CVS keywords. il y a 17 ans
glstate.h Remove CVS keywords. il y a 17 ans
glutskel.c destroy window upon exit, remove CVS log comment il y a 19 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
matrix.c some useful matrix functions il y a 22 ans
mwmborder.c Initial revision il y a 26 ans
readtex.c s/malloc/calloc/, fix mem leak il y a 20 ans
readtex.h move LoadYUVImage into readtex.c il y a 22 ans
sampleMakefile Remove CVS keywords. il y a 17 ans
showbuffer.c add missing glViewport calls il y a 17 ans
showbuffer.h Initial revision il y a 26 ans
trackball.c virtual trackball code il y a 19 ans
trackball.h virtual trackball code il y a 19 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...

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