OSDN Git Service

First batch of OpenGL SI related changes:
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 26 Sep 2000 20:53:53 +0000 (20:53 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 26 Sep 2000 20:53:53 +0000 (20:53 +0000)
commitb1394fa92aaaf859ce9efc8b5fc194397921320c
tree48612380d5f16b24deacf643e127fc1b319fbc18
parent3b18a36f210da9d66acd1228d24948cd77c2e81e
First batch of OpenGL SI related changes:
Renamed struct gl_context to struct __GLcontextRec.
Include glcore.h, setup GL imports/exports.
Replaced gl_ prefix with _mesa_ prefix in context.[ch] functions.
GLcontext's Visual field is no longer a pointer.
43 files changed:
src/mesa/Makefile.X11
src/mesa/drivers/allegro/amesa.c
src/mesa/drivers/beos/GLView.cpp
src/mesa/drivers/d3d/WGL.C
src/mesa/drivers/dos/dosmesa.c
src/mesa/drivers/ggi/ggimesa.c
src/mesa/drivers/glide/fxapi.c
src/mesa/drivers/glide/fxdd.c
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/drivers/x11/xm_line.c
src/mesa/drivers/x11/xm_tri.c
src/mesa/drivers/x11/xmesaP.h
src/mesa/main/Makefile.X11
src/mesa/main/accum.c
src/mesa/main/attrib.c
src/mesa/main/buffers.c
src/mesa/main/clip.c
src/mesa/main/config.h
src/mesa/main/context.c
src/mesa/main/context.h
src/mesa/main/depth.c
src/mesa/main/dlist.c
src/mesa/main/drawpix.c
src/mesa/main/enable.c
src/mesa/main/feedback.c
src/mesa/main/fog.c
src/mesa/main/get.c
src/mesa/main/glheader.h
src/mesa/main/image.c
src/mesa/main/imports.c [new file with mode: 0644]
src/mesa/main/imports.h [new file with mode: 0644]
src/mesa/main/light.c
src/mesa/main/lines.c
src/mesa/main/matrix.c
src/mesa/main/points.c
src/mesa/main/polygon.c
src/mesa/main/rastpos.c
src/mesa/main/state.c
src/mesa/main/stencil.c