summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/egl/wayland
Commit message (Expand)AuthorAgeFilesLines
* egl-wayland: Fix left-over wl_display_roundtrip() usageKristian Høgsberg2013-02-141-1/+1
* wayland: Don't cancel a roundtrip when any event is receivedJonas Ådahl2013-01-031-1/+4
* wayland: Destroy frame callback when destroying surfaceJonas Ådahl2012-11-071-0/+3
* wayland: Drop support for ill-defined, unused wl_egl_pixmapKristian Høgsberg2012-10-172-107/+0
* egl/wayland: Update to Wayland 0.99 APIKristian Høgsberg2012-10-174-40/+94
* Remove useless checks for NULL before freeingMatt Turner2012-09-052-6/+3
* wayland-drm: close fd after the display is uninitializedPhilipp Brüschweiler2012-08-161-2/+3
* gallium-egl: Move wayland query_buffer implementationKristian Høgsberg2012-07-191-1/+2
* st/egl: Update to the new wl_shm_pool interfaceBenjamin Franzke2012-04-031-3/+8
* st/egl: Also remove wl_buffer_damage in wayland backendBenjamin Franzke2012-03-271-1/+0
* Set close on exec flag FD_CLOEXECDavid Fries2012-03-111-1/+9
* wayland: Use new wl_display_disconnectBenjamin Franzke2012-03-052-2/+2
* Complete ARGB8888 naming convention format renames missedScott Moreau2012-01-171-4/+3
* wayland-drm: Drop the non-premul formats, use format codes from drm_fourcc.hKristian Høgsberg2012-01-114-29/+14
* st/egl: add premultiplied alpha support to waylandBenjamin Franzke2011-09-084-4/+24
* st/egl: correctly return configs under waylandBenjamin Franzke2011-09-084-23/+98
* Revert "st/egl: correctly return configs under wayland"Chia-I Wu2011-09-084-113/+30
* Revert "st/egl: add premultiplied alpha support to wayland"Chia-I Wu2011-09-084-32/+3
* st/egl: add premultiplied alpha support to waylandChia-I Wu2011-09-084-3/+32
* st/egl: correctly return configs under waylandChia-I Wu2011-09-084-30/+113
* st/egl: add native_present_controlChia-I Wu2011-09-081-5/+3
* st/egl: track changes to drop wl_visual in waylandChia-I Wu2011-09-082-14/+24
* st/egl: track server side wayland changesChia-I Wu2011-09-082-2/+2
* st/egl: use new wl_callback mechanism in waylandChia-I Wu2011-09-082-49/+30
* st/egl: add get_pixmap_format callback to native_displayChia-I Wu2011-06-251-4/+5
* st/egl: clean up eglCopyBuffersChia-I Wu2011-06-251-0/+1
* st/egl: reorganize backend initializationChia-I Wu2011-06-254-35/+15
* st/egl: make native_buffer interface typedChia-I Wu2011-06-241-20/+3
* st/egl/wayland: Take resize parameters only if size changesBenjamin Franzke2011-06-231-5/+3
* st/eglwayland: Add support for EGL_DEFAULT_DISPLAYBenjamin Franzke2011-06-124-0/+15
* targets/egl: Support driver name lookup using pci listsBenjamin Franzke2011-06-071-39/+1
* st/egl/wayland: Deal with wayland visual changesBenjamin Franzke2011-05-201-17/+21
* st/egl: Implement EGL_WL_bind_wayland_display for x11,drm,waylandBenjamin Franzke2011-05-131-0/+69
* egl/wayland: Fix possible lockup in drm initializationBenjamin Franzke2011-04-291-1/+1
* st/egl: Add wayland shm softpipe supportBenjamin Franzke2011-04-253-3/+191
* st/egl: Generalize wayland backend a bitBenjamin Franzke2011-04-253-253/+361
* egl/wayland: Update to buffer.damage additionBenjamin Franzke2011-04-221-0/+1
* st/egl: Update to wayland protocol,egl changesBenjamin Franzke2011-04-222-27/+92
* egl/wayland: Update to per-surface frame eventsBenjamin Franzke2011-04-121-3/+3
* egl: Add EGL_WL_bind_wayland_displayBenjamin Franzke2011-03-011-0/+1
* st/egl: Move the copy context to the native display structureThomas Hellstrom2011-03-011-2/+1
* st/egl wayland: Sync front buffer releaseBenjamin Franzke2011-02-102-1/+33
* st/egl wayland: Set color_format according to wl_visualBenjamin Franzke2011-02-101-5/+6
* st/egl: Add wayland platformBenjamin Franzke2011-02-072-0/+690