diff options
author | Chia-I Wu <[email protected]> | 2010-05-31 15:26:46 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-05-31 17:03:58 +0800 |
commit | e1e0307c911f962cfb529c6e16b67ba66f08f6fe (patch) | |
tree | 6259b07d2c75012313c8c128db28f2e3de0d1035 /src/gallium/state_trackers/egl/SConscript | |
parent | 8accf0a891c85c7d747c5f7f4a4d8a99adb91b2a (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/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/egl/SConscript b/src/gallium/state_trackers/egl/SConscript index 855bc5bb6b3..c4d01d6b287 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 + [ |