summaryrefslogtreecommitdiffstats
path: root/src/egl
Commit message (Expand)AuthorAgeFilesLines
* egl: Add EGL_CHROMIUM_sync_control extension.Sarah Sharp2014-05-2011-0/+84
* Import eglextchromium.h from Chromium.Sarah Sharp2014-05-201-0/+1
* wayland: Move version 2 request to end of interface specificationKristian Høgsberg2014-05-121-16/+19
* egl_dri2: cleanup memory leak in dri2_create_context()Emil Velikov2014-05-101-2/+3
* egl: Don't attempt to redefine stdint.h types with VS 2010.José Fonseca2014-05-021-1/+2
* egl_dri: rework dri extension handlingEmil Velikov2014-04-282-11/+12
* dri_interface: Update __DRItexBufferExtensionRec to version 3Emil Velikov2014-04-283-6/+21
* egl: Protect use of gbm_dri with ifdef HAVE_DRM_PLATFORMAnder Conselvan de Oliveira2014-04-251-0/+2
* wayland: Fix the logic in disabling the prime capabilityNeil Roberts2014-04-251-1/+1
* egl/build: Sort egl sources alphabetically.Matt Turner2014-04-071-15/+15
* egl/build: Remove unused -DXF86VIDMODE.Matt Turner2014-04-071-4/+0
* egl/build: Include headers and XML in distribution.Matt Turner2014-04-073-2/+11
* egl/build: Drop two unnecessary Makefiles.Matt Turner2014-04-072-50/+0
* egl/dri2: use drm macros to construct device nameJonathan Gray2014-04-051-1/+6
* egl/dri2: don't require libudev to build drm/wayland platformsJonathan Gray2014-04-051-2/+0
* automake: don't enable -Wl,--no-undefined on OpenBSDJonathan Gray2014-04-052-2/+2
* automake: ask the linker to do garbage collectionEmil Velikov2014-03-312-0/+2
* automake: add -Wl,--no-undefined to all librariesEmil Velikov2014-03-312-2/+7
* automake: consistently use -no-undefinedEmil Velikov2014-03-311-1/+3
* egl/main: Enable Linux platform extensionsChad Versace2014-03-175-23/+215
* egl/wayland: Emit EGL_BAD_PARAMETER for eglCreatePlatformPixmapSurfaceChad Versace2014-03-171-1/+17
* egl/gbm: Emit EGL_BAD_PARAMETER for eglCreatePlatformPixmapSurfaceChad Versace2014-03-171-1/+16
* egl/main: Stop using EGLNative types internallyChad Versace2014-03-1711-43/+74
* egl: Add STATIC_ASSERT() macroChad Versace2014-03-171-0/+5
* egl/dri2: Dispatch eglCreateImageKHR by display, not driverChad Versace2014-03-176-18/+35
* egl/dri2/x11: Don't clobber _EGLDriver::APIChad Versace2014-03-171-5/+0
* egl/dri2: Dispatch eglCreateWaylandBufferFromImageWL by display, not driverChad Versace2014-03-177-6/+32
* egl/dri2: Consolidate eglTerminateChad Versace2014-03-172-40/+24
* egl/dri2/x11: Set dri2_dpy->own_deviceChad Versace2014-03-171-0/+3
* 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-125-5/+20
* eglCreateContext: Remove the check for whether config == 0Neil Roberts2014-03-121-5/+2
* automake: use install-lib-links.mk across all classic mesaEmil Velikov2014-03-111-0/+2
* egl/wayland: explicitly set __DRIimageLoaderExtension membersEmil Velikov2014-02-231-3/+4
* egl: clarify what _eglInitResource doesChia-I Wu2014-02-191-1/+5
* Revert "egl: Unhide functionality in _eglInitContext()"Chia-I Wu2014-02-191-2/+1
* Revert "egl: Unhide functionality in _eglInitSurface()"Chia-I Wu2014-02-191-3/+1