summaryrefslogtreecommitdiff
path: root/src/egl/main
AgeCommit message (Expand)AuthorFilesLines
2014-04-28dri_interface: Update __DRItexBufferExtensionRec to version 3Emil Velikov2-0/+14
2014-04-07egl/build: Sort egl sources alphabetically.Matt Turner1-15/+15
2014-04-07egl/build: Remove unused -DXF86VIDMODE.Matt Turner1-4/+0
2014-04-07egl/build: Include headers and XML in distribution.Matt Turner1-1/+4
2014-04-05automake: don't enable -Wl,--no-undefined on OpenBSDJonathan Gray1-1/+1
2014-03-31automake: ask the linker to do garbage collectionEmil Velikov1-0/+1
2014-03-31automake: add -Wl,--no-undefined to all librariesEmil Velikov1-1/+5
2014-03-17egl/main: Enable Linux platform extensionsChad Versace5-23/+215
2014-03-17egl/main: Stop using EGLNative types internallyChad Versace4-11/+32
2014-03-17egl: Add STATIC_ASSERT() macroChad Versace1-0/+5
2014-03-12Add the EGL_MESA_configless_context extensionNeil Roberts4-5/+19
2014-03-12eglCreateContext: Remove the check for whether config == 0Neil Roberts1-5/+2
2014-02-19egl: clarify what _eglInitResource doesChia-I Wu1-1/+5
2014-02-19Revert "egl: Unhide functionality in _eglInitContext()"Chia-I Wu1-2/+1
2014-02-19Revert "egl: Unhide functionality in _eglInitSurface()"Chia-I Wu1-3/+1
2014-02-07egl: Unhide functionality in _eglInitSurface()Juha-Pekka Heikkila1-1/+3
2014-02-07egl: Unhide functionality in _eglInitContext()Juha-Pekka Heikkila1-1/+2
2014-02-05egl/glx: Remove egl_glx driverChad Versace2-9/+0
2014-01-29build: Share the all-local rule for linking libraries into the build dirKristian Høgsberg1-6/+1
2014-01-27loader: Use dlsym to get our udev symbols instead of explicit linking.Eric Anholt1-1/+1
2014-01-23egl: Use C11 thread abstractions.José Fonseca1-19/+7
2014-01-18egl-static: use loader util libEmil Velikov1-0/+1
2014-01-17s/Tungsten Graphics/VMware/José Fonseca26-26/+26
2013-12-04wayland: Add an extension to create wl_buffers from EGLImagesNeil Roberts4-0/+35
2013-11-26egl: Kill macro _EGL_DECLARE_MUTEXChad Versace5-8/+5
2013-11-26egl: Enable EGL_EXT_client_extensionsChad Versace3-1/+22
2013-10-09egl/main: remove undefined X11_LIBS automake variableGaetan Nadon1-1/+1
2013-09-30Use -Bsymbolic when linking libEGL.soCarl Worth1-1/+1
2013-08-08egl: Do not export private symbolsChad Versace1-0/+1
2013-08-07egl: Update to Wayland 1.2 server APIAnder Conselvan de Oliveira2-2/+2
2013-08-02egl: definitions for EXT_image_dma_buf_importTopi Pohjolainen5-0/+98
2013-07-22egl/build: Remove unused GLAPI_LIB.Matt Turner1-2/+0
2013-05-07egl: Add extension infrastructure for EGL_EXT_swap_buffers_with_damageRobert Bragg4-0/+41
2013-05-06android: libsync is needed on Android 4.2+ for any driverChia-I Wu1-5/+3
2013-05-06android: add ilo to the build systemChia-I Wu1-0/+6
2013-03-12mesa,gallium,egl,mapi: One definition of C99 inline/__func__ to rule them all.José Fonseca1-38/+6
2013-01-28android: use gralloc_drm_get_gem_handle apiTapani Pälli1-1/+3
2013-01-15egl/dri2: Add plumbing for EGL_OPENGL_ES3_BIT_KHRChad Versace5-2/+12
2013-01-10Clean up .gitignore filesMatt Turner1-1/+0
2013-01-04egl: Add extension infrastructure for EGL_EXT_buffer_ageKristian Høgsberg4-0/+16
2013-01-02egl/android: Fix build for Jelly Bean (v2)Chad Versace1-0/+5
2012-11-16Remove OpenVMS supportMatt Turner1-3/+1
2012-10-10egl: Return EGL_BAD_MATCH for invalid profile attributesMatt Turner1-10/+7
2012-10-01build: Use AX_PTHREAD's HAVE_PTHREAD preprocessor definitionMatt Turner2-4/+4
2012-09-05Don't cast the return value of malloc/reallocMatt Turner4-4/+4
2012-08-27egl: fix invalid flag detection for EGL_KHR_create_contextMatt Turner1-1/+1
2012-08-14egl: Allow OpenGL ES 3.0 as a versionIan Romanick1-1/+7
2012-08-14egl: Implement front-end support for EGL_EXT_create_context_robustnessIan Romanick3-0/+29
2012-08-14egl: Implement front-end support for EGL_KHR_create_contextIan Romanick4-5/+217
2012-08-14egl: Rename ClientVersion to ClientMajorVersion, add ClientMinorVersionIan Romanick2-5/+7