winsys/drm: Use egl_g3d to build EGL drivers.
authorChia-I Wu <olvaffe@gmail.com>
Sun, 10 Jan 2010 15:08:39 +0000 (23:08 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Tue, 12 Jan 2010 03:09:00 +0000 (11:09 +0800)
commit077d6dd7508af88509dd0499c5dfbdaa186b4015
tree2c424a7fcba3349f4f7beac3684ed06627e47d3a
parenta68b51deb2ea4f3cb51f2753b1b879e5677db225
winsys/drm: Use egl_g3d to build EGL drivers.

The new EGL drivers use egl_g3d and respect EGL_DISPLAYS.  They are
named after the display supported and the DRM name.

Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
12 files changed:
configure.ac
src/gallium/winsys/drm/Makefile.egl_g3d [new file with mode: 0644]
src/gallium/winsys/drm/i965/egl_g3d/Makefile [new file with mode: 0644]
src/gallium/winsys/drm/i965/egl_g3d/dummy.c [new file with mode: 0644]
src/gallium/winsys/drm/intel/egl_g3d/Makefile [new file with mode: 0644]
src/gallium/winsys/drm/intel/egl_g3d/dummy.c [new file with mode: 0644]
src/gallium/winsys/drm/nouveau/egl_g3d/Makefile [new file with mode: 0644]
src/gallium/winsys/drm/nouveau/egl_g3d/dummy.c [new file with mode: 0644]
src/gallium/winsys/drm/radeon/egl_g3d/Makefile [new file with mode: 0644]
src/gallium/winsys/drm/radeon/egl_g3d/dummy.c [new file with mode: 0644]
src/gallium/winsys/drm/vmware/egl_g3d/Makefile [new file with mode: 0644]
src/gallium/winsys/drm/vmware/egl_g3d/dummy.c [new file with mode: 0644]