st/egl: Allow APIs other than OpenGL.
authorChia-I Wu <olvaffe@gmail.com>
Mon, 9 Nov 2009 02:54:19 +0000 (10:54 +0800)
committerBrian Paul <brianp@vmware.com>
Tue, 10 Nov 2009 18:24:26 +0000 (11:24 -0700)
commit4b9cc50345b5b10bb998ce5ce6f7cb37b72f354f
treefd2f47df21d8ed06c5ebd7e2950134cdcf2d4a4e
parent5f0ea53747c14b1cd9686bcf650b96504128116e
st/egl: Allow APIs other than OpenGL.

This is done by stopping linking to libmesagallium.a and removing DRI
related stuff.  The state tracker an application links to decides the
API supported.

Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
src/gallium/state_trackers/egl/egl_tracker.c
src/gallium/winsys/drm/intel/egl/Makefile
src/gallium/winsys/drm/intel/egl/dummy.c [new file with mode: 0644]
src/gallium/winsys/drm/radeon/egl/Makefile
src/gallium/winsys/drm/radeon/egl/dummy.c [new file with mode: 0644]