Files
third_party_mesa3d/progs/util
Brian Paul e97681c7f5 mesa: merge gallium-0.2 into gallium-master-merge
Merge commit 'origin/gallium-0.2' into gallium-master-merge

Conflicts:

	Makefile
	docs/relnotes-7.4.html
	docs/relnotes.html
	src/mesa/drivers/dri/i965/brw_wm.h
	src/mesa/main/imports.c
	src/mesa/main/mtypes.h
	src/mesa/main/texcompress.c
	src/mesa/main/texenvprogram.c
	src/mesa/main/version.h
	src/mesa/vbo/vbo_exec_api.c
	src/mesa/vbo/vbo_save_draw.c
2009-02-09 09:22:22 -07:00
..
1999-08-19 00:55:39 +00:00
1999-08-19 00:55:39 +00:00
2008-09-21 11:00:44 -07:00
2008-09-21 11:00:44 -07:00
1999-08-19 00:55:39 +00:00
1999-08-19 00:55:39 +00:00
1999-08-19 00:55:39 +00:00
2004-02-10 23:41:20 +00:00
1999-08-19 00:55:39 +00:00
2008-09-21 11:00:44 -07:00
2006-01-31 03:00:14 +00:00
2003-05-20 09:54:58 +00:00
2008-09-21 11:00:44 -07:00
2008-04-09 22:30:42 -06:00
2008-04-11 09:01:04 -06:00
1999-08-19 00:55:39 +00:00
2006-06-26 22:59:28 +00:00
2006-06-26 22:59:28 +00:00
1999-08-19 00:55:39 +00:00

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

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