summaryrefslogtreecommitdiffstats
path: root/src/egl
Commit message (Expand)AuthorAgeFilesLines
* egl/dri2: Set error code when dri2CreateContextAttribs failsChad Versace2012-11-191-0/+64
* Remove OpenVMS supportMatt Turner2012-11-161-3/+1
* wayland: Destroy frame callback when destroying surfaceJonas Ådahl2012-11-071-0/+3
* egl_dri2/x11: Fix eglPostSubBufferNV()Fredrik Höglund2012-11-071-1/+1
* wayland: Drop support for ill-defined, unused wl_egl_pixmapKristian Høgsberg2012-10-173-187/+4
* wayland: Remove 0.85 compatibility #ifdefsKristian Høgsberg2012-10-171-26/+0
* egl/wayland: Update to Wayland 0.99 APIKristian Høgsberg2012-10-172-28/+78
* egl: Return EGL_BAD_MATCH for invalid profile attributesMatt Turner2012-10-101-10/+7
* egl: Remove bogus invalidate code.Eric Anholt2012-10-091-5/+0
* egl: Add support for driconf control of swapinterval.Eric Anholt2012-10-093-8/+77
* egl: Quit checking for a bug in old xcb when we require new xcb.Eric Anholt2012-10-091-4/+0
* egl: Drop xcb ifdefs by just requiring a version from this year.Eric Anholt2012-10-091-13/+0
* egl: Unifdef dri_interface.h defines.Eric Anholt2012-10-091-6/+0
* egl: Cleanly cast EGLNative* pointers to X11 types.Eric Anholt2012-10-091-2/+4
* SwapBuffersRegionNOK: invert rectangles on y axisRobert Bragg2012-10-021-2/+1
* build: Use AX_PTHREAD's HAVE_PTHREAD preprocessor definitionMatt Turner2012-10-012-4/+4
* Use calloc instead of malloc/memset-0Matt Turner2012-09-054-17/+6
* Remove useless checks for NULL before freeingMatt Turner2012-09-053-8/+4
* Don't cast the return value of malloc/reallocMatt Turner2012-09-054-4/+4
* Remove Xcalloc/Xmalloc/Xfree callsMatt Turner2012-09-051-3/+3
* dri: Rework planar image interfaceJakob Bornecrantz2012-08-311-90/+38
* android: do not expose single buffered eglconfigsTapani Pälli2012-08-311-11/+8
* android: fix liblog API changesTapani Pälli2012-08-311-3/+14
* egl: fix invalid flag detection for EGL_KHR_create_contextMatt Turner2012-08-271-1/+1
* gbm: Use libkms to replace DRI cursor imagesJakob Bornecrantz2012-08-261-0/+1
* egl_dri2: Fix segmentation faultPaulo Alcantara2012-08-231-1/+1
* egl: Allow OpenGL ES 3.0 as a versionIan Romanick2012-08-142-1/+8
* egl_dri2: Add support for EGL_KHR_create_context and EGL_EXT_create_context_r...Ian Romanick2012-08-142-6/+62
* egl: Implement front-end support for EGL_EXT_create_context_robustnessIan Romanick2012-08-143-0/+29
* egl: Implement front-end support for EGL_KHR_create_contextIan Romanick2012-08-144-5/+217
* egl_dri2: Silence warnings about missing initializersIan Romanick2012-08-141-2/+2
* egl: Rename ClientVersion to ClientMajorVersion, add ClientMinorVersionIan Romanick2012-08-143-7/+9
* egl_dri2: Use createContextAttribs if DRI2 version >= 3Ian Romanick2012-08-141-1/+17
* egl_dri2: Require DRI2 version 2Ian Romanick2012-08-141-22/+5
* egl: Replace KHR_surfaceless_* extensions with KHR_surfaceless_contextIan Romanick2012-08-065-35/+8
* egl_dri2: Refactor dereference of dri2_ctx_sharedIan Romanick2012-08-061-6/+5
* egl_dri2: Remove swrast version >= 2 checksIan Romanick2012-08-061-27/+11
* wayland: Support EGL_WIDTH and EGL_HEIGHT queries for wl_bufferKristian Høgsberg2012-07-191-1/+8
* wayland: Use existing EGL_TEXTURE_FORMAT for querying wl_buffer texture formatKristian Høgsberg2012-07-191-11/+11
* wayland: Include wl_drm format enum in wayland-drm.hKristian Høgsberg2012-07-171-1/+64
* egl_dri2: NULL check for EGLNativeWindowTypeElvis Lee2012-07-161-0/+2
* gbm: Add new gbm_bo_import entry pointKristian Høgsberg2012-07-161-3/+0
* wayland: Stop trying to use make rules from aclocal, just copy and pasteKristian Høgsberg2012-07-132-1/+8
* automake: convert libglapiJon TURNEY2012-07-131-1/+1
* egl: Add EGL_WAYLAND_PLANE_WL attributeKristian Høgsberg2012-07-116-16/+166
* wayland-drm: Add protocol to create planar buffersKristian Høgsberg2012-07-114-21/+91
* wayland-drm: Pass struct wl_drm_buffer to the driverKristian Høgsberg2012-07-113-37/+33
* egl_dri2: Reorganize the EGLImage constructors to share more codeKristian Høgsberg2012-07-051-78/+37
* automake: Convert src/egl/Makefile to automake.Eric Anholt2012-06-213-36/+29
* egl_dri2: Fix out of tree builds with the wayland backend enabledRobert Hooker2012-05-031-0/+1