summaryrefslogtreecommitdiffstats
path: root/src/egl
Commit message (Expand)AuthorAgeFilesLines
* 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
* wayland: Add prime fd passing as a buffer sharing mechanismKristian Høgsberg2013-03-186-34/+149
* wayland: allocate a __DRIimage for the color bufferKristian Høgsberg2013-03-182-23/+37
* mesa,gallium,egl,mapi: One definition of C99 inline/__func__ to rule them all.José Fonseca2013-03-121-38/+6
* egl/wayland: Don't block on EGL_DEFAULT_DISPAY under waylandKristian Høgsberg2013-02-261-0/+4
* egl: Allow 24-bit visuals for 32-bit RGBA8888 configsIan Romanick2013-02-261-1/+8
* egl-wayland: Make sure we allocate a back buffer even if nothing was renderedKristian Høgsberg2013-02-081-0/+8
* egl/dri: Don't invoke dri2_dpy->flush if it's NULL.José Fonseca2013-02-061-1/+2
* egl/dri2: Fix memory leak.Vinson Lee2013-02-011-0/+1
* dri2: Create image from textureAbdiel Janulgue2013-02-011-0/+122
* android: use gralloc_drm_get_gem_handle apiTapani Pälli2013-01-282-7/+5