OSDN Git Service

New _mesa_debug() function to replace fprintf() calls.
authorBrian Paul <brian.paul@tungstengraphics.com>
Thu, 13 Jun 2002 04:28:29 +0000 (04:28 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 13 Jun 2002 04:28:29 +0000 (04:28 +0000)
commit9a33a11d714c90162d32781ebbd2c1dfab52cfd1
tree00ec2c2fbe1ae59d732c34d2babd0ea7792d6b6a
parent1013e4650473ef0aceac7f3cd571b982ff249250
New _mesa_debug() function to replace fprintf() calls.
Some source files updated to call _mesa_debug(), but not finished.
Added __GLimports as a parameter to _mesa_create/init_context() and
updated drivers accordingly.
Fleshed-out more of the __GLimports and __GLexports functionality.
Removed run-time config file support (config.c)
33 files changed:
src/mesa/Makefile.X11
src/mesa/drivers/allegro/amesa.c
src/mesa/drivers/dos/dmesa.c
src/mesa/drivers/ggi/ggimesa.c
src/mesa/drivers/glide/fxdd.c
src/mesa/drivers/glide/fxdrv.h
src/mesa/drivers/osmesa/osmesa.c
src/mesa/drivers/svga/svgamesa.c
src/mesa/drivers/windows/wmesa.c
src/mesa/drivers/windows/wmesa_stereo.c
src/mesa/drivers/x11/xm_api.c
src/mesa/main/Makefile.DJ
src/mesa/main/Makefile.OSMesa16
src/mesa/main/Makefile.X11
src/mesa/main/Makefile.ugl
src/mesa/main/Makefile.win
src/mesa/main/attrib.c
src/mesa/main/blend.c
src/mesa/main/buffers.c
src/mesa/main/context.c
src/mesa/main/context.h
src/mesa/main/depth.c
src/mesa/main/dlist.c
src/mesa/main/enable.c
src/mesa/main/feedback.c
src/mesa/main/get.c
src/mesa/main/glheader.h
src/mesa/main/hint.c
src/mesa/main/imports.c
src/mesa/main/imports.h
src/mesa/main/light.c
src/mesa/main/matrix.c
src/mesa/main/mtypes.h