summaryrefslogtreecommitdiff
path: root/src/egl
AgeCommit message (Expand)AuthorFilesLines
2013-12-12Enable throttling in SwapBuffersAxel Davy1-1/+13
2013-12-12egl/wayland: Send commit after flushing the driver contextKristian Høgsberg1-2/+1
2013-12-12egl/wayland: Flush the wl_display at the end of SwapBuffersAxel Davy1-0/+2
2013-12-09egl/wayland: Damage INT32_MAX x INT32_MAX region for eglSwapBuffersKristian Høgsberg1-2/+2
2013-11-15wayland: Use __DRIimage based getBuffers implementation when availableKristian Høgsberg2-47/+96
2013-11-15gbm: Add support for __DRIimage based getBuffers when availableKristian Høgsberg1-8/+38
2013-10-30wayland: silence unused var warningFabio Pedretti1-2/+0
2013-10-24dri: Pass in the dlsym()ed driver extension to screen creation.Eric Anholt2-6/+25
2013-10-24egl: Add an optional function call for getting the DRI driver interface.Eric Anholt1-2/+18
2013-10-22wayland: Don't leak wl_drm global when unbinding displayAnder Conselvan de Oliveira1-2/+5
2013-10-15egl_dri2: Set NativeVisualID to the matching GBM config for the gbm platformKristian Høgsberg1-2/+21
2013-10-15egl_dri2: Remove depth argument from dri2_add_config()Kristian Høgsberg6-26/+14
2013-10-15egl_dri2: Match X11 visuals using rgba masks instead of depthKristian Høgsberg1-1/+20
2013-10-15egl-wayland: Add support for RGB565 pixel format for Wayland clientsSingh, Satyeshwar2-2/+14
2013-10-11wayland: Only pass wl_drm instance to gbm when using gbm platformKristian Høgsberg1-1/+2
2013-10-11wayland: Don't rely on static variable for identifying wl_drm buffersKristian Høgsberg3-12/+20
2013-10-09egl/main: remove undefined X11_LIBS automake variableGaetan Nadon1-1/+1
2013-09-30Use -Bsymbolic when linking libEGL.soCarl Worth1-1/+1
2013-09-19glx: fix compile error in egl_glx.c.Gaetan Nadon1-1/+1
2013-09-11wayland-egl.pc requires wayland-client.pc.Torsten Duwe1-0/+1
2013-08-12gbm: Link to libwayland-drm if Wayland EGL platform is enabledArmin K1-4/+0
2013-08-08egl: Do not export private symbolsChad Versace5-0/+5
2013-08-07egl: Update to Wayland 1.2 server APIAnder Conselvan de Oliveira6-47/+65
2013-08-02egl/dri2: support for creating images out of dma buffersTopi Pohjolainen1-0/+262
2013-08-02egl: definitions for EXT_image_dma_buf_importTopi Pohjolainen5-0/+98
2013-07-31egl: Restore "bogus" DRI2 invalidate event code.Eric Anholt1-0/+14
2013-07-22egl/build: Remove unused GLAPI_LIB.Matt Turner1-2/+0
2013-07-18egl: Drop configs with unknown or invalide __DRI_ATTRIB_RENDER_TYPEIan Romanick1-1/+1
2013-07-18dri: Introduce new flags in __DRI_ATTRIB_RENDER_TYPETomasz Lis1-1/+1
2013-06-18wayland: Handle global_remove event as wellKristian Høgsberg1-1/+8
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-05-08egl/android: Fix error condition for EGL_ANDROID_image_native_bufferChad Versace1-2/+14
2013-05-07egl/wayland: Implement EGL_EXT_swap_buffers_with_damageRobert Bragg1-3/+26
2013-05-07egl: Add extension infrastructure for EGL_EXT_swap_buffers_with_damageRobert Bragg4-0/+41
2013-05-06android: libsync is needed on Android 4.2+ for any driverChia-I Wu1-5/+3
2013-05-06android: add ilo to the build systemChia-I Wu1-0/+6
2013-05-02wayland: Make eglQueryBufferWL succeed for width and height requests tooRob Bradford1-2/+2
2013-04-24egl/dri2: Fix min/max swap interval of configsChad Versace1-3/+3
2013-04-12egl/dri2: NULL check value returned by dri2_create_surfaceIan Romanick1-8/+9
2013-04-10egl/x11: Fix initialisation of swap_intervalRalf Jung1-2/+2
2013-03-19egl_dri2: Lower __DRI_IMAGE version requirement back to 1Kristian Høgsberg2-2/+13
2013-03-18wayland: Add prime fd passing as a buffer sharing mechanismKristian Høgsberg6-34/+149
2013-03-18wayland: allocate a __DRIimage for the color bufferKristian Høgsberg2-23/+37
2013-03-12mesa,gallium,egl,mapi: One definition of C99 inline/__func__ to rule them all.José Fonseca1-38/+6
2013-02-26egl/wayland: Don't block on EGL_DEFAULT_DISPAY under waylandKristian Høgsberg1-0/+4
2013-02-26egl: Allow 24-bit visuals for 32-bit RGBA8888 configsIan Romanick1-1/+8
2013-02-08egl-wayland: Make sure we allocate a back buffer even if nothing was renderedKristian Høgsberg1-0/+8
2013-02-06egl/dri: Don't invoke dri2_dpy->flush if it's NULL.José Fonseca1-1/+2
2013-02-01egl/dri2: Fix memory leak.Vinson Lee1-0/+1
2013-02-01dri2: Create image from textureAbdiel Janulgue1-0/+122