summaryrefslogtreecommitdiff
path: root/src/egl
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-28android: use gralloc_drm_get_gem_handle apiTapani Pälli2-7/+5
2013-01-15egl/dri2: Fix typo in the previous commitIan Romanick1-1/+1
2013-01-15egl/dri2: Add plumbing for EGL_OPENGL_ES3_BIT_KHRChad Versace6-4/+21
2013-01-14egl/wayland: Implement EGL_EXT_buffer_ageKristian Høgsberg1-1/+24
2013-01-14egl/wayland: Pull color buffers from dri2_surf->color_buffers poolKristian Høgsberg2-252/+150
2013-01-10Clean up .gitignore filesMatt Turner4-4/+0
2013-01-10egl/gbm: Implement EGL_EXT_buffer_ageKristian Høgsberg2-0/+24
2013-01-04egl/wayland: Remove kooky flush codeKristian Høgsberg1-8/+0
2013-01-04egl/wayland: Remove confusing comment about front buffer renderingKristian Høgsberg1-10/+0
2013-01-04egl_dri2: Remove unused struct dri2_egl_buffer from header fileKristian Høgsberg1-5/+0
2013-01-04egl: Add extension infrastructure for EGL_EXT_buffer_ageKristian Høgsberg4-0/+16
2013-01-03wayland: Don't cancel a roundtrip when any event is receivedJonas Ådahl1-0/+3
2013-01-02egl/android: Fix build for Jelly Bean (v2)Chad Versace2-0/+64
2012-11-30egl/wayland: Dispatch the event queue before get_buffersAnder Conselvan de Oliveira1-0/+3
2012-11-30egl/wayland: Add invalidate back in eglSwapBuffers()Kristian Høgsberg1-0/+1
2012-11-30egl/wayland: Don't invalidate drawable on swap buffersAnder Conselvan de Oliveira3-1/+27
2012-11-19egl/dri2: Set error code when dri2CreateContextAttribs failsChad Versace1-0/+64
2012-11-16Remove OpenVMS supportMatt Turner1-3/+1
2012-11-07wayland: Destroy frame callback when destroying surfaceJonas Ådahl1-0/+3
2012-11-07egl_dri2/x11: Fix eglPostSubBufferNV()Fredrik Höglund1-1/+1
2012-10-17wayland: Drop support for ill-defined, unused wl_egl_pixmapKristian Høgsberg3-187/+4
2012-10-17wayland: Remove 0.85 compatibility #ifdefsKristian Høgsberg1-26/+0
2012-10-17egl/wayland: Update to Wayland 0.99 APIKristian Høgsberg2-28/+78
2012-10-10egl: Return EGL_BAD_MATCH for invalid profile attributesMatt Turner1-10/+7
2012-10-09egl: Remove bogus invalidate code.Eric Anholt1-5/+0
2012-10-09egl: Add support for driconf control of swapinterval.Eric Anholt3-8/+77
2012-10-09egl: Quit checking for a bug in old xcb when we require new xcb.Eric Anholt1-4/+0