summaryrefslogtreecommitdiff
path: root/src/egl/main
AgeCommit message (Expand)AuthorFilesLines
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
2012-08-06egl: Replace KHR_surfaceless_* extensions with KHR_surfaceless_contextIan Romanick4-29/+6
2012-07-13automake: convert libglapiJon TURNEY1-1/+1
2012-07-11egl: Add EGL_WAYLAND_PLANE_WL attributeKristian Høgsberg4-0/+30
2012-04-13radeonsi: initial WIP SI codeTom Stellard1-2/+5
2012-04-13egl: fix uninitialized valuesDylan Noblesmith1-1/+1
2012-03-20Add Makefile.in to toplevel .gitignoreKenneth Graunke1-1/+0
2012-03-20Add .deps/, .libs/, and *.la to toplevel .gitignorePaul Berry1-3/+0
2012-03-19shared-glapi: Convert to automakeKristian Høgsberg1-1/+0
2012-03-05egl: Use -no-undefined libtool flagJon TURNEY1-1/+1
2012-03-02egl: Also put a symlink from libEGL.so in lib/ for now.Eric Anholt1-0/+1
2012-03-01egl: Don't include strings.h on Windows.José Fonseca2-1/+1
2012-02-29egl/drivers: Convert to automake.Eric Anholt1-2/+2
2012-02-29egl/main: Convert to automake.Eric Anholt5-192/+152
2012-01-26automake: src/egl/waylandBenjamin Franzke1-1/+1
2012-01-24gbm: install libgbm.so into libMatt Turner1-1/+0
2012-01-24egl,gbm_gallium: Fix linkage against gbm from automakeBenjamin Franzke1-0/+1
2011-12-20egl: add EGL_NV_post_sub_bufferFredrik Höglund6-0/+48
2011-12-20egl: KHR_reusable_sync entrypoints are missing from eglGetProcAddressChia-I Wu1-0/+5
2011-12-20egl: remove #ifdef's for official extensionsChia-I Wu7-70/+0
2011-12-20egl: remove EGL_ANDROID_swap_rectangleChia-I Wu4-35/+0
2011-11-26android: bring in i915_dri and i965_dri automaticallyChia-I Wu1-0/+4
2011-11-26android: move libGLES_mesa build rules to src/egl/main/.Chia-I Wu1-3/+83
2011-11-10egl: silence unused var warningBrian Paul1-0/+2
2011-09-20egl: add null platformChia-I Wu3-0/+8
2011-09-08Define INLINE macro in terms of inline.José Fonseca1-19/+22
2011-08-29egl: Use gbm/wayland flags regardless of egl_dri2Benjamin Franzke1-10/+10