summaryrefslogtreecommitdiff
path: root/src/egl/main
AgeCommit message (Expand)AuthorFilesLines
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
2011-08-28android: add support for egl_dri2Chia-I Wu1-0/+3
2011-08-21android: build core EGLChia-I Wu1-0/+64
2011-08-21egl: add Android-specific extensionsChia-I Wu4-0/+39
2011-08-21egl: add _EGL_PLATFORM_ANDROIDChia-I Wu2-1/+3
2011-08-16egl: Add include paths for platform autodetectionBenjamin Franzke1-0/+2
2011-08-15egl: Log (debug) native platform typeBenjamin Franzke1-12/+25
2011-08-15egl: Native Display autodetectionBenjamin Franzke4-8/+115
2011-07-29egl: EGL_MATCH_NATIVE_NATIVE_PIXMAP cannot be EGL_DONT_CAREChia-I Wu1-2/+3
2011-07-29egl: make pixmaps and pbuffers EGL_BUFFER_PRESERVEDChia-I Wu1-1/+3
2011-07-02egl: add copyright noticesChia-I Wu37-37/+1040
2011-07-01egl: fix a compiler warningChia-I Wu1-0/+1
2011-06-25egl: fix EGL_MATCH_NATIVE_PIXMAPChia-I Wu1-2/+10
2011-06-25egl: make implementing eglChooseConfig easierChia-I Wu2-27/+57
2011-06-23egl_dri2: Hookup gbm as drm platformBenjamin Franzke1-0/+4
2011-05-18wayland: Fix link order for libwayland-drm.aKristian Høgsberg1-4/+4
2011-05-16egl: Compile wayland-drm.a into libEGL independent of egl_dri2Benjamin Franzke1-3/+4
2011-05-13egl_dri2: Make it possible to not compile in the X11 platformKristian Høgsberg1-1/+5
2011-05-12egl: Fix int <-> ptr casts.José Fonseca1-1/+1
2011-04-25egl: Use the right extension name in #ifdefKristian Høgsberg1-1/+1
2011-03-01egl: Add EGL_WL_bind_wayland_displayBenjamin Franzke5-0/+62
2011-02-07egl: Add wayland platformBenjamin Franzke3-1/+6
2011-01-30egl: Make the transition to built-in drivers more smooth.Chia-I Wu1-5/+24
2011-01-14egl: Fix EGL_VERSION string.Chia-I Wu1-1/+1
2011-01-14egl: Fix an assertion in _eglUpdateAPIsString.Chia-I Wu1-1/+1
2011-01-13egl: need stdio.h for non-Windows build too to avoid compiler warningBrian Paul1-1/+1