st/egl: Move the copy context to the native display structure
authorThomas Hellstrom <thellstrom@vmware.com>
Thu, 24 Feb 2011 11:59:41 +0000 (12:59 +0100)
committerThomas Hellstrom <thellstrom@vmware.com>
Tue, 1 Mar 2011 09:36:18 +0000 (10:36 +0100)
commitd1e4117355f1db6ff87c837df6212bf6168e98a0
tree04a254ee07a5574c2ba9c08e812e46e6554fc91d
parent186d3bc7a3389b78a851e34d8f970c28b8db1608
st/egl: Move the copy context to the native display structure

This makes it usable also for native helpers.
Also add inline functions to access the context and to
uninit the native display structure.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
src/gallium/state_trackers/egl/common/egl_g3d.c
src/gallium/state_trackers/egl/common/egl_g3d.h
src/gallium/state_trackers/egl/common/egl_g3d_api.c
src/gallium/state_trackers/egl/common/native.h
src/gallium/state_trackers/egl/drm/native_drm.c
src/gallium/state_trackers/egl/fbdev/native_fbdev.c
src/gallium/state_trackers/egl/gdi/native_gdi.c
src/gallium/state_trackers/egl/wayland/native_wayland.c
src/gallium/state_trackers/egl/x11/native_ximage.c