mesa/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
..
dumpstate.c
errcheck.c
extfuncs.h util: added more functions to extfuncs.h 2009-02-02 16:51:45 -07:00
glstate.c Remove CVS keywords. 2008-09-21 11:00:44 -07:00
glstate.h Remove CVS keywords. 2008-09-21 11:00:44 -07:00
glutskel.c
idproj.c
imagesgi.cpp
imagesgi.h
matrix.c
mwmborder.c
README Remove CVS keywords. 2008-09-21 11:00:44 -07:00
readtex.c
readtex.h
sampleMakefile Remove CVS keywords. 2008-09-21 11:00:44 -07:00
SConscript progs: Get more samples building on windows. 2009-02-01 12:00:17 +00:00
shaderutil.c util: check for frag/vertShader=0 before attaching 2008-12-18 14:17:06 -07:00
shaderutil.h shader utility functions 2008-04-09 22:30:42 -06:00
showbuffer.c add missing glViewport calls 2008-04-11 09:01:04 -06:00
showbuffer.h
trackball.c
trackball.h
winpos.c

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

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