diff options
author | Chia-I Wu <[email protected]> | 2010-01-22 15:18:45 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-01-22 15:37:56 +0800 |
commit | 52d7b2cedee44fbd9a0e6405b974c62898bed169 (patch) | |
tree | 37eeff928e3ca970d0a25b0e02477cdb3f8970cc /src/gallium/winsys/drm/i965 | |
parent | 2a928899e345e400c4266910b4e33b36a20575e2 (diff) |
st/egl: Remove the egl state tracker.
The egl_g3d state tracker has support for KMS, and the support is based
on the egl state tracker. As egl_g3d provides more features, it should
be better to keep only egl_g3d to unify the efforts.
Diffstat (limited to 'src/gallium/winsys/drm/i965')
-rw-r--r-- | src/gallium/winsys/drm/i965/egl/Makefile | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/src/gallium/winsys/drm/i965/egl/Makefile b/src/gallium/winsys/drm/i965/egl/Makefile deleted file mode 100644 index a1b32eb2a79..00000000000 --- a/src/gallium/winsys/drm/i965/egl/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -TOP = ../../../../../.. -GALLIUMDIR = ../../../.. -include $(TOP)/configs/current - -LIBNAME = EGL_i965.so - -PIPE_DRIVERS = \ - $(TOP)/src/gallium/state_trackers/egl/libegldrm.a \ - $(GALLIUMDIR)/winsys/drm/i965/gem/libi965drm.a \ - $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \ - $(TOP)/src/gallium/drivers/trace/libtrace.a \ - $(TOP)/src/gallium/drivers/i965/libi965.a - -DRIVER_SOURCES = - -C_SOURCES = \ - $(COMMON_GALLIUM_SOURCES) \ - $(DRIVER_SOURCES) - -DRIVER_EXTRAS = -ldrm_intel - -ASM_SOURCES = - -DRIVER_DEFINES = -I../gem $(shell pkg-config libdrm --atleast-version=2.3.1 \ - && echo "-DDRM_VBLANK_FLIP=DRM_VBLANK_FLIP") - -include ../../Makefile.template - -symlinks: |