summaryrefslogtreecommitdiffstats
path: root/src/egl/drivers
Commit message (Expand)AuthorAgeFilesLines
* egl: Fix Terminate with shared gbm screensBenjamin Franzke2011-06-272-2/+7
* egl_dri2: Build drm platform only if enabledBenjamin Franzke2011-06-242-1/+8
* egl_dri2: Hookup gbm as drm platformBenjamin Franzke2011-06-234-61/+127
* egl_dri2/wayland: Hook up new buffer.release eventBenjamin Franzke2011-06-212-16/+127
* wayland: Pass use_invalidate extension to driverKristian Høgsberg2011-06-202-2/+3
* egl_dri2/x11: Check availability of the dri2 extensionBenjamin Franzke2011-06-201-0/+9
* egl_dri2: try swrastg_dri if swrast_dri failsChia-I Wu2011-06-131-0/+6
* egl_dri2: add dri2_load_driver_swrastChia-I Wu2011-06-133-19/+44
* egl_dri2: Compare configs before matching themBenjamin Franzke2011-06-121-1/+13
* egl_dri2/wayland: Add support for EGL_DEFAULT_DISPLAYBenjamin Franzke2011-06-122-3/+23
* egl_dri2: Add missing headerBenjamin Franzke2011-06-071-0/+1
* egl_dri2: Add missing licenseBenjamin Franzke2011-06-071-0/+28
* egl_dri2: Use libudev only if availableBenjamin Franzke2011-06-071-2/+7
* egl_dri2: Use external driver pci listBenjamin Franzke2011-06-074-664/+116
* egl_dri2: Fix usage of bool valuesBenjamin Franzke2011-05-311-3/+3
* egl_dri2: add new cayman pci idsAlex Deucher2011-05-251-0/+15
* egl: Recognize Ivybridge PCI IDs.Kenneth Graunke2011-05-171-0/+5
* egl_dri2: Discard similar configsBenjamin Franzke2011-05-131-4/+2
* egl_dri2: Make it possible to not compile in the X11 platformKristian Høgsberg2011-05-133-6/+23
* egl/dri2: Avoid unused static functions.José Fonseca2011-05-121-1/+1
* egl/dri2: Prevent uninitialized variable dereference.José Fonseca2011-05-121-2/+5
* egl/dri2: Fix const pointer duplication, prevent unitialized variable derefer...José Fonseca2011-05-121-5/+7
* egl: Fix int <-> ptr casts.José Fonseca2011-05-123-4/+4
* Add pci id for FirePro 2270Kostas Georgiou2011-05-061-0/+1
* 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-061-17/+54
* egl/wayland: Fix possible lockup in drm initializationBenjamin Franzke2011-04-291-1/+1
* egl/wayland: Update to buffer.damage additionBenjamin Franzke2011-04-221-0/+2
* egl_dri2: Create wl_buffers for pixmap surfacesBenjamin Franzke2011-04-221-12/+21
* egl/wayland: Fix prefixes for interface namesBenjamin Franzke2011-04-221-2/+2
* wayland-egl: Update to wayland-egl.h changes, drop struct wl_egl_displayKristian Høgsberg2011-04-202-41/+79
* 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_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-041-1/+1
* egl_dri2 x11: Workaround device_name xcb-dri2 bugBenjamin Franzke2011-03-021-5/+13
* egl: Add EGL_WL_bind_wayland_displayBenjamin Franzke2011-03-016-17/+224
* 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: Force roundtrips to get device name and authenticate correctlyKristian Høgsberg2011-02-071-4/+28