summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/egl/drm
Commit message (Expand)AuthorAgeFilesLines
* gallium-egl: Move wayland query_buffer implementationKristian Høgsberg2012-07-191-1/+2
* egl/drm: Include errno.hJosé Fonseca2012-03-111-0/+1
* Set close on exec flag FD_CLOEXECDavid Fries2012-03-111-1/+10
* st/egl: Move drm_display_authenticate into HAVE_WAYLAND_BACKEND section.Vinson Lee2012-02-201-9/+9
* st/egl: add native_present_controlChia-I Wu2011-09-081-6/+4
* egl/gbm: Fix EGL_DEFAULT_DISPLAYBenjamin Franzke2011-08-042-5/+22
* egl: Fix Terminate with shared gbm screensBenjamin Franzke2011-06-271-0/+2
* st/egl: reorganize backend initializationChia-I Wu2011-06-252-14/+14
* st/egl: make native_buffer interface typedChia-I Wu2011-06-241-20/+3
* st/egl: Hookup gbm for drm backendBenjamin Franzke2011-06-233-41/+76
* targets/egl: Support driver name lookup using pci listsBenjamin Franzke2011-06-071-31/+2
* st/egl: Implement EGL_WL_bind_wayland_display for x11,drm,waylandBenjamin Franzke2011-05-132-0/+117
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-111-1/+1
* st/egl: Implement swapbuffer throttlingThomas Hellstrom2011-03-011-3/+12
* st/egl/drm: Rework swapbuffersThomas Hellstrom2011-03-012-7/+32
* st/egl: Move the copy context to the native display structureThomas Hellstrom2011-03-011-2/+1
* st/egl: Downgrade warning to debug when we can't create a drm screenKristian Høgsberg2011-01-261-1/+1
* egl: Improve driver selection.Chia-I Wu2011-01-131-3/+11
* r300g: cleanup winsysMarek Olšák2010-12-051-1/+1
* st/egl: Use native_display_buffer for EGL_MESA_drm_image.Chia-I Wu2010-11-031-0/+24
* st/egl: Remove flush_frontbuffer and swap_buffers.Chia-I Wu2010-11-031-2/+0
* st/egl: Add native_surface::present callback.Chia-I Wu2010-11-032-0/+30
* st/egl: Fix native_mode refresh mode.Chia-I Wu2010-10-231-2/+2
* st/egl: s/kms/drm/ on the drm backend.Chia-I Wu2010-09-193-303/+303
* st/egl: Rename kms backend to drm.Chia-I Wu2010-09-193-0/+1005