summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/egl
Commit message (Expand)AuthorAgeFilesLines
* gallium: pass the current context to the flush_front state tracker functionMarek Olšák2012-12-071-2/+4
* scons: Require drm to build gallium/state_trackers/egl/x11/x11_screen.c.Vinson Lee2012-12-041-2/+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-058-30/+15
* Remove useless checks for NULL before freeingMatt Turner2012-09-052-9/+4
* Don't cast the return value of malloc/reallocMatt Turner2012-09-051-4/+4
* Remove Xcalloc/Xmalloc/Xfree callsMatt Turner2012-09-052-19/+19
* wayland-drm: close fd after the display is uninitializedPhilipp Brüschweiler2012-08-161-2/+3
* st/egl: Fix up for ClientVersion -> ClientMajorVersion rename.Michel Dänzer2012-08-151-3/+3
* egl: Replace KHR_surfaceless_* extensions with KHR_surfaceless_contextIan Romanick2012-08-061-3/+1
* gallium-egl: Move wayland query_buffer implementationKristian Høgsberg2012-07-197-32/+54
* wayland: Support EGL_WIDTH and EGL_HEIGHT queries for wl_bufferKristian Høgsberg2012-07-191-3/+10
* wayland: Use existing EGL_TEXTURE_FORMAT for querying wl_buffer texture formatKristian Høgsberg2012-07-191-3/+3
* gallium-egl: Implement eglQueryWaylandBufferWLKristian Høgsberg2012-07-191-1/+31
* st/egl: Fix build for wayland includesElvis Lee2012-07-171-3/+4
* st/egl: fix uninitialized pointer bugBrian Paul2012-07-161-1/+1
* wayland-drm: Add protocol to create planar buffersKristian Høgsberg2012-07-111-1/+1
* wayland-drm: Pass struct wl_drm_buffer to the driverKristian Høgsberg2012-07-112-15/+16
* scons: Fix missing gbm symbols in st/egl.José Fonseca2012-05-121-3/+5
* egl-fbdev: Fix compile-error by including errno.hDavid Herrmann2012-04-301-0/+1
* 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
* egl/drm: Include errno.hJosé Fonseca2012-03-111-0/+1
* Set close on exec flag FD_CLOEXECDavid Fries2012-03-114-4/+38
* wayland: Use new wl_display_disconnectBenjamin Franzke2012-03-052-2/+2
* st/egl: Move drm_display_authenticate into HAVE_WAYLAND_BACKEND section.Vinson Lee2012-02-201-9/+9
* 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-115-32/+16
* egl,glx,wgl: Fixes stapi->createContext usageAlexandre Demers2011-12-241-2/+3
* st/egl: error check and clamp coordinates in eglPostSubBufferNVChia-I Wu2011-12-201-8/+21
* st/egl: Add support for EGL_NV_post_sub_bufferFredrik Höglund2011-12-202-2/+24
* egl: remove #ifdef's for official extensionsChia-I Wu2011-12-204-14/+0
* st/egl: fix compiler warningsChia-I Wu2011-12-152-3/+3
* st/egl: Implement EGL_NOK_swap_region for x11Fredrik Höglund2011-12-153-20/+51
* st/egl: Add support for EGL_NOK_swap_regionFredrik Höglund2011-12-153-3/+46
* android: add support for ICSChia-I Wu2011-11-253-13/+22
* st/egl: fix a crash in Android backendChia-I Wu2011-11-251-3/+4
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-111-1/+1
* egl: restore missing \ in MakefileBrian Paul2011-10-041-1/+1
* configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles.Stéphane Marchesin2011-10-041-3/+3
* st/egl: add support for null platformChia-I Wu2011-09-204-2/+213
* st/egl: Fix GDI build.José Fonseca2011-09-081-1/+1
* 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