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 d0b7ff551a Merge branch 'mesa_7_6_branch' into mesa_7_7_branch il y a 15 ans
..
README Remove CVS keywords. il y a 17 ans
SConscript progs: Get more samples building on windows. il y a 16 ans
dumpstate.c Initial revision il y a 26 ans
errcheck.c Initial revision il y a 26 ans
extfuncs.h Merge branch 'mesa_7_5_branch' il y a 16 ans
glstate.c Remove CVS keywords. il y a 17 ans
glstate.h Remove CVS keywords. il y a 17 ans
glutskel.c progs/util: minor updates to glutskel.c il y a 16 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 21 ans
mwmborder.c Initial revision il y a 26 ans
readtex.c progs/util: Silence warn_unused_result warnings. il y a 15 ans
readtex.h move LoadYUVImage into readtex.c il y a 22 ans
sampleMakefile Remove CVS keywords. il y a 17 ans
shaderutil.c Merge branch 'mesa_7_6_branch' into mesa_7_7_branch il y a 15 ans
shaderutil.h progs/util: added ValidateShaderProgram() to shaderutil.c il y a 16 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...

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