summaryrefslogtreecommitdiffstats
path: root/src/egl/main
Commit message (Expand)AuthorAgeFilesLines
* android: rework the EGL buildEmil Velikov2015-07-221-84/+0
* scons: rework the EGL buildEmil Velikov2015-07-221-32/+0
* automake: rework the EGL buildEmil Velikov2015-07-221-95/+0
* egl: automake: remove unused HAVE_XCB_DRI2 defineEmil Velikov2015-07-221-1/+0
* egl: remove unused _EGL_DRIVER_SEARCH_DIR defineEmil Velikov2015-07-223-8/+2
* egl: remove final Windows specific workaroundEmil Velikov2015-07-224-10/+2
* egl: remove custom string functionsEmil Velikov2015-07-226-112/+5
* egl: remove _EGL_PLATFORM_WINDOWS enumEmil Velikov2015-07-222-2/+0
* egl: remove final references of platform_nullEmil Velikov2015-07-223-6/+0
* egl: remove the non-haiku scons buildEmil Velikov2015-07-221-23/+8
* egl: sort extension lists alphabeticallyMarek Olšák2015-07-033-54/+51
* android: egl: do not link against libglapiEmil Velikov2015-06-231-1/+0
* egl/dri2: implement platform_surfacelessHaixia Shi2015-06-163-1/+7
* android: Depend on gallium_dri from EGL, instead of linking in gallium.Chih-Wei Huang2015-06-091-80/+3
* egl: expose EGL 1.5 if all requirements are metMarek Olšák2015-06-052-0/+16
* egl: return correct invalid-type error from eglCreateSyncMarek Olšák2015-06-051-8/+19
* egl: add new platform functions (v2)Marek Olšák2015-06-051-0/+54
* egl: add eglCreateImage (v2)Marek Olšák2015-06-051-0/+42
* egl: add eglGetSyncAttrib (v2)Marek Olšák2015-06-055-10/+29
* egl: add eglWaitSyncMarek Olšák2015-06-051-0/+12
* egl: add EGL 1.5 functions that don't need any changes from extensionsMarek Olšák2015-06-051-12/+16
* egl: use EGL 1.5 types without suffixesMarek Olšák2015-06-055-36/+36
* egl: add context attribs from EGL 1.5Marek Olšák2015-06-051-0/+30
* egl: fix setting context flagsMarek Olšák2015-06-051-2/+3
* egl: combine VersionMajor and VersionMinor into one variableMarek Olšák2015-06-052-7/+5
* egl: set the EGL version in common codeMarek Olšák2015-06-051-0/+7
* egl: remove unused _egl_global::ClientExtensionsMarek Olšák2015-06-052-19/+0
* egl: remove remaining EGL_MESA_copy_context skeletonEmil Velikov2015-05-142-2/+0
* egl/main: fix EGL_KHR_get_all_proc_addressesEmil Velikov2015-05-141-3/+3
* egl: more define fixes for EGL_MESA_image_dma_buf_exportMarc-André Lureau2015-05-142-2/+2
* egl/main: expose only core EGL functions staticallyEmil Velikov2015-05-142-135/+132
* egl/main: Update README.txtEmil Velikov2015-05-141-7/+6
* egl/main: cleanup function prototypesEmil Velikov2015-05-142-14/+2
* egl/main: drop support for external egl driversEmil Velikov2015-05-141-351/+13
* egl: Add needed extern "C" for C++ accessAlexander von Gluck IV2015-05-1413-0/+110
* egl: Remove skeleton implementation of EGL_MESA_screen_surfaceAdam Jackson2015-05-1112-1196/+0
* egl: image_dma_buf_export - use KHR 64-bit typeDave Airlie2015-05-052-2/+2
* egl/dri2: return the latest sync status in eglGetSyncAttribKHRMarek Olšák2015-04-301-1/+8
* egl/dri2: implement EGL_KHR_cl_event2 (v2)Marek Olšák2015-04-305-10/+88
* egl/dri2: implement EGL_KHR_wait_syncMarek Olšák2015-04-304-0/+32
* egl/dri2: implement EGL_KHR_fence_syncMarek Olšák2015-04-301-5/+29
* egl: misc fixes for EGL_MESA_image_dma_buf_exportMarc-André Lureau2015-04-292-2/+2
* android: fix the building rules for Android 5.0Chih-Wei Huang2015-04-221-0/+4
* egl: add initial EGL_MESA_image_dma_buf_export v2.4Dave Airlie2015-04-014-0/+67
* scons: Don't build egl on Windows.Jose Fonseca2015-03-252-11/+1
* egl: cut down static storage size for {Version,ClientAPI}StringEmil Velikov2015-03-211-2/+2
* egl/main: drop platform fbdev specific codeEmil Velikov2015-03-213-21/+0
* egl: don't fill client apis string forever.Dave Airlie2015-03-191-0/+1
* egl: Remove eglQueryString virtual dispatch.Matt Turner2015-03-176-109/+12
* egl: Create queryable strings in eglInitialize().Matt Turner2015-03-132-125/+112