aboutsummaryrefslogtreecommitdiffstats
path: root/src/egl/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* egl: Log (debug) native platform typeBenjamin Franzke2011-08-151-12/+25
* egl: Native Display autodetectionBenjamin Franzke2011-08-154-8/+115
* egl: EGL_MATCH_NATIVE_NATIVE_PIXMAP cannot be EGL_DONT_CAREChia-I Wu2011-07-291-2/+3
* egl: make pixmaps and pbuffers EGL_BUFFER_PRESERVEDChia-I Wu2011-07-291-1/+3
* egl: add copyright noticesChia-I Wu2011-07-0237-37/+1040
* egl: fix a compiler warningChia-I Wu2011-07-011-0/+1
* egl: fix EGL_MATCH_NATIVE_PIXMAPChia-I Wu2011-06-251-2/+10
* egl: make implementing eglChooseConfig easierChia-I Wu2011-06-252-27/+57
* egl_dri2: Hookup gbm as drm platformBenjamin Franzke2011-06-231-0/+4
* wayland: Fix link order for libwayland-drm.aKristian Høgsberg2011-05-181-4/+4
* egl: Compile wayland-drm.a into libEGL independent of egl_dri2Benjamin Franzke2011-05-161-3/+4
* egl_dri2: Make it possible to not compile in the X11 platformKristian Høgsberg2011-05-131-1/+5
* egl: Fix int <-> ptr casts.José Fonseca2011-05-121-1/+1
* egl: Use the right extension name in #ifdefKristian Høgsberg2011-04-251-1/+1
* egl: Add EGL_WL_bind_wayland_displayBenjamin Franzke2011-03-015-0/+62
* egl: Add wayland platformBenjamin Franzke2011-02-073-1/+6
* egl: Make the transition to built-in drivers more smooth.Chia-I Wu2011-01-301-5/+24
* egl: Fix EGL_VERSION string.Chia-I Wu2011-01-141-1/+1
* egl: Fix an assertion in _eglUpdateAPIsString.Chia-I Wu2011-01-141-1/+1
* egl: need stdio.h for non-Windows build too to avoid compiler warningBrian Paul2011-01-131-1/+1
* egl: Improve driver selection.Chia-I Wu2011-01-132-0/+6
* egl: Simplify driver matching.Chia-I Wu2011-01-133-84/+54