Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 23-Feb-2018 | - | ||||
Makefile.am | H A D | 23-Feb-2018 | 1.5 KiB | 55 | 26 | |
Makefile.in | H A D | 23-Feb-2018 | 20.1 KiB | 682 | 569 | |
README | H A D | 23-Feb-2018 | 701 | 21 | 14 | |
gl_wrap.h | H A D | 23-Feb-2018 | 233 | 17 | 13 | |
glut_wrap.h | H A D | 23-Feb-2018 | 248 | 17 | 13 | |
readtex.c | H A D | 23-Feb-2018 | 11.7 KiB | 495 | 380 | |
readtex.h | H A D | 23-Feb-2018 | 504 | 27 | 14 | |
shaderutil.c | H A D | 23-Feb-2018 | 11 KiB | 451 | 359 | |
shaderutil.h | H A D | 23-Feb-2018 | 2.6 KiB | 102 | 74 | |
showbuffer.c | H A D | 23-Feb-2018 | 5.2 KiB | 199 | 113 | |
showbuffer.h | H A D | 23-Feb-2018 | 611 | 37 | 12 | |
trackball.c | H A D | 23-Feb-2018 | 8.7 KiB | 339 | 178 | |
trackball.h | H A D | 23-Feb-2018 | 3.3 KiB | 85 | 11 |
README
1 2This directory is a collection of function which may be useful to 3OpenGL/Mesa programmers. 4 5 6errcheck.c - an OpenGL error check/report function 7glutskel.c - handy skeleton for GLUT programs 8idproj.c - setup an identity projection 9mwmborder.c - remove Motif window decoration/border 10winpos.c - set absolute window raster position 11readtex.c - load textures/mipmaps from an .rgb file 12showbuffer.[ch] - show depth, alpha, or stencil buffer contents 13sampleMakefile - example Makefile for making OpenGL/Mesa apps on Unix 14dumpsate.c - dump all OpenGL state, from Stephane Rehel 15imagesgi.cpp,.h - read SGI image files 16 17 18more to come... 19 20---------------------------------------------------------------------- 21