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

..03-May-2022-

Makefile.amH A D16-Sep-20201.6 KiB5627

READMEH A D16-Sep-2020701 2114

dumpstate.cH A D16-Sep-202069.3 KiB1,9601,724

errcheck.cH A D16-Sep-2020501 2712

gl_wrap.hH A D16-Sep-20202.1 KiB10578

glut_wrap.hH A D16-Sep-2020248 1713

glutskel.cH A D16-Sep-20202.3 KiB142114

idproj.cH A D16-Sep-2020516 2711

imagesgi.cppH A D16-Sep-20209.4 KiB370280

imagesgi.hH A D16-Sep-20201.9 KiB5630

matrix.cH A D16-Sep-20204.6 KiB182131

mwmborder.cH A D16-Sep-20202.6 KiB9246

readtex.cH A D16-Sep-202011.7 KiB495380

readtex.hH A D16-Sep-2020504 2714

shaderutil.cH A D16-Sep-202011 KiB451359

shaderutil.hH A D16-Sep-20202.6 KiB10274

showbuffer.cH A D16-Sep-20205.2 KiB199113

showbuffer.hH A D16-Sep-2020611 3712

trackball.cH A D16-Sep-20208.7 KiB339178

trackball.hH A D16-Sep-20203.3 KiB8511

winpos.cH A D16-Sep-2020903 4320

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