summaryrefslogtreecommitdiffstats
path: root/src/egl
Commit message (Expand)AuthorAgeFilesLines
...
* egl_dri2: add new radeon pci idsAlex Deucher2011-05-061-0/+6
* egl: Add a cursor use bit to MESA_drm_imageKristian Høgsberg2011-05-061-1/+4
* egl/wayland-drm: Generalize interfaceBenjamin Franzke2011-05-063-63/+113
* egl/wayland: Fix possible lockup in drm initializationBenjamin Franzke2011-04-291-1/+1
* egl: Use the right extension name in #ifdefKristian Høgsberg2011-04-251-1/+1
* egl/wayland: Follow buffer.attach removalBenjamin Franzke2011-04-221-1/+0
* egl/wayland: Update to buffer.damage additionBenjamin Franzke2011-04-222-4/+5
* egl_dri2: Create wl_buffers for pixmap surfacesBenjamin Franzke2011-04-222-12/+23
* egl/wayland: Add new version parameter for post_drmBenjamin Franzke2011-04-221-1/+3
* egl/wayland: Fix prefixes for interface namesBenjamin Franzke2011-04-222-5/+5
* wayland-egl: Update to wayland-egl.h changes, drop struct wl_egl_displayKristian Høgsberg2011-04-204-175/+84
* egl/wayland: Update to per-surface frame eventsBenjamin Franzke2011-04-121-2/+3
* egl_dri2.c: Open drm device with O_CLOEXECKristian Høgsberg2011-04-071-1/+1
* egl_dri2 x11: Fix a typoFeng, Haitao2011-03-301-1/+1
* egl/wayland-drm: Fix include pathBenjamin Franzke2011-03-261-1/+2
* egl_dri2: We don't actually support KHR_gl_texture_2D_imageKristian Høgsberg2011-03-261-1/+0
* egl_dri2: Enable image extensions in one placeKristian Høgsberg2011-03-264-13/+7
* egl_dri2: Add attribute map for __DRI_ATTRIB_FRAMEBUFFER_SRGB_CAPABLEBenjamin Franzke2011-03-071-0/+1
* egl_dri2: Fix incompatible vfunc-pointer warningBenjamin Franzke2011-03-041-1/+1
* egl/wayland: Move wayland-egl into a subdirBenjamin Franzke2011-03-046-64/+86
* egl_dri2 x11: Workaround device_name xcb-dri2 bugBenjamin Franzke2011-03-021-5/+13
* egl/wayland: build subdirs (wayland-drm) before dependBenjamin Franzke2011-03-021-1/+1
* egl: Add EGL_WL_bind_wayland_displayBenjamin Franzke2011-03-0119-23/+620
* egl_dri2: Return NULL when xcb_get_geometry_reply fails.Chia-I Wu2011-02-201-0/+1
* egl_dri2: add swrastHaitao Feng2011-02-165-52/+395
* egl_dri2: add nouveau support.Dave Airlie2011-02-141-0/+8
* egl_dri2: rename loader_extension to dri2_loader_extensionHaitao Feng2011-02-103-18/+18
* egl_dri2 wayland: Sync front buffer releaseBenjamin Franzke2011-02-102-26/+67
* egl_dri2: Always unbind old contextsBenjamin Franzke2011-02-101-10/+11
* egl_dri2: Use double buffering for window surfacesBenjamin Franzke2011-02-105-40/+110
* wayland-egl: Add struct wl_egl_display argument to +wl_egl_window_create()Kristian Høgsberg2011-02-071-1/+2
* wayland-egl: Force roundtrips to get device name and authenticate correctlyKristian Høgsberg2011-02-072-4/+29
* egl_dri2: Add wayland platformBenjamin Franzke2011-02-074-0/+644
* egl_dri2: Export dri2_get_driver_for_fdBenjamin Franzke2011-02-072-1/+4
* egl_dri2: Enable pixmap bind_to_texture according to the extensionBenjamin Franzke2011-02-071-1/+2
* egl: Implement libwayland-eglBenjamin Franzke2011-02-074-0/+363
* egl: Add wayland platformBenjamin Franzke2011-02-074-1/+10
* egl_dri2: Add new radeon pci idsAlex Deucher2011-02-031-1/+40
* egl_dri2: Split out drm platform implementation to a separate fileKristian Høgsberg2011-02-034-595/+640
* egl_dri2: Split out x11 platform codeKristian Høgsberg2011-02-034-826/+936
* egl_dri2: Export glapi symbols for DRI drivers.Chia-I Wu2011-01-302-10/+27
* 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-134-0/+14
* egl: Simplify driver matching.Chia-I Wu2011-01-135-84/+61
* egl: Cleanup _EGLDisplay initialization.Chia-I Wu2011-01-138-63/+58
* egl: When EGL_DRIVER is set, do not add other drivers.Chia-I Wu2011-01-121-5/+14
* egl: libEGL depends on LOCAL_LIBS.Chia-I Wu2011-01-121-1/+1