summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/egl/SConscript
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2010-05-31 15:26:46 +0800
committerChia-I Wu <olv@lunarg.com>2010-05-31 17:03:58 +0800
commite1e0307c911f962cfb529c6e16b67ba66f08f6fe (patch)
tree6259b07d2c75012313c8c128db28f2e3de0d1035 /src/gallium/state_trackers/egl/SConscript
parent8accf0a891c85c7d747c5f7f4a4d8a99adb91b2a (diff)
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.
Diffstat (limited to 'src/gallium/state_trackers/egl/SConscript')
-rw-r--r--src/gallium/state_trackers/egl/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/egl/SConscript b/src/gallium/state_trackers/egl/SConscript
index 855bc5bb6b..c4d01d6b28 100644
--- a/src/gallium/state_trackers/egl/SConscript
+++ b/src/gallium/state_trackers/egl/SConscript
@@ -18,6 +18,7 @@ if 'egl' in env['statetrackers']:
'common/egl_g3d_api.c',
'common/egl_g3d_image.c',
'common/egl_g3d_st.c',
+ 'common/native_helper.c',
]
gdi_sources = common_sources + [