summaryrefslogtreecommitdiffstats
path: root/src/egl
Commit message (Expand)AuthorAgeFilesLines
* egl: Use -no-undefined libtool flagJon TURNEY2012-03-051-1/+1
* wayland: Use new wl_display_disconnectBenjamin Franzke2012-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-296-105/+97
* egl/main: Convert to automake.Eric Anholt2012-02-299-224/+185
* egl: Drop the non-builtin-drivers support.Eric Anholt2012-02-292-30/+2
* egl: Drop _EGL_MAIN entrypoint obfuscation.Eric Anholt2012-02-295-5/+2
* add wayland cflags when building wayland-eglJuan Zhao2012-01-291-1/+2
* automake: src/egl/waylandBenjamin Franzke2012-01-2610-158/+39
* Revert "Always build shared glapi"Matt Turner2012-01-243-0/+13
* 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
* Always build shared glapiMatt Turner2012-01-203-13/+0
* wayland-drm: Drop the non-premul formats, use format codes from drm_fourcc.hKristian Høgsberg2012-01-114-35/+81
* egl_dri2: Put the _eglError call in the case switch caseKristian Høgsberg2012-01-111-2/+2
* egl_dri2/wayland: handle creating xrgb8888 imagesRobert Bragg2012-01-113-56/+80
* egl/x11: Merge the right version of Frederiks changeKristian Høgsberg2011-12-211-21/+8
* egl_dri2/x11: Add support for the DRI2 SwapBuffers requestFredrik Höglund2011-12-202-21/+81
* egl_dri2/x11: Add support for eglSwapIntervalFredrik Höglund2011-12-203-1/+36
* egl_dri2/x11: error check coordinates in eglPostSubBufferNVChia-I Wu2011-12-201-5/+5
* egl_dri2/x11: Add support for EGL_NV_post_sub_bufferFredrik Höglund2011-12-201-0/+17
* 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
* egl_dri2: Fix some valgrind reported leaksBenjamin Franzke2011-12-134-8/+10
* egl_glx: fix eglDestroyContextChia-I Wu2011-12-031-1/+2
* egl_glx: Try first a default lookup for glXGetProcAddress before loading dyna...Beren Minor2011-11-271-9/+14
* 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
* android: add support for ICSChia-I Wu2011-11-252-9/+18
* egl: silence unused var warningBrian Paul2011-11-101-0/+2
* configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles.Stéphane Marchesin2011-10-041-2/+2
* egl: add null platformChia-I Wu2011-09-203-0/+8
* egl_glx.c: use unsigned instead of uintMatt Turner2011-09-191-3/+3
* wayland: Flush before blocking in swapbuffers.Jørgen Lind2011-09-151-2/+5
* egl_dri2: add support for RGBA_8888 android native bufferChia-I Wu2011-09-091-0/+2
* Define INLINE macro in terms of inline.José Fonseca2011-09-081-19/+22
* wayland: Use wl_resource_* error functionsKristian Høgsberg2011-09-011-10/+10
* egl_dri2: Destroy callback in release_pending_bufferBenjamin Franzke2011-09-011-0/+2
* wayland-drm: Fix compilation with wayland masterBenjamin Franzke2011-09-011-9/+9
* wayland: Track changes to drop wl_visualKristian Høgsberg2011-08-318-39/+108
* egl_dri2: Only clear EGL_PIXMAP_BIT if DRI config is double bufferedKristian Høgsberg2011-08-311-2/+4
* wayland: Track server side wayland changesKristian Høgsberg2011-08-312-35/+37
* wayland: Use new wl_callback mechanismKristian Høgsberg2011-08-311-31/+24
* egl_dri2: Drop dri2_surface_type enumBenjamin Franzke2011-08-312-18/+9
* egl_dri2: add pbuffer support to platform_androidChia-I Wu2011-08-311-5/+16
* egl_dri2: check the surface type in platform_androidChia-I Wu2011-08-311-45/+56
* egl_dri2: refactor droid_get_buffers_with_formatChia-I Wu2011-08-311-27/+39