summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/drm/intel/egl
Commit message (Collapse)AuthorAgeFilesLines
* gallium: Move egl drivers to targetsJakob Bornecrantz2010-03-242-17/+0
| | | | | | | | | | | | | | | | | | | | | | Atteched output from git commit: rename src/gallium/{winsys/drm => targets}/Makefile.egl (100%) rename src/gallium/{winsys/drm/intel/egl => targets/egl-i915}/Makefile (86%) rename src/gallium/{winsys/drm/i965/egl => targets/egl-i915}/dummy.c (100%) rename src/gallium/{winsys/drm/i965/egl => targets/egl-i965}/Makefile (86%) rename src/gallium/{winsys/drm/intel/egl => targets/egl-i965}/dummy.c (100%) rename src/gallium/{winsys/drm/nouveau/egl => targets/egl-nouveau}/Makefile (88%) rename src/gallium/{winsys/drm/nouveau/egl => targets/egl-nouveau}/dummy.c (100%) rename src/gallium/{winsys/drm/radeon/egl => targets/egl-radeon}/Makefile (87%) rename src/gallium/{winsys/drm/radeon/egl => targets/egl-radeon}/dummy.c (100%) create mode 100644 src/gallium/targets/egl-swrast/Makefile create mode 100644 src/gallium/targets/egl-swrast/swrast_glue.c rename src/gallium/{winsys/drm/vmware/egl => targets/egl-vmwgfx}/Makefile (86%) rename src/gallium/{winsys/drm/swrast/egl => targets/egl-vmwgfx}/dummy.c (100%) delete mode 100644 src/gallium/winsys/drm/swrast/Makefile delete mode 100644 src/gallium/winsys/drm/swrast/core/Makefile delete mode 100644 src/gallium/winsys/drm/swrast/core/swrast_drm_api.c delete mode 100644 src/gallium/winsys/drm/swrast/egl/Makefile delete mode 100644 src/gallium/winsys/drm/vmware/egl/dummy.c
* winsys/drm: Do not use --whole-archive in Makefile.egl.Chia-I Wu2010-02-181-1/+3
| | | | | --whole-archive is not portable. Have the drivers reference _eglMain as a poor man's --whole-archive.
* st/egl_g3d: Rename to st/egl.Chia-I Wu2010-01-222-0/+15
| | | | Simply the name to egl.
* st/egl: Remove the egl state tracker.Chia-I Wu2010-01-222-39/+0
| | | | | | 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.
* st/egl: Allow APIs other than OpenGL.Chia-I Wu2009-11-102-10/+20
| | | | | | | | This is done by stopping linking to libmesagallium.a and removing DRI related stuff. The state tracker an application links to decides the API supported. Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
* i915g: Drop the simple sufixJakob Bornecrantz2009-10-051-1/+1
| | | | | | None of the other driver have a silly sufix, so just drop it. Nothing new added in this commit or any other commit but this is better marketing.
* i915g: Link with trace on EGL and XorgJakob Bornecrantz2009-08-051-0/+1
|
* intel: Make gem export the drm_api_hocksJakob Bornecrantz2009-02-125-163/+5
|
* intel: Change link orderJakob Bornecrantz2009-01-291-1/+2
|
* i915: Use new egl state_trackerJakob Bornecrantz2009-01-1813-1550/+84
|
* i915: Silence warningJakob Bornecrantz2008-11-151-1/+1
|
* st: change from ** to * for st_unreference_framebuffer()Alan Hourihane2008-09-261-1/+1
|
* if we can't find a mode, return first. At least we shouldAlan Hourihane2008-08-171-5/+5
| | | | | see the top left portion if we've got larger screens on other CRTC's
* consolidate intel directories.Alan Hourihane2008-08-1711-0/+1651
we now have src/gallium/winsys/drm/intel/{common,dri,egl}