summaryrefslogtreecommitdiffstats
path: root/src/egl
Commit message (Expand)AuthorAgeFilesLines
* egl: add initial EGL_MESA_image_dma_buf_export v2.4Dave Airlie2015-04-015-1/+125
* automake: add missing egl files to the tarballEmil Velikov2015-03-251-0/+2
* 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
* egl: fix cast to silence compiler warningBrian Paul2015-03-131-1/+1
* egl/main: convert thread management to use c11 threadsEmil Velikov2015-03-111-42/+6
* egl/main: use c11/threads' mutex directlyEmil Velikov2015-03-1111-111/+47
* Revert "egl/main: use c11/threads' mutex directly"Emil Velikov2015-03-0611-47/+111
* Revert "egl/main: convert thread management to use c11 threads"Emil Velikov2015-03-061-6/+42
* egl/main: convert thread management to use c11 threadsEmil Velikov2015-03-061-42/+6
* egl/main: use c11/threads' mutex directlyEmil Velikov2015-03-0611-111/+47
* egl/main: remove no-longer needed definition of stdint typesEmil Velikov2015-03-051-32/+0
* egl/drivers: include stdint.h where neededEmil Velikov2015-03-056-0/+7
* egl/main: drop the declaration of PUBLIC keyword.Emil Velikov2015-03-051-14/+0
* egl/main: no longer export internal functionEmil Velikov2015-03-0513-36/+36
* egl/main: replace __FUNCTION__ with __func__Emil Velikov2015-03-052-11/+3
* egl/main: replace INLINE with inlineEmil Velikov2015-03-0515-68/+82
* egl: Take alpha bits into account when selecting GBM formatsDaniel Stone2015-03-041-5/+11
* scons: Use -Werror MSVC compatibility flags per-directory.Jose Fonseca2015-03-041-0/+2
* st/egl: Remove.Jose Fonseca2015-03-043-9/+8
* configure: Leverage gcc warn options to enable safe use of C99 features where...Jose Fonseca2015-03-031-0/+1
* Revert "configure: Leverage gcc warn options to enable safe use of C99 featur...Kenneth Graunke2015-02-271-1/+0
* configure: Leverage gcc warn options to enable safe use of C99 features where...Jose Fonseca2015-02-271-0/+1
* egl, wayland: RGB565 format support on Back-bufferVivek Kasireddy2015-02-231-3/+38
* egl: Soften several HAVE_DRM_PLATFORM to HAVE_LIBDRMAxel Davy2015-02-121-7/+7
* egl: Pass the correct X visual depth to xcb_put_image().José Fonseca2015-01-311-11/+13
* egl/wayland: Fix unused variable warningsChad Versace2015-01-131-2/+0
* egl: Inform the client API when ancillary buffers may become undefined.Eric Anholt2015-01-066-15/+43
* egl: Fix non-dri SCons builds re #87657Alexander von Gluck IV2014-12-251-10/+7
* egl/haiku: Clean up SConscript whitespaceAlexander von Gluck IV2014-12-231-13/+12
* egl/dri2: Fix build of dri2 egl driver with SConsAlexander von Gluck IV2014-12-231-0/+40
* egl: Clean up Haiku visual creationAlexander von Gluck IV2014-12-231-49/+47
* egl: Add Haiku code and supportAlexander von Gluck IV2014-12-237-3/+509
* egl: remove support for GCC older than 4.1.0Timothy Arceri2014-12-171-1/+1
* egl: Add files to distribution.Matt Turner2014-12-121-0/+5
* egl+gbm: Add symbols-check tests to distribution.Matt Turner2014-12-121-0/+1
* egl/dri2: Add headers to distribution.Matt Turner2014-12-121-1/+2
* egl: Drop unnecessary Makefile.am.Matt Turner2014-12-121-1/+0
* Use calloc instead of malloc/memset-0Matt Turner2014-12-081-2/+1
* egl: Expose EGL_KHR_get_all_proc_addresses and its client extensionChad Versace2014-12-075-1/+23
* egl/dri2: Log a warning if no platforms are enabled.Matt Turner2014-12-041-0/+1
* egl: remove egl_gallium from the loaderMarek Olšák2014-11-141-14/+0
* egl_dri2: add a note about dri2_create_screenEmil Velikov2014-11-071-0/+4
* egl_dri2: fix double free on drm platformsEmil Velikov2014-11-071-3/+9
* egl_dri2: do not leak dri2_dpy->driver_configsEmil Velikov2014-11-061-0/+4
* egl/drm: do not crash when swapping buffers without any renderingLionel Landwerlin2014-10-271-0/+8