summaryrefslogtreecommitdiff
path: root/src/egl/drivers/dri2/platform_x11.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-15egl_dri2: Remove depth argument from dri2_add_config()Kristian Høgsberg1-2/+2
2013-10-15egl_dri2: Match X11 visuals using rgba masks instead of depthKristian Høgsberg1-1/+20
2013-07-31egl: Restore "bogus" DRI2 invalidate event code.Eric Anholt1-0/+14
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
2012-11-07egl_dri2/x11: Fix eglPostSubBufferNV()Fredrik Höglund1-1/+1
2012-10-09egl: Remove bogus invalidate code.Eric Anholt1-5/+0
2012-10-09egl: Add support for driconf control of swapinterval.Eric Anholt1-4/+68
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 Turner1-6/+2
2012-09-05Remove useless checks for NULL before freeingMatt Turner1-2/+1
2012-03-11Set close on exec flag FD_CLOEXECDavid Fries1-0/+9
2011-12-21egl/x11: Merge the right version of Frederiks changeKristian Høgsberg1-21/+8
2011-12-20egl_dri2/x11: Add support for the DRI2 SwapBuffers requestFredrik Höglund1-21/+80
2011-12-20egl_dri2/x11: Add support for eglSwapIntervalFredrik Höglund1-0/+28
2011-12-20egl_dri2/x11: error check coordinates in eglPostSubBufferNVChia-I Wu1-5/+5
2011-12-20egl_dri2/x11: Add support for EGL_NV_post_sub_bufferFredrik Höglund1-0/+17
2011-08-28egl_dri2: allow RGBA masks to be specified for matchingChia-I Wu1-1/+1
2011-07-06Fixes for leaks reported by cppcheck.Völgyes Dávid1-0/+1
2011-06-20egl_dri2/x11: Check availability of the dri2 extensionBenjamin Franzke1-0/+9
2011-06-13egl_dri2: add dri2_load_driver_swrastChia-I Wu1-3/+1
2011-05-12egl: Fix int <-> ptr casts.José Fonseca1-1/+1
2011-04-07egl_dri2.c: Open drm device with O_CLOEXECKristian Høgsberg1-1/+1
2011-03-30egl_dri2 x11: Fix a typoFeng, Haitao1-1/+1
2011-03-26egl_dri2: Enable image extensions in one placeKristian Høgsberg1-4/+0
2011-03-02egl_dri2 x11: Workaround device_name xcb-dri2 bugBenjamin Franzke1-5/+13
2011-03-01egl: Add EGL_WL_bind_wayland_displayBenjamin Franzke1-13/+32
2011-02-20egl_dri2: Return NULL when xcb_get_geometry_reply fails.Chia-I Wu1-0/+1
2011-02-16egl_dri2: add swrastHaitao Feng1-17/+275
2011-02-10egl_dri2: rename loader_extension to dri2_loader_extensionHaitao Feng1-11/+11
2011-02-10egl_dri2: Use double buffering for window surfacesBenjamin Franzke1-13/+20
2011-02-03egl_dri2: Split out x11 platform codeKristian Høgsberg1-0/+792