summaryrefslogtreecommitdiffstats
path: root/src/egl
Commit message (Expand)AuthorAgeFilesLines
* egl/wayland: Return -1 from get_back_bo to indicate errorKristian Høgsberg2013-12-091-1/+1
* egl_dri2: Remove the unused swap_interval member of dri2_egl_surfaceNeil Roberts2013-12-091-1/+0
* wayland: Add support for eglSwapIntervalNeil Roberts2013-12-073-40/+119
* wayland: Block for the frame callback in get_back_bo not dri2_swap_buffersNeil Roberts2013-12-071-14/+22
* wayland: Add an extension to create wl_buffers from EGLImagesNeil Roberts2013-12-045-0/+113
* egl/wayland: Damage INT32_MAX x INT32_MAX region for eglSwapBuffersKristian Høgsberg2013-12-041-2/+2
* Enable throttling in SwapBuffersAxel Davy2013-12-041-1/+13
* egl/wayland: Send commit after flushing the driver contextKristian Høgsberg2013-12-041-2/+1
* egl/wayland: Flush the wl_display at the end of SwapBuffersAxel Davy2013-12-041-0/+2
* egl: add HAVE_LIBDRM define, fix EGL X11 platformTapani Pälli2013-12-031-6/+3
* egl: Kill macro _EGL_DECLARE_MUTEXChad Versace2013-11-265-8/+5
* egl: Enable EGL_EXT_client_extensionsChad Versace2013-11-263-1/+22
* wayland: Use __DRIimage based getBuffers implementation when availableKristian Høgsberg2013-11-122-47/+96
* gbm: Add support for __DRIimage based getBuffers when availableKristian Høgsberg2013-11-121-8/+38
* EGL: fix build without libdrmSamuel Thibault2013-11-102-0/+22
* wayland: silence unused var warningFabio Pedretti2013-10-301-2/+0
* dri: Pass in the dlsym()ed driver extension to screen creation.Eric Anholt2013-10-242-6/+25
* egl: Add an optional function call for getting the DRI driver interface.Eric Anholt2013-10-241-2/+18
* wayland: Don't leak wl_drm global when unbinding displayAnder Conselvan de Oliveira2013-10-221-2/+5
* egl_dri2: Set NativeVisualID to the matching GBM config for the gbm platformKristian Høgsberg2013-10-151-2/+21
* egl_dri2: Remove depth argument from dri2_add_config()Kristian Høgsberg2013-10-156-26/+14
* egl_dri2: Match X11 visuals using rgba masks instead of depthKristian Høgsberg2013-10-151-1/+20
* egl-wayland: Add support for RGB565 pixel format for Wayland clientsSingh, Satyeshwar2013-10-152-2/+14
* wayland: Only pass wl_drm instance to gbm when using gbm platformKristian Høgsberg2013-10-111-1/+2
* wayland: Don't rely on static variable for identifying wl_drm buffersKristian Høgsberg2013-10-113-12/+20
* egl/main: remove undefined X11_LIBS automake variableGaetan Nadon2013-10-091-1/+1
* Use -Bsymbolic when linking libEGL.soCarl Worth2013-09-301-1/+1
* glx: fix compile error in egl_glx.c.Gaetan Nadon2013-09-191-1/+1
* wayland-egl.pc requires wayland-client.pc.Torsten Duwe2013-09-111-0/+1
* gbm: Link to libwayland-drm if Wayland EGL platform is enabledArmin K2013-08-121-4/+0
* egl: Do not export private symbolsChad Versace2013-08-085-0/+5
* egl: Update to Wayland 1.2 server APIAnder Conselvan de Oliveira2013-08-076-47/+65
* egl/dri2: support for creating images out of dma buffersTopi Pohjolainen2013-08-021-0/+262
* egl: definitions for EXT_image_dma_buf_importTopi Pohjolainen2013-08-025-0/+98
* egl: Restore "bogus" DRI2 invalidate event code.Eric Anholt2013-07-311-0/+14
* egl/build: Remove unused GLAPI_LIB.Matt Turner2013-07-221-2/+0
* egl: Drop configs with unknown or invalide __DRI_ATTRIB_RENDER_TYPEIan Romanick2013-07-181-1/+1
* dri: Introduce new flags in __DRI_ATTRIB_RENDER_TYPETomasz Lis2013-07-181-1/+1
* wayland: Handle global_remove event as wellKristian Høgsberg2013-06-181-1/+8
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* egl/android: Fix error condition for EGL_ANDROID_image_native_bufferChad Versace2013-05-081-2/+14
* egl/wayland: Implement EGL_EXT_swap_buffers_with_damageRobert Bragg2013-05-071-3/+26
* egl: Add extension infrastructure for EGL_EXT_swap_buffers_with_damageRobert Bragg2013-05-074-0/+41
* android: libsync is needed on Android 4.2+ for any driverChia-I Wu2013-05-061-5/+3
* android: add ilo to the build systemChia-I Wu2013-05-061-0/+6
* wayland: Make eglQueryBufferWL succeed for width and height requests tooRob Bradford2013-05-021-2/+2
* egl/dri2: Fix min/max swap interval of configsChad Versace2013-04-241-3/+3
* egl/dri2: NULL check value returned by dri2_create_surfaceIan Romanick2013-04-121-8/+9
* egl/x11: Fix initialisation of swap_intervalRalf Jung2013-04-101-2/+2
* egl_dri2: Lower __DRI_IMAGE version requirement back to 1Kristian Høgsberg2013-03-192-2/+13