summaryrefslogtreecommitdiff
path: root/src/egl/drivers/dri2/platform_x11.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-17egl/main: Stop using EGLNative types internallyChad Versace1-9/+15
2014-03-17egl/dri2: Dispatch eglCreateImageKHR by display, not driverChad Versace1-2/+11
2014-03-17egl/dri2/x11: Don't clobber _EGLDriver::APIChad Versace1-5/+0
2014-03-17egl/dri2: Dispatch eglCreateWaylandBufferFromImageWL by display, not driverChad Versace1-0/+2
2014-03-17egl/dri2/x11: Set dri2_dpy->own_deviceChad Versace1-0/+3
2014-03-17egl/dri2: Dispatch eglPostSubBufferNV by display, not driverChad Versace1-1/+2
2014-03-17egl/dri2: Dispatch eglSwapBuffersRegionNOK by display, not driverChad Versace1-2/+2
2014-03-17egl/dri2: Dispatch eglCopyBuffers by display, not driverChad Versace1-3/+2
2014-03-17egl/dri2: Dispatch API.QueryBufferAge by display, not driverChad Versace1-0/+2
2014-03-17egl/dri2: Dispatch eglDestroySurface by display, not driverChad Versace1-2/+2
2014-03-17egl/dri2: Dispatch eglCreatePbufferSurface by display, not driverChad Versace1-2/+2
2014-03-17egl/dri2: Dispatch eglCreatePixmapSurface by display, not driverChad Versace1-2/+2
2014-03-17egl/dri2: Dispatch eglCreateWindowSurface by display, not driverChad Versace1-2/+2
2014-03-17egl/dri2: Dispatch eglSwapBuffersWithDamage by display, not driverChad Versace1-0/+1
2014-03-17egl/dri2: Dispatch eglSwapBuffers by display, not driverChad Versace1-2/+2
2014-03-17egl/dri2: Dispatch eglSwapInterval by display, not driverChad Versace1-1/+3
2014-03-17egl/wl,x11: Call dri2_swap_interval() staticallyChad Versace1-1/+5
2014-03-17egl/dri2: Put platform func names into proper namespacesChad Versace1-77/+84
2014-03-17egl/dri2: Move dri2_egl_display virtual funcs to vtblChad Versace1-2/+18
2014-01-13egl_dri2: call dri2_add_configs_for_visuals after extensions setTapani Pälli1-5/+6
2013-12-07wayland: Add support for eglSwapIntervalNeil Roberts1-6/+0
2013-12-03egl: add HAVE_LIBDRM define, fix EGL X11 platformTapani Pälli1-6/+3
2013-11-10EGL: fix build without libdrmSamuel Thibault1-0/+6
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