summaryrefslogtreecommitdiff
path: root/src/egl/drivers/dri2
AgeCommit message (Expand)AuthorFilesLines
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øgsberg3-25/+82
2013-03-18wayland: allocate a __DRIimage for the color bufferKristian Høgsberg2-23/+37
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älli1-6/+2
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 Versace1-2/+9
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-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-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 Versace1-0/+59
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 Oliveira1-1/+19
2012-11-19egl/dri2: Set error code when dri2CreateContextAttribs failsChad Versace1-0/+64
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øgsberg1-143/+4
2012-10-17egl/wayland: Update to Wayland 0.99 APIKristian Høgsberg2-28/+78
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
2012-10-09egl: Drop xcb ifdefs by just requiring a version from this year.Eric Anholt1-13/+0
2012-10-09egl: Unifdef dri_interface.h defines.Eric Anholt1-6/+0
2012-10-09egl: Cleanly cast EGLNative* pointers to X11 types.Eric Anholt1-2/+4
2012-10-02SwapBuffersRegionNOK: invert rectangles on y axisRobert Bragg1-2/+1
2012-09-05Use calloc instead of malloc/memset-0Matt Turner4-17/+6
2012-09-05Remove useless checks for NULL before freeingMatt Turner2-4/+2
2012-08-31dri: Rework planar image interfaceJakob Bornecrantz1-90/+38
2012-08-31android: do not expose single buffered eglconfigsTapani Pälli1-11/+8
2012-08-31android: fix liblog API changesTapani Pälli1-3/+14
2012-08-26gbm: Use libkms to replace DRI cursor imagesJakob Bornecrantz1-0/+1
2012-08-23egl_dri2: Fix segmentation faultPaulo Alcantara1-1/+1
2012-08-14egl: Allow OpenGL ES 3.0 as a versionIan Romanick1-0/+1
2012-08-14egl_dri2: Add support for EGL_KHR_create_context and EGL_EXT_create_context_r...Ian Romanick2-6/+62
2012-08-14egl_dri2: Silence warnings about missing initializersIan Romanick1-2/+2
2012-08-14egl: Rename ClientVersion to ClientMajorVersion, add ClientMinorVersionIan Romanick1-2/+2