Clone of mesa.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Brian Paul 7dd6fa12e1 progs/util: minor updates to glutskel.c před 16 roky
..
README Remove CVS keywords. před 17 roky
SConscript progs: Get more samples building on windows. před 17 roky
dumpstate.c Initial revision před 26 roky
errcheck.c Initial revision před 26 roky
extfuncs.h Merge branch 'mesa_7_5_branch' před 16 roky
glstate.c Remove CVS keywords. před 17 roky
glstate.h Remove CVS keywords. před 17 roky
glutskel.c progs/util: minor updates to glutskel.c před 16 roky
idproj.c Initial revision před 26 roky
imagesgi.cpp Initial revision před 26 roky
imagesgi.h Initial revision před 26 roky
matrix.c some useful matrix functions před 22 roky
mwmborder.c Initial revision před 26 roky
readtex.c progs: Try to read the texture from the current dir, if full path fails. před 16 roky
readtex.h move LoadYUVImage into readtex.c před 22 roky
sampleMakefile Remove CVS keywords. před 17 roky
shaderutil.c progs/util: added ValidateShaderProgram() to shaderutil.c před 16 roky
shaderutil.h progs/util: added ValidateShaderProgram() to shaderutil.c před 16 roky
showbuffer.c add missing glViewport calls před 17 roky
showbuffer.h Initial revision před 26 roky
trackball.c virtual trackball code před 19 roky
trackball.h virtual trackball code před 19 roky
winpos.c Initial revision před 26 roky

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

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