summaryrefslogtreecommitdiffstats
path: root/src/egl/main
Commit message (Expand)AuthorAgeFilesLines
* dri_interface: Update __DRItexBufferExtensionRec to version 3Emil Velikov2014-04-282-0/+14
* 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-071-1/+4
* automake: don't enable -Wl,--no-undefined on OpenBSDJonathan Gray2014-04-051-1/+1
* automake: ask the linker to do garbage collectionEmil Velikov2014-03-311-0/+1
* automake: add -Wl,--no-undefined to all librariesEmil Velikov2014-03-311-1/+5
* egl/main: Enable Linux platform extensionsChad Versace2014-03-175-23/+215
* egl/main: Stop using EGLNative types internallyChad Versace2014-03-174-11/+32
* egl: Add STATIC_ASSERT() macroChad Versace2014-03-171-0/+5
* Add the EGL_MESA_configless_context extensionNeil Roberts2014-03-124-5/+19
* eglCreateContext: Remove the check for whether config == 0Neil Roberts2014-03-121-5/+2
* 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
* egl: Unhide functionality in _eglInitSurface()Juha-Pekka Heikkila2014-02-071-1/+3
* egl: Unhide functionality in _eglInitContext()Juha-Pekka Heikkila2014-02-071-1/+2
* egl/glx: Remove egl_glx driverChad Versace2014-02-052-9/+0
* build: Share the all-local rule for linking libraries into the build dirKristian Høgsberg2014-01-291-6/+1
* loader: Use dlsym to get our udev symbols instead of explicit linking.Eric Anholt2014-01-271-1/+1
* egl: Use C11 thread abstractions.José Fonseca2014-01-231-19/+7
* egl-static: use loader util libEmil Velikov2014-01-181-0/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-1726-26/+26
* wayland: Add an extension to create wl_buffers from EGLImagesNeil Roberts2013-12-044-0/+35
* egl: Kill macro _EGL_DECLARE_MUTEXChad Versace2013-11-265-8/+5
* egl: Enable EGL_EXT_client_extensionsChad Versace2013-11-263-1/+22
* egl/main: remove undefined X11_LIBS automake variableGaetan Nadon2013-10-091-1/+1
* Use -Bsymbolic when linking libEGL.soCarl Worth2013-09-301-1/+1
* egl: Do not export private symbolsChad Versace2013-08-081-0/+1
* egl: Update to Wayland 1.2 server APIAnder Conselvan de Oliveira2013-08-072-2/+2
* egl: definitions for EXT_image_dma_buf_importTopi Pohjolainen2013-08-025-0/+98
* egl/build: Remove unused GLAPI_LIB.Matt Turner2013-07-221-2/+0
* egl: Add extension infrastructure for EGL_EXT_swap_buffers_with_damageRobert Bragg2013-05-074-0/+41
* android: libsync is needed on Android 4.2+ for any driverChia-I Wu2013-05-061-5/+3
* android: add ilo to the build systemChia-I Wu2013-05-061-0/+6
* mesa,gallium,egl,mapi: One definition of C99 inline/__func__ to rule them all.José Fonseca2013-03-121-38/+6
* android: use gralloc_drm_get_gem_handle apiTapani Pälli2013-01-281-1/+3
* egl/dri2: Add plumbing for EGL_OPENGL_ES3_BIT_KHRChad Versace2013-01-155-2/+12
* Clean up .gitignore filesMatt Turner2013-01-101-1/+0
* egl: Add extension infrastructure for EGL_EXT_buffer_ageKristian Høgsberg2013-01-044-0/+16
* egl/android: Fix build for Jelly Bean (v2)Chad Versace2013-01-021-0/+5
* Remove OpenVMS supportMatt Turner2012-11-161-3/+1
* egl: Return EGL_BAD_MATCH for invalid profile attributesMatt Turner2012-10-101-10/+7
* build: Use AX_PTHREAD's HAVE_PTHREAD preprocessor definitionMatt Turner2012-10-012-4/+4
* Don't cast the return value of malloc/reallocMatt Turner2012-09-054-4/+4
* egl: fix invalid flag detection for EGL_KHR_create_contextMatt Turner2012-08-271-1/+1
* egl: Allow OpenGL ES 3.0 as a versionIan Romanick2012-08-141-1/+7
* egl: Implement front-end support for EGL_EXT_create_context_robustnessIan Romanick2012-08-143-0/+29
* egl: Implement front-end support for EGL_KHR_create_contextIan Romanick2012-08-144-5/+217
* egl: Rename ClientVersion to ClientMajorVersion, add ClientMinorVersionIan Romanick2012-08-142-5/+7