• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..23-Feb-2018-

Makefile.amH A D23-Feb-20181.5 KiB5526

Makefile.inH A D23-Feb-201820.1 KiB682569

READMEH A D23-Feb-2018701 2114

gl_wrap.hH A D23-Feb-2018233 1713

glut_wrap.hH A D23-Feb-2018248 1713

readtex.cH A D23-Feb-201811.7 KiB495380

readtex.hH A D23-Feb-2018504 2714

shaderutil.cH A D23-Feb-201811 KiB451359

shaderutil.hH A D23-Feb-20182.6 KiB10274

showbuffer.cH A D23-Feb-20185.2 KiB199113

showbuffer.hH A D23-Feb-2018611 3712

trackball.cH A D23-Feb-20188.7 KiB339178

trackball.hH A D23-Feb-20183.3 KiB8511

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