st/egl: Add native_display_buffer interface.
authorChia-I Wu <olv@lunarg.com>
Sun, 10 Oct 2010 12:15:06 +0000 (20:15 +0800)
committerChia-I Wu <olv@lunarg.com>
Wed, 3 Nov 2010 09:47:08 +0000 (17:47 +0800)
commitaf977b53826695afcdcfe900816a93671aec00f5
treef09be9089ef5d578b32c444dbae59d71ce6c3409
parenta5f4338fc4f9b4500c5754de237f77549b3cedf8
st/egl: Add native_display_buffer interface.

The interface is a wrapper to pipe_screen::resource_from_handle and
pipe_screen::resource_get_handle.  A winsys handle is
platform-dependent.
src/gallium/state_trackers/egl/common/native.h
src/gallium/state_trackers/egl/common/native_buffer.h [new file with mode: 0644]