summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/egl/drm/native_drm.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-03-19gallium-egl: Fix compile errors introduced in de315f76aKristian Høgsberg1-1/+1
2012-12-11st/egl/drm: only unref the udev device if neededTobias Droste1-4/+5
2012-09-05Remove useless checks for NULL before freeingMatt Turner1-4/+2
2012-07-19gallium-egl: Move wayland query_buffer implementationKristian Høgsberg1-1/+2
2012-03-11egl/drm: Include errno.hJosé Fonseca1-0/+1
2012-03-11Set close on exec flag FD_CLOEXECDavid Fries1-1/+10
2012-02-20st/egl: Move drm_display_authenticate into HAVE_WAYLAND_BACKEND section.Vinson Lee1-9/+9
2011-08-04egl/gbm: Fix EGL_DEFAULT_DISPLAYBenjamin Franzke1-5/+18
2011-06-27egl: Fix Terminate with shared gbm screensBenjamin Franzke1-0/+2
2011-06-25st/egl: reorganize backend initializationChia-I Wu1-13/+13
2011-06-24st/egl: make native_buffer interface typedChia-I Wu1-20/+3
2011-06-23st/egl: Hookup gbm for drm backendBenjamin Franzke1-41/+36
2011-06-07targets/egl: Support driver name lookup using pci listsBenjamin Franzke1-31/+2
2011-05-13st/egl: Implement EGL_WL_bind_wayland_display for x11,drm,waylandBenjamin Franzke1-0/+108
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák1-1/+1
2011-03-01st/egl: Move the copy context to the native display structureThomas Hellstrom1-2/+1
2011-01-26st/egl: Downgrade warning to debug when we can't create a drm screenKristian Høgsberg1-1/+1
2011-01-13egl: Improve driver selection.Chia-I Wu1-3/+11
2010-12-05r300g: cleanup winsysMarek Olšák1-1/+1
2010-11-03st/egl: Use native_display_buffer for EGL_MESA_drm_image.Chia-I Wu1-0/+24
2010-11-03st/egl: Add native_surface::present callback.Chia-I Wu1-0/+3
2010-09-19st/egl: s/kms/drm/ on the drm backend.Chia-I Wu1-47/+47
2010-09-19st/egl: Rename kms backend to drm.Chia-I Wu1-0/+240