Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | egl: Use the link functions to manage resources. | Chia-I Wu | 2009-07-17 | 1 | -15/+27 | |
| | | | | | | | | This commit uses the newly introduced link functions to manage EGL contexts and surfaces. As a result of this, the API for drivers are changed. All drivers are updated for the change. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||||
* | Use separate $(MINSTALL) for installing libraries | Dan Nicholson | 2009-06-01 | 1 | -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 Makefiles | Carl-Johan Kjellander | 2009-03-26 | 1 | -1/+2 | |
| | ||||||
* | egl: fix comment | Alan Hourihane | 2009-03-19 | 1 | -3/+3 | |
| | ||||||
* | egl: try harder for eglGetProcAddress() | Alan Hourihane | 2009-03-19 | 1 | -1/+14 | |
| | ||||||
* | egl: glx updates for FBconfigs | Alan Hourihane | 2009-02-19 | 1 | -12/+18 | |
| | ||||||
* | egl: error checking | Alan Hourihane | 2009-02-19 | 1 | -2/+5 | |
| | ||||||
* | Add install target for egl | Johannes Engel | 2009-02-11 | 1 | -0/+2 | |
| | | | | | Signed-off-by: Johannes Engel <jcnengel@googlemail.com> Acked-by: Jakob Bornecrantz <jakob@vmware.com> | |||||
* | egl: fix makecurrent with null drawable/context | Alan Hourihane | 2009-01-14 | 1 | -1/+1 | |
| | ||||||
* | egl: fix egl closure | Alan Hourihane | 2008-12-23 | 1 | -2/+29 | |
| | ||||||
* | egl: fix startup query version | Alan Hourihane | 2008-12-23 | 1 | -4/+8 | |
| | ||||||
* | egl: support GLXFBConfigs, pbuffers and pixmaps. | Alan Hourihane | 2008-12-23 | 1 | -13/+246 | |
| | ||||||
* | disable OPENGL_BIT | Alan Hourihane | 2008-10-27 | 1 | -4/+4 | |
| | ||||||
* | egl: cleanup doublebuffer check | Alan Hourihane | 2008-09-26 | 1 | -2/+3 | |
| | ||||||
* | egl: fudge with LIBGL_DRIVERS_PATH to pick up EGL specific DRI driver. | Alan Hourihane | 2008-09-26 | 1 | -3/+12 | |
| | ||||||
* | egl: Add new EGL driver that wraps GLX. | Alan Hourihane | 2008-09-26 | 2 | -0/+648 | |