egl: Add _EGLDriver as the first argument to GetProcAddress.
authorChia-I Wu <olvaffe@gmail.com>
Tue, 12 Jan 2010 09:44:03 +0000 (17:44 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Tue, 12 Jan 2010 09:53:57 +0000 (17:53 +0800)
commit3e6139d158a054a0dfe8def28bf60201cdb9f385
tree491c4e016186930c9fff7ac6dbe98e23c20b706b
parent31d2786239d7d4c5d73d2a39c01d55975b6c901c
egl: Add _EGLDriver as the first argument to GetProcAddress.

The rest of the driver API has it as the first argument.  It should be
there so that a driver has access to itself.
src/egl/drivers/glx/egl_glx.c
src/egl/drivers/xdri/egl_xdri.c
src/egl/main/eglapi.c
src/egl/main/eglapi.h
src/gallium/state_trackers/egl_g3d/common/egl_g3d.c
src/gallium/winsys/egl_xlib/egl_xlib.c