aboutsummaryrefslogtreecommitdiffstats
path: root/src/egl/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* egl/dri2: Dispatch eglPostSubBufferNV by display, not driverChad Versace2014-03-177-1/+27
* egl/dri2: Dispatch eglSwapBuffersRegionNOK by display, not driverChad Versace2014-03-177-2/+26
* egl/dri2: Dispatch eglCopyBuffers by display, not driverChad Versace2014-03-177-3/+25
* egl/dri2: Dispatch API.QueryBufferAge by display, not driverChad Versace2014-03-177-5/+26
* egl/dri2: Dispatch eglDestroySurface by display, not driverChad Versace2014-03-176-6/+16
* egl/dri2: Dispatch eglCreatePbufferSurface by display, not driverChad Versace2014-03-177-3/+26
* egl/dri2: Dispatch eglCreatePixmapSurface by display, not driverChad Versace2014-03-177-11/+30
* egl/dri2: Dispatch eglCreateWindowSurface by display, not driverChad Versace2014-03-176-5/+21
* egl/dri2: Dispatch eglSwapBuffersWithDamage by display, not driverChad Versace2014-03-177-1/+27
* egl/dri2: Dispatch eglSwapBuffers by display, not driverChad Versace2014-03-176-5/+16
* egl/dri2: Dispatch eglSwapInterval by display, not driverChad Versace2014-03-177-2/+55
* egl/wl,x11: Call dri2_swap_interval() staticallyChad Versace2014-03-172-2/+10
* egl/dri2: Put platform func names into proper namespacesChad Versace2014-03-173-170/+177
* egl/dri2: Move dri2_egl_display virtual funcs to vtblChad Versace2014-03-176-7/+52
* Add the EGL_MESA_configless_context extensionNeil Roberts2014-03-121-0/+1
* egl/wayland: explicitly set __DRIimageLoaderExtension membersEmil Velikov2014-02-231-3/+4
* automake: remove leftover XORG and LIBKMS variablesEmil Velikov2014-02-181-1/+0
* egl/dri2/android: free driver_name in dri2_initialize_android error pathEmil Velikov2014-02-111-1/+3
* egl_dri2: remove LIBUDEV_CFLAGS from Makefile.amEmil Velikov2014-02-111-1/+0
* egl/glx: Remove egl_glx driverChad Versace2014-02-053-1220/+0
* egl_dri2: use loader util libEmil Velikov2014-01-187-259/+15
* loader: introduce the loader util libEmil Velikov2014-01-182-0/+2
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* egl_dri2: call dri2_add_configs_for_visuals after extensions setTapani Pälli2014-01-131-5/+6
* egl: break instead of looping after driver is foundQuanxian Wang2013-12-191-0/+3
* egl/wayland: Return -1 from get_back_bo to indicate errorKristian Høgsberg2013-12-091-1/+1
* egl_dri2: Remove the unused swap_interval member of dri2_egl_surfaceNeil Roberts2013-12-091-1/+0
* wayland: Add support for eglSwapIntervalNeil Roberts2013-12-073-40/+119
* wayland: Block for the frame callback in get_back_bo not dri2_swap_buffersNeil Roberts2013-12-071-14/+22
* wayland: Add an extension to create wl_buffers from EGLImagesNeil Roberts2013-12-041-0/+78
* egl/wayland: Damage INT32_MAX x INT32_MAX region for eglSwapBuffersKristian Høgsberg2013-12-041-2/+2
* Enable throttling in SwapBuffersAxel Davy2013-12-041-1/+13
* egl/wayland: Send commit after flushing the driver contextKristian Høgsberg2013-12-041-2/+1
* egl/wayland: Flush the wl_display at the end of SwapBuffersAxel Davy2013-12-041-0/+2
* egl: add HAVE_LIBDRM define, fix EGL X11 platformTapani Pälli2013-12-031-6/+3
* wayland: Use __DRIimage based getBuffers implementation when availableKristian Høgsberg2013-11-122-47/+96
* gbm: Add support for __DRIimage based getBuffers when availableKristian Høgsberg2013-11-121-8/+38
* EGL: fix build without libdrmSamuel Thibault2013-11-102-0/+22
* dri: Pass in the dlsym()ed driver extension to screen creation.Eric Anholt2013-10-242-6/+25
* egl: Add an optional function call for getting the DRI driver interface.Eric Anholt2013-10-241-2/+18
* egl_dri2: Set NativeVisualID to the matching GBM config for the gbm platformKristian Høgsberg2013-10-151-2/+21
* egl_dri2: Remove depth argument from dri2_add_config()Kristian Høgsberg2013-10-156-26/+14
* egl_dri2: Match X11 visuals using rgba masks instead of depthKristian Høgsberg2013-10-151-1/+20
* egl-wayland: Add support for RGB565 pixel format for Wayland clientsSingh, Satyeshwar2013-10-151-2/+11
* wayland: Only pass wl_drm instance to gbm when using gbm platformKristian Høgsberg2013-10-111-1/+2
* wayland: Don't rely on static variable for identifying wl_drm buffersKristian Høgsberg2013-10-111-2/+8
* glx: fix compile error in egl_glx.c.Gaetan Nadon2013-09-191-1/+1
* egl: Do not export private symbolsChad Versace2013-08-082-0/+2
* 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