summaryrefslogtreecommitdiff
path: root/src/egl/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-04-28egl_dri: rework dri extension handlingEmil Velikov2-11/+12
2014-04-28dri_interface: Update __DRItexBufferExtensionRec to version 3Emil Velikov1-6/+7
2014-04-25egl: Protect use of gbm_dri with ifdef HAVE_DRM_PLATFORMAnder Conselvan de Oliveira1-0/+2
2014-04-25wayland: Fix the logic in disabling the prime capabilityNeil Roberts1-1/+1
2014-04-07egl/build: Include headers and XML in distribution.Matt Turner1-0/+1
2014-04-07egl/build: Drop two unnecessary Makefiles.Matt Turner1-26/+0
2014-04-05egl/dri2: use drm macros to construct device nameJonathan Gray1-1/+6
2014-04-05egl/dri2: don't require libudev to build drm/wayland platformsJonathan Gray1-2/+0
2014-03-17egl/wayland: Emit EGL_BAD_PARAMETER for eglCreatePlatformPixmapSurfaceChad Versace1-1/+17
2014-03-17egl/gbm: Emit EGL_BAD_PARAMETER for eglCreatePlatformPixmapSurfaceChad Versace1-1/+16
2014-03-17egl/main: Stop using EGLNative types internallyChad Versace7-32/+42
2014-03-17egl/dri2: Dispatch eglCreateImageKHR by display, not driverChad Versace6-18/+35
2014-03-17egl/dri2/x11: Don't clobber _EGLDriver::APIChad Versace1-5/+0
2014-03-17egl/dri2: Dispatch eglCreateWaylandBufferFromImageWL by display, not driverChad Versace7-6/+32
2014-03-17egl/dri2: Consolidate eglTerminateChad Versace2-40/+24
2014-03-17egl/dri2/x11: Set dri2_dpy->own_deviceChad Versace1-0/+3
2014-03-17egl/dri2: Dispatch eglPostSubBufferNV by display, not driverChad Versace7-1/+27
2014-03-17egl/dri2: Dispatch eglSwapBuffersRegionNOK by display, not driverChad Versace7-2/+26
2014-03-17egl/dri2: Dispatch eglCopyBuffers by display, not driverChad Versace7-3/+25
2014-03-17egl/dri2: Dispatch API.QueryBufferAge by display, not driverChad Versace7-5/+26
2014-03-17egl/dri2: Dispatch eglDestroySurface by display, not driverChad Versace6-6/+16
2014-03-17egl/dri2: Dispatch eglCreatePbufferSurface by display, not driverChad Versace7-3/+26
2014-03-17egl/dri2: Dispatch eglCreatePixmapSurface by display, not driverChad Versace7-11/+30
2014-03-17egl/dri2: Dispatch eglCreateWindowSurface by display, not driverChad Versace6-5/+21
2014-03-17egl/dri2: Dispatch eglSwapBuffersWithDamage by display, not driverChad Versace7-1/+27
2014-03-17egl/dri2: Dispatch eglSwapBuffers by display, not driverChad Versace6-5/+16
2014-03-17egl/dri2: Dispatch eglSwapInterval by display, not driverChad Versace7-2/+55
2014-03-17egl/wl,x11: Call dri2_swap_interval() staticallyChad Versace2-2/+10
2014-03-17egl/dri2: Put platform func names into proper namespacesChad Versace3-170/+177
2014-03-17egl/dri2: Move dri2_egl_display virtual funcs to vtblChad Versace6-7/+52
2014-03-12Add the EGL_MESA_configless_context extensionNeil Roberts1-0/+1
2014-02-23egl/wayland: explicitly set __DRIimageLoaderExtension membersEmil Velikov1-3/+4
2014-02-18automake: remove leftover XORG and LIBKMS variablesEmil Velikov1-1/+0
2014-02-11egl/dri2/android: free driver_name in dri2_initialize_android error pathEmil Velikov1-1/+3
2014-02-11egl_dri2: remove LIBUDEV_CFLAGS from Makefile.amEmil Velikov1-1/+0
2014-02-05egl/glx: Remove egl_glx driverChad Versace3-1220/+0
2014-01-18egl_dri2: use loader util libEmil Velikov7-259/+15
2014-01-18loader: introduce the loader util libEmil Velikov2-0/+2
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2014-01-13egl_dri2: call dri2_add_configs_for_visuals after extensions setTapani Pälli1-5/+6
2013-12-19egl: break instead of looping after driver is foundQuanxian Wang1-0/+3
2013-12-09egl/wayland: Return -1 from get_back_bo to indicate errorKristian Høgsberg1-1/+1
2013-12-09egl_dri2: Remove the unused swap_interval member of dri2_egl_surfaceNeil Roberts1-1/+0
2013-12-07wayland: Add support for eglSwapIntervalNeil Roberts3-40/+119
2013-12-07wayland: Block for the frame callback in get_back_bo not dri2_swap_buffersNeil Roberts1-14/+22
2013-12-04wayland: Add an extension to create wl_buffers from EGLImagesNeil Roberts1-0/+78
2013-12-04egl/wayland: Damage INT32_MAX x INT32_MAX region for eglSwapBuffersKristian Høgsberg1-2/+2
2013-12-04Enable throttling in SwapBuffersAxel Davy1-1/+13
2013-12-04egl/wayland: Send commit after flushing the driver contextKristian Høgsberg1-2/+1
2013-12-04egl/wayland: Flush the wl_display at the end of SwapBuffersAxel Davy1-0/+2