summaryrefslogtreecommitdiffstats
path: root/src/egl/drivers/xdri/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* egl: Remove egl_xdri.Chia-I Wu2010-02-051-28/+0
| | | | | | | egl_xdri steals code from src/glx/x11/. This makes it broken from time to time when there is a bigger change to the GLX code. As egl_dri2 has been merged, which also functions as a DRI2 driver loader, remove egl_xdri for good.
* egl_xdri: Add support for DRISW.Chia-I Wu2010-01-221-1/+1
| | | | | Try DRISW if both DRI2 and DRI fail. It can also be forced by setting EGL_SOFTWARE. When DRISW is used, single-buffered modes are ignored.
* egl: Update driver Makefiles.Chia-I Wu2010-01-221-66/+16
| | | | Update to use the new Makefile.template.
* egl_xdri: Revive the driver.Chia-I Wu2009-08-241-5/+10
| | | | | | | | | egl_xdri does not compile for some time. This commit revives the driver. It no longer depends on libGL.so for GLX related functions. Instead, it uses code from src/glx/ directly. Both DRI and DRI2 are supported. Signed-off-by: Chia-I Wu <[email protected]>
* Use separate $(MINSTALL) for installing librariesDan Nicholson2009-06-011-1/+1
| | | | | | | | | | | | | The special feature of bin/minstall to copy symlinks is only ever needed when installing libraries which may have .so symlinks. All the headers and directories can use a normal install program. These two modes are separated as $(INSTALL) and $(MINSTALL) to allow the user (or autoconf) to override installing normal files as they please. An autoconf check for the install program has been added and will be used in preference to minstall when available. Fixes bug 16053.
* egl: Fix newline typo in MakefilesCarl-Johan Kjellander2009-03-261-1/+2
|
* Add install target for eglJohannes Engel2009-02-111-0/+2
| | | | | Signed-off-by: Johannes Engel <[email protected]> Acked-by: Jakob Bornecrantz <[email protected]>
* egl: remove space after -L flagBrian Paul2008-10-021-1/+1
|
* egl_xdri: Add the top-level lib dir so we link against the libGL we built.Dima Zavin2008-09-111-0/+1
|
* egl_dri/egl_xdri: Makefiles should use pkg-config to find libdrm.Dima Zavin2008-09-111-1/+1
|
* egl: link libEGL w/ additional libsBrian Paul2008-07-091-1/+3
|
* egl: EGL->DRI adaptor/driverBrian Paul2008-06-061-0/+67
Allows regular DRI drivers to work with libEGL.