Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | egl/build: Drop two unnecessary Makefiles. | Matt Turner | 2014-04-07 | 1 | -26/+0 |
| | | | | Acked-by: Emil Velikov <[email protected]> | ||||
* | egl/glx: Remove egl_glx driver | Chad Versace | 2014-02-05 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | Mesa now has a real, feature-rich EGL implementation on X11 via xcb. Therefore I believe there is no longer a practical need for the egl_glx driver. Furthermore, egl_glx appears to be unmaintained. The most recent nontrivial commit to egl_glx was 6baa5f1 on 2011-11-25. Tested by running weston-smoke in windowed Weston on X with i965. Signed-off-by: Chad Versace <[email protected]> Acked-by: Kenneth Graunke <[email protected]> Acked-by: Kristian Høgsberg <[email protected]> | ||||
* | egl/main: Convert to automake. | Eric Anholt | 2012-02-29 | 1 | -0/+30 |
The drivers/ walk-through-subdirs makefile is converted as well so I didn't need to keep EGL_DRIVERS_DIRS along with the per-driver HAVE_EGL_DRIVER_WHATEVER. Reviewed-by: Kenneth Graunke <[email protected]> |