summaryrefslogtreecommitdiffstats
path: root/src/egl/drivers/dri2/platform_x11.c
Commit message (Expand)AuthorAgeFilesLines
...
* egl/main: Stop using EGLNative types internallyChad Versace2014-03-171-9/+15
* egl/dri2: Dispatch eglCreateImageKHR by display, not driverChad Versace2014-03-171-2/+11
* egl/dri2/x11: Don't clobber _EGLDriver::APIChad Versace2014-03-171-5/+0
* egl/dri2: Dispatch eglCreateWaylandBufferFromImageWL by display, not driverChad Versace2014-03-171-0/+2
* egl/dri2/x11: Set dri2_dpy->own_deviceChad Versace2014-03-171-0/+3
* egl/dri2: Dispatch eglPostSubBufferNV by display, not driverChad Versace2014-03-171-1/+2
* egl/dri2: Dispatch eglSwapBuffersRegionNOK by display, not driverChad Versace2014-03-171-2/+2
* egl/dri2: Dispatch eglCopyBuffers by display, not driverChad Versace2014-03-171-3/+2
* egl/dri2: Dispatch API.QueryBufferAge by display, not driverChad Versace2014-03-171-0/+2
* egl/dri2: Dispatch eglDestroySurface by display, not driverChad Versace2014-03-171-2/+2
* egl/dri2: Dispatch eglCreatePbufferSurface by display, not driverChad Versace2014-03-171-2/+2
* egl/dri2: Dispatch eglCreatePixmapSurface by display, not driverChad Versace2014-03-171-2/+2
* egl/dri2: Dispatch eglCreateWindowSurface by display, not driverChad Versace2014-03-171-2/+2
* egl/dri2: Dispatch eglSwapBuffersWithDamage by display, not driverChad Versace2014-03-171-0/+1
* egl/dri2: Dispatch eglSwapBuffers by display, not driverChad Versace2014-03-171-2/+2
* egl/dri2: Dispatch eglSwapInterval by display, not driverChad Versace2014-03-171-1/+3
* egl/wl,x11: Call dri2_swap_interval() staticallyChad Versace2014-03-171-1/+5
* egl/dri2: Put platform func names into proper namespacesChad Versace2014-03-171-77/+84
* egl/dri2: Move dri2_egl_display virtual funcs to vtblChad Versace2014-03-171-2/+18
* egl_dri2: call dri2_add_configs_for_visuals after extensions setTapani Pälli2014-01-131-5/+6
* wayland: Add support for eglSwapIntervalNeil Roberts2013-12-071-6/+0
* egl: add HAVE_LIBDRM define, fix EGL X11 platformTapani Pälli2013-12-031-6/+3
* EGL: fix build without libdrmSamuel Thibault2013-11-101-0/+6
* egl_dri2: Remove depth argument from dri2_add_config()Kristian Høgsberg2013-10-151-2/+2
* egl_dri2: Match X11 visuals using rgba masks instead of depthKristian Høgsberg2013-10-151-1/+20
* egl: Restore "bogus" DRI2 invalidate event code.Eric Anholt2013-07-311-0/+14
* 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/x11: Fix eglPostSubBufferNV()Fredrik Höglund2012-11-071-1/+1
* egl: Remove bogus invalidate code.Eric Anholt2012-10-091-5/+0
* egl: Add support for driconf control of swapinterval.Eric Anholt2012-10-091-4/+68
* 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-051-6/+2
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-2/+1
* Set close on exec flag FD_CLOEXECDavid Fries2012-03-111-0/+9
* egl/x11: Merge the right version of Frederiks changeKristian Høgsberg2011-12-211-21/+8
* egl_dri2/x11: Add support for the DRI2 SwapBuffers requestFredrik Höglund2011-12-201-21/+80
* egl_dri2/x11: Add support for eglSwapIntervalFredrik Höglund2011-12-201-0/+28
* egl_dri2/x11: error check coordinates in eglPostSubBufferNVChia-I Wu2011-12-201-5/+5
* egl_dri2/x11: Add support for EGL_NV_post_sub_bufferFredrik Höglund2011-12-201-0/+17
* egl_dri2: allow RGBA masks to be specified for matchingChia-I Wu2011-08-281-1/+1
* Fixes for leaks reported by cppcheck.Völgyes Dávid2011-07-061-0/+1
* egl_dri2/x11: Check availability of the dri2 extensionBenjamin Franzke2011-06-201-0/+9
* egl_dri2: add dri2_load_driver_swrastChia-I Wu2011-06-131-3/+1
* egl: Fix int <-> ptr casts.José Fonseca2011-05-121-1/+1
* egl_dri2.c: Open drm device with O_CLOEXECKristian Høgsberg2011-04-071-1/+1