summaryrefslogtreecommitdiff
path: root/src/egl
AgeCommit message (Expand)AuthorFilesLines
2012-01-29add wayland cflags when building wayland-eglJuan Zhao1-1/+2
2012-01-26automake: src/egl/waylandBenjamin Franzke10-158/+39
2012-01-24Revert "Always build shared glapi"Matt Turner3-0/+13
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
2012-01-20Always build shared glapiMatt Turner3-13/+0
2012-01-11wayland-drm: Drop the non-premul formats, use format codes from drm_fourcc.hKristian Høgsberg4-35/+81
2012-01-11egl_dri2: Put the _eglError call in the case switch caseKristian Høgsberg1-2/+2
2012-01-11egl_dri2/wayland: handle creating xrgb8888 imagesRobert Bragg3-56/+80
2011-12-21egl/x11: Merge the right version of Frederiks changeKristian Høgsberg1-21/+8
2011-12-20egl_dri2/x11: Add support for the DRI2 SwapBuffers requestFredrik Höglund2-21/+81
2011-12-20egl_dri2/x11: Add support for eglSwapIntervalFredrik Höglund3-1/+36
2011-12-20egl_dri2/x11: error check coordinates in eglPostSubBufferNVChia-I Wu1-5/+5
2011-12-20egl_dri2/x11: Add support for EGL_NV_post_sub_bufferFredrik Höglund1-0/+17
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-12-13egl_dri2: Fix some valgrind reported leaksBenjamin Franzke4-8/+10
2011-12-03egl_glx: fix eglDestroyContextChia-I Wu1-1/+2
2011-11-27egl_glx: Try first a default lookup for glXGetProcAddress before loading dyna...Beren Minor1-9/+14
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-25android: add support for ICSChia-I Wu2-9/+18
2011-11-10egl: silence unused var warningBrian Paul1-0/+2
2011-10-04configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles.Stéphane Marchesin1-2/+2
2011-09-20egl: add null platformChia-I Wu3-0/+8
2011-09-19egl_glx.c: use unsigned instead of uintMatt Turner1-3/+3
2011-09-15wayland: Flush before blocking in swapbuffers.Jørgen Lind1-2/+5
2011-09-09egl_dri2: add support for RGBA_8888 android native bufferChia-I Wu1-0/+2
2011-09-08Define INLINE macro in terms of inline.José Fonseca1-19/+22
2011-09-01wayland: Use wl_resource_* error functionsKristian Høgsberg1-10/+10
2011-09-01egl_dri2: Destroy callback in release_pending_bufferBenjamin Franzke1-0/+2
2011-09-01wayland-drm: Fix compilation with wayland masterBenjamin Franzke1-9/+9
2011-08-31wayland: Track changes to drop wl_visualKristian Høgsberg8-39/+108
2011-08-31egl_dri2: Only clear EGL_PIXMAP_BIT if DRI config is double bufferedKristian Høgsberg1-2/+4
2011-08-31wayland: Track server side wayland changesKristian Høgsberg2-35/+37
2011-08-31wayland: Use new wl_callback mechanismKristian Høgsberg1-31/+24
2011-08-31egl_dri2: Drop dri2_surface_type enumBenjamin Franzke2-18/+9
2011-08-31egl_dri2: add pbuffer support to platform_androidChia-I Wu1-5/+16
2011-08-31egl_dri2: check the surface type in platform_androidChia-I Wu1-45/+56
2011-08-31egl_dri2: refactor droid_get_buffers_with_formatChia-I Wu1-27/+39
2011-08-31egl_dri2: set ctx->WindowRenderBufferChia-I Wu1-0/+6
2011-08-29egl: Use gbm/wayland flags regardless of egl_dri2Benjamin Franzke1-10/+10
2011-08-28android: add support for egl_dri2Chia-I Wu2-0/+53
2011-08-28egl_dri2: add support for AndroidChia-I Wu3-0/+749
2011-08-28egl_dri2: allow RGBA masks to be specified for matchingChia-I Wu5-5/+27
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