st/egl: Add helper functions for use by backends.
authorChia-I Wu <olv@lunarg.com>
Mon, 31 May 2010 07:26:46 +0000 (15:26 +0800)
committerChia-I Wu <olv@lunarg.com>
Mon, 31 May 2010 09:03:58 +0000 (17:03 +0800)
commite1e0307c911f962cfb529c6e16b67ba66f08f6fe
tree6259b07d2c75012313c8c128db28f2e3de0d1035
parent8accf0a891c85c7d747c5f7f4a4d8a99adb91b2a
st/egl: Add helper functions for use by backends.

There is only resource_surface for now.  It helps manage the resources
of a software-based native surface such as XImage or GDI.
src/gallium/state_trackers/egl/SConscript
src/gallium/state_trackers/egl/common/native_helper.c [new file with mode: 0644]
src/gallium/state_trackers/egl/common/native_helper.h [new file with mode: 0644]