NameDateSize

..10-Nov-20254 KiB

gl_wrap.hH A D10-Nov-2025233

glut_wrap.hH A D10-Nov-2025248

Makefile.amH A D10-Nov-20251.5 KiB

Makefile.inH A D10-Nov-202520.1 KiB

READMEH A D10-Nov-2025701

readtex.cH A D10-Nov-202511.7 KiB

readtex.hH A D10-Nov-2025504

shaderutil.cH A D10-Nov-202511 KiB

shaderutil.hH A D10-Nov-20252.6 KiB

showbuffer.cH A D10-Nov-20255.2 KiB

showbuffer.hH A D10-Nov-2025611

trackball.cH A D10-Nov-20258.7 KiB

trackball.hH A D10-Nov-20253.3 KiB

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