summaryrefslogtreecommitdiff
path: root/src/egl
AgeCommit message (Expand)AuthorFilesLines
2011-04-29egl/wayland: Fix possible lockup in drm initializationBenjamin Franzke1-1/+1
2011-04-25egl: Use the right extension name in #ifdefKristian Høgsberg1-1/+1
2011-04-22egl/wayland: Follow buffer.attach removalBenjamin Franzke1-1/+0
2011-04-22egl/wayland: Update to buffer.damage additionBenjamin Franzke2-4/+5
2011-04-22egl_dri2: Create wl_buffers for pixmap surfacesBenjamin Franzke2-12/+23
2011-04-22egl/wayland: Add new version parameter for post_drmBenjamin Franzke1-1/+3
2011-04-22egl/wayland: Fix prefixes for interface namesBenjamin Franzke2-5/+5
2011-04-20wayland-egl: Update to wayland-egl.h changes, drop struct wl_egl_displayKristian Høgsberg4-175/+84
2011-04-12egl/wayland: Update to per-surface frame eventsBenjamin Franzke1-2/+3
2011-04-07egl_dri2.c: Open drm device with O_CLOEXECKristian Høgsberg1-1/+1
2011-03-30egl_dri2 x11: Fix a typoFeng, Haitao1-1/+1
2011-03-26egl/wayland-drm: Fix include pathBenjamin Franzke1-1/+2
2011-03-26egl_dri2: We don't actually support KHR_gl_texture_2D_imageKristian Høgsberg1-1/+0
2011-03-26egl_dri2: Enable image extensions in one placeKristian Høgsberg4-13/+7
2011-03-07egl_dri2: Add attribute map for __DRI_ATTRIB_FRAMEBUFFER_SRGB_CAPABLEBenjamin Franzke1-0/+1
2011-03-04egl_dri2: Fix incompatible vfunc-pointer warningBenjamin Franzke1-1/+1
2011-03-04egl/wayland: Move wayland-egl into a subdirBenjamin Franzke6-64/+86
2011-03-02egl_dri2 x11: Workaround device_name xcb-dri2 bugBenjamin Franzke1-5/+13
2011-03-02egl/wayland: build subdirs (wayland-drm) before dependBenjamin Franzke1-1/+1
2011-03-01egl: Add EGL_WL_bind_wayland_displayBenjamin Franzke19-23/+620
2011-02-20egl_dri2: Return NULL when xcb_get_geometry_reply fails.Chia-I Wu1-0/+1
2011-02-16egl_dri2: add swrastHaitao Feng5-52/+395
2011-02-14egl_dri2: add nouveau support.Dave Airlie1-0/+8
2011-02-10egl_dri2: rename loader_extension to dri2_loader_extensionHaitao Feng3-18/+18
2011-02-10egl_dri2 wayland: Sync front buffer releaseBenjamin Franzke2-26/+67
2011-02-10egl_dri2: Always unbind old contextsBenjamin Franzke1-10/+11
2011-02-10egl_dri2: Use double buffering for window surfacesBenjamin Franzke5-40/+110
2011-02-07wayland-egl: Add struct wl_egl_display argument to +wl_egl_window_create()Kristian Høgsberg1-1/+2
2011-02-07wayland-egl: Force roundtrips to get device name and authenticate correctlyKristian Høgsberg2-4/+29
2011-02-07egl_dri2: Add wayland platformBenjamin Franzke4-0/+644
2011-02-07egl_dri2: Export dri2_get_driver_for_fdBenjamin Franzke2-1/+4
2011-02-07egl_dri2: Enable pixmap bind_to_texture according to the extensionBenjamin Franzke1-1/+2
2011-02-07egl: Implement libwayland-eglBenjamin Franzke4-0/+363
2011-02-07egl: Add wayland platformBenjamin Franzke4-1/+10
2011-02-03egl_dri2: Add new radeon pci idsAlex Deucher1-1/+40
2011-02-03egl_dri2: Split out drm platform implementation to a separate fileKristian Høgsberg4-595/+640
2011-02-03egl_dri2: Split out x11 platform codeKristian Høgsberg4-826/+936
2011-01-30egl_dri2: Export glapi symbols for DRI drivers.Chia-I Wu2-10/+27
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
2011-01-13egl: Improve driver selection.Chia-I Wu4-0/+14
2011-01-13egl: Simplify driver matching.Chia-I Wu5-84/+61
2011-01-13egl: Cleanup _EGLDisplay initialization.Chia-I Wu8-63/+58
2011-01-12egl: When EGL_DRIVER is set, do not add other drivers.Chia-I Wu1-5/+14
2011-01-12egl: libEGL depends on LOCAL_LIBS.Chia-I Wu1-1/+1
2011-01-12egl_dri2: Fix eglGetProcAddress.Chia-I Wu1-1/+2
2011-01-12scons: Updates for targets/egl-static.Chia-I Wu3-13/+24
2011-01-12targets/egl-static: New EGL target for scons.Chia-I Wu1-6/+14