aboutsummaryrefslogtreecommitdiffstats
path: root/src/egl/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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