summaryrefslogtreecommitdiffstats
path: root/src/egl/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* egl: Replace KHR_surfaceless_* extensions with KHR_surfaceless_contextIan Romanick2012-08-064-29/+6
* automake: convert libglapiJon TURNEY2012-07-131-1/+1
* egl: Add EGL_WAYLAND_PLANE_WL attributeKristian Høgsberg2012-07-114-0/+30
* radeonsi: initial WIP SI codeTom Stellard2012-04-131-2/+5
* egl: fix uninitialized valuesDylan Noblesmith2012-04-131-1/+1
* Add Makefile.in to toplevel .gitignoreKenneth Graunke2012-03-201-1/+0
* Add .deps/, .libs/, and *.la to toplevel .gitignorePaul Berry2012-03-201-3/+0
* shared-glapi: Convert to automakeKristian Høgsberg2012-03-191-1/+0
* egl: Use -no-undefined libtool flagJon TURNEY2012-03-051-1/+1
* egl: Also put a symlink from libEGL.so in lib/ for now.Eric Anholt2012-03-021-0/+1
* egl: Don't include strings.h on Windows.José Fonseca2012-03-012-1/+1
* egl/drivers: Convert to automake.Eric Anholt2012-02-291-2/+2
* egl/main: Convert to automake.Eric Anholt2012-02-295-192/+152
* automake: src/egl/waylandBenjamin Franzke2012-01-261-1/+1
* gbm: install libgbm.so into libMatt Turner2012-01-241-1/+0
* egl,gbm_gallium: Fix linkage against gbm from automakeBenjamin Franzke2012-01-241-0/+1
* egl: add EGL_NV_post_sub_bufferFredrik Höglund2011-12-206-0/+48
* egl: KHR_reusable_sync entrypoints are missing from eglGetProcAddressChia-I Wu2011-12-201-0/+5
* egl: remove #ifdef's for official extensionsChia-I Wu2011-12-207-70/+0
* egl: remove EGL_ANDROID_swap_rectangleChia-I Wu2011-12-204-35/+0
* android: bring in i915_dri and i965_dri automaticallyChia-I Wu2011-11-261-0/+4
* android: move libGLES_mesa build rules to src/egl/main/.Chia-I Wu2011-11-261-3/+83
* egl: silence unused var warningBrian Paul2011-11-101-0/+2
* egl: add null platformChia-I Wu2011-09-203-0/+8
* Define INLINE macro in terms of inline.José Fonseca2011-09-081-19/+22
* egl: Use gbm/wayland flags regardless of egl_dri2Benjamin Franzke2011-08-291-10/+10
* android: add support for egl_dri2Chia-I Wu2011-08-281-0/+3
* android: build core EGLChia-I Wu2011-08-211-0/+64
* egl: add Android-specific extensionsChia-I Wu2011-08-214-0/+39
* egl: add _EGL_PLATFORM_ANDROIDChia-I Wu2011-08-212-1/+3
* egl: Add include paths for platform autodetectionBenjamin Franzke2011-08-161-0/+2