summaryrefslogtreecommitdiff
path: root/src/egl
AgeCommit message (Expand)AuthorFilesLines
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_buffertobepushedBenjamin 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
2011-08-16egl: Add include paths for platform autodetectionBenjamin Franzke1-0/+2
2011-08-16dri2: Add __DRI_BUFFER_COUNT tokenBenjamin Franzke1-2/+0
2011-08-15egl: Log (debug) native platform typeBenjamin Franzke1-12/+25
2011-08-15egl: Native Display autodetectionBenjamin Franzke4-8/+115
2011-08-14Destroy context in dri2/glx driver when apps call eglDestroyContextCooper Yuan2-2/+38
2011-08-04egl/gbm: Fix EGL_DEFAULT_DISPLAYBenjamin Franzke3-2/+31
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-27wayland-drm: Add copyright notice to protocolBenjamin Franzke1-0/+27
2011-07-14Rename swrastg_dri to swrast_driMarek Olšák1-5/+0
2011-07-06Fixes for leaks reported by cppcheck.Völgyes Dávid3-2/+8
2011-07-02egl_dri2: Fix compilation if udev devel files are not installedBenjamin Franzke1-0/+4
2011-07-02egl: add copyright noticesChia-I Wu38-49/+1054
2011-07-01egl: fix a compiler warningChia-I Wu1-0/+1
2011-06-27egl: Fix Terminate with shared gbm screensBenjamin Franzke2-2/+7
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-24egl_dri2: Build drm platform only if enabledBenjamin Franzke2-1/+8
2011-06-23egl_dri2: Hookup gbm as drm platformBenjamin Franzke5-61/+131