summaryrefslogtreecommitdiff
path: root/src/egl/drivers
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-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-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, Satyeshwar1-2/+11
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øgsberg1-2/+8
2013-09-19glx: fix compile error in egl_glx.c.Gaetan Nadon1-1/+1
2013-08-08egl: Do not export private symbolsChad Versace2-0/+2
2013-08-07egl: Update to Wayland 1.2 server APIAnder Conselvan de Oliveira2-12/+17
2013-08-02egl/dri2: support for creating images out of dma buffersTopi Pohjolainen1-0/+262
2013-07-31egl: Restore "bogus" DRI2 invalidate event code.Eric Anholt1-0/+14
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-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-10Clean up .gitignore filesMatt Turner1-1/+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-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