summaryrefslogtreecommitdiff
path: root/src/egl
AgeCommit message (Expand)AuthorFilesLines
2013-01-22egl/wayland: Destroy the pending buffer callback with the egl surfaceAnder Conselvan de Oliveira2-0/+7
2013-01-20egl/dri2: Set error code when dri2CreateContextAttribs failsChad Versace1-0/+64
2013-01-10wayland: Don't cancel a roundtrip when any event is receivedJonas Ådahl1-0/+3
2013-01-10egl/wayland: Dispatch the event queue before get_buffersAnder Conselvan de Oliveira1-0/+3
2013-01-10egl/wayland: Add invalidate back in eglSwapBuffers()Kristian Høgsberg1-0/+1
2013-01-10egl/wayland: Don't invalidate drawable on swap buffersAnder Conselvan de Oliveira3-1/+27
2012-11-08wayland: Destroy frame callback when destroying surfaceJonas Ådahl1-0/+3
2012-11-08egl_dri2/x11: Fix eglPostSubBufferNV()Fredrik Höglund1-1/+1
2012-11-02egl: Return EGL_BAD_MATCH for invalid profile attributesMatt Turner1-10/+7
2012-10-31wayland: Drop support for ill-defined, unused wl_egl_pixmapKristian Høgsberg3-187/+4
2012-10-31wayland: Remove 0.85 compatibility #ifdefsKristian Høgsberg1-26/+0
2012-10-31egl/wayland: Update to Wayland 0.99 APIKristian Høgsberg2-28/+78
2012-10-05SwapBuffersRegionNOK: invert rectangles on y axisRobert Bragg1-2/+1
2012-10-03build: Use AX_PTHREAD's HAVE_PTHREAD preprocessor definitionMatt Turner2-4/+4
2012-09-04android: do not expose single buffered eglconfigsTapani Pälli1-11/+8
2012-09-04android: fix liblog API changesTapani Pälli1-3/+14
2012-08-31dri: Rework planar image interfaceJakob Bornecrantz1-90/+38
2012-08-27egl: fix invalid flag detection for EGL_KHR_create_contextMatt Turner1-1/+1
2012-08-26gbm: Use libkms to replace DRI cursor imagesJakob Bornecrantz1-0/+1
2012-08-23egl_dri2: Fix segmentation faultPaulo Alcantara1-1/+1
2012-08-14egl: Allow OpenGL ES 3.0 as a versionIan Romanick2-1/+8
2012-08-14egl_dri2: Add support for EGL_KHR_create_context and EGL_EXT_create_context_r...Ian Romanick2-6/+62
2012-08-14egl: Implement front-end support for EGL_EXT_create_context_robustnessIan Romanick3-0/+29
2012-08-14egl: Implement front-end support for EGL_KHR_create_contextIan Romanick4-5/+217
2012-08-14egl_dri2: Silence warnings about missing initializersIan Romanick1-2/+2
2012-08-14egl: Rename ClientVersion to ClientMajorVersion, add ClientMinorVersionIan Romanick3-7/+9
2012-08-14egl_dri2: Use createContextAttribs if DRI2 version >= 3Ian Romanick1-1/+17
2012-08-14egl_dri2: Require DRI2 version 2Ian Romanick1-22/+5
2012-08-06egl: Replace KHR_surfaceless_* extensions with KHR_surfaceless_contextIan Romanick5-35/+8
2012-08-06egl_dri2: Refactor dereference of dri2_ctx_sharedIan Romanick1-6/+5
2012-08-06egl_dri2: Remove swrast version >= 2 checksIan Romanick1-27/+11
2012-07-19wayland: Support EGL_WIDTH and EGL_HEIGHT queries for wl_bufferKristian Høgsberg1-1/+8
2012-07-19wayland: Use existing EGL_TEXTURE_FORMAT for querying wl_buffer texture formatKristian Høgsberg1-11/+11
2012-07-17wayland: Include wl_drm format enum in wayland-drm.hKristian Høgsberg1-1/+64
2012-07-16egl_dri2: NULL check for EGLNativeWindowTypeElvis Lee1-0/+2
2012-07-16gbm: Add new gbm_bo_import entry pointKristian Høgsberg1-3/+0
2012-07-13wayland: Stop trying to use make rules from aclocal, just copy and pasteKristian Høgsberg2-1/+8
2012-07-13automake: convert libglapiJon TURNEY1-1/+1
2012-07-11egl: Add EGL_WAYLAND_PLANE_WL attributeKristian Høgsberg6-16/+166
2012-07-11wayland-drm: Add protocol to create planar buffersKristian Høgsberg4-21/+91
2012-07-11wayland-drm: Pass struct wl_drm_buffer to the driverKristian Høgsberg3-37/+33
2012-07-05egl_dri2: Reorganize the EGLImage constructors to share more codeKristian Høgsberg1-78/+37
2012-06-21automake: Convert src/egl/Makefile to automake.Eric Anholt3-36/+29
2012-05-03egl_dri2: Fix out of tree builds with the wayland backend enabledRobert Hooker1-0/+1
2012-04-30egl/android: Add support for RGBX_8888 used in Android native buffersSean V Kelley1-0/+2
2012-04-13radeonsi: initial WIP SI codeTom Stellard1-2/+5
2012-04-13egl: fix uninitialized valuesDylan Noblesmith1-1/+1
2012-04-12wayland-drm: Implement wl_buffer.damage in old versions of WaylandNeil Roberts1-0/+26
2012-04-10egl_dri2: fix aux buffer leak in drm platformMandeep Singh Baines1-5/+4
2012-04-10wayland-drm: remove wl_buffer.damagePekka Paalanen1-7/+0