summaryrefslogtreecommitdiff
path: root/src/egl/drivers/dri2/platform_drm.c
AgeCommit message (Collapse)Author
2011-03-01egl: Add EGL_WL_bind_wayland_displayBenjamin Franzke
2011-02-16egl_dri2: add swrastHaitao Feng
This enables the egl_dri2 driver to load swrast driver for software rendering. It could be used when hardware dri2 drivers are not available, such as in VM. Signed-off-by: Haitao Feng <haitao.feng@intel.com>
2011-02-14egl_dri2: add nouveau support.Dave Airlie
but really wtf? all these PCI IDs need to be ripped out of here, its totally unscalable and the drivers already have this info so could export it some better way. tested by Darxus on #wayland.
2011-02-10egl_dri2: Use double buffering for window surfacesBenjamin Franzke
2011-02-07egl_dri2: Export dri2_get_driver_for_fdBenjamin Franzke
2011-02-03egl_dri2: Add new radeon pci idsAlex Deucher
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
2011-02-03egl_dri2: Split out drm platform implementation to a separate fileKristian Høgsberg