diff options
author | Chia-I Wu <[email protected]> | 2011-01-09 23:37:32 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2011-01-12 17:40:01 +0800 |
commit | a8b6b6555c7d6a02a3d095c72ebbdc218bc45cd3 (patch) | |
tree | d0d21b537682efd23b3d107a639bb86eaf825782 /src/egl/main/egldriver.h | |
parent | 49ed5bb28d501cd6751bd59dc25a60a4293bcd75 (diff) |
scons: Updates for targets/egl-static.
Update SConscripts to re-enable or add support for EGL on windows and
x11 platforms respectively. targets/egl-gdi is replaced by
targets/egl-static, where "-static" means pipe drivers and state
trackers are linked to statically by egl_gallium, and egl_gallium is a
built-in driver of libEGL. There is no more egl_gallium.dll on Windows.
Diffstat (limited to 'src/egl/main/egldriver.h')
-rw-r--r-- | src/egl/main/egldriver.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/egl/main/egldriver.h b/src/egl/main/egldriver.h index 651788cb7ae..d6177579193 100644 --- a/src/egl/main/egldriver.h +++ b/src/egl/main/egldriver.h @@ -65,6 +65,10 @@ struct _egl_driver extern _EGLDriver * +_eglBuiltInDriverGALLIUM(const char *args); + + +extern _EGLDriver * _eglBuiltInDriverDRI2(const char *args); |