summaryrefslogtreecommitdiffstats
path: root/src/egl/drivers/dri2
Commit message (Expand)AuthorAgeFilesLines
* egl: Do not export private symbolsChad Versace2013-08-081-0/+1
* egl: Update to Wayland 1.2 server APIAnder Conselvan de Oliveira2013-08-072-12/+17
* egl/dri2: support for creating images out of dma buffersTopi Pohjolainen2013-08-021-0/+262
* egl: Restore "bogus" DRI2 invalidate event code.Eric Anholt2013-07-311-0/+14
* 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
* 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-183-25/+82
* wayland: allocate a __DRIimage for the color bufferKristian Høgsberg2013-03-182-23/+37
* 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-281-6/+2
* egl/dri2: Fix typo in the previous commitIan Romanick2013-01-151-1/+1
* egl/dri2: Add plumbing for EGL_OPENGL_ES3_BIT_KHRChad Versace2013-01-151-2/+9
* egl/wayland: Implement EGL_EXT_buffer_ageKristian Høgsberg2013-01-141-1/+24
* egl/wayland: Pull color buffers from dri2_surf->color_buffers poolKristian Høgsberg2013-01-142-252/+150
* egl/gbm: Implement EGL_EXT_buffer_ageKristian Høgsberg2013-01-102-0/+24
* egl/wayland: Remove kooky flush codeKristian Høgsberg2013-01-041-8/+0
* egl/wayland: Remove confusing comment about front buffer renderingKristian Høgsberg2013-01-041-10/+0
* egl_dri2: Remove unused struct dri2_egl_buffer from header fileKristian Høgsberg2013-01-041-5/+0
* wayland: Don't cancel a roundtrip when any event is receivedJonas Ådahl2013-01-031-0/+3
* egl/android: Fix build for Jelly Bean (v2)Chad Versace2013-01-021-0/+59
* egl/wayland: Dispatch the event queue before get_buffersAnder Conselvan de Oliveira2012-11-301-0/+3
* egl/wayland: Add invalidate back in eglSwapBuffers()Kristian Høgsberg2012-11-301-0/+1
* egl/wayland: Don't invalidate drawable on swap buffersAnder Conselvan de Oliveira2012-11-301-1/+19
* egl/dri2: Set error code when dri2CreateContextAttribs failsChad Versace2012-11-191-0/+64
* wayland: Destroy frame callback when destroying surfaceJonas Ådahl2012-11-071-0/+3
* egl_dri2/x11: Fix eglPostSubBufferNV()Fredrik Höglund2012-11-071-1/+1
* wayland: Drop support for ill-defined, unused wl_egl_pixmapKristian Høgsberg2012-10-171-143/+4
* egl/wayland: Update to Wayland 0.99 APIKristian Høgsberg2012-10-172-28/+78
* egl: Remove bogus invalidate code.Eric Anholt2012-10-091-5/+0
* egl: Add support for driconf control of swapinterval.Eric Anholt2012-10-093-8/+77
* egl: Quit checking for a bug in old xcb when we require new xcb.Eric Anholt2012-10-091-4/+0
* egl: Drop xcb ifdefs by just requiring a version from this year.Eric Anholt2012-10-091-13/+0
* egl: Unifdef dri_interface.h defines.Eric Anholt2012-10-091-6/+0
* egl: Cleanly cast EGLNative* pointers to X11 types.Eric Anholt2012-10-091-2/+4
* SwapBuffersRegionNOK: invert rectangles on y axisRobert Bragg2012-10-021-2/+1
* Use calloc instead of malloc/memset-0Matt Turner2012-09-054-17/+6