Age | Commit message (Expand) | Author | Files | Lines |
2011-02-04 | st/egl/wayland: Cleanup, put structs in header etcegl-wayland2egl-wayland | Benjamin Franzke | 2 | -80/+115 |
2011-02-03 | st/dri: allocate_buffer: support 16bit format | Benjamin Franzke | 1 | -8/+5 |
2011-02-03 | egl_dri2: Add process_front_buffer_wayland | Benjamin Franzke | 1 | -27/+38 |
2011-02-03 | egl_dri2: Fix __DRIdrawable refcounting | Benjamin Franzke | 1 | -3/+7 |
2011-02-03 | Bring egl_{dri2,gallium}'s wayland_pixmap_destroy on par | Benjamin Franzke | 2 | -5/+8 |
2011-02-03 | wayland-egl: Add parameter names in wayland-egl.h | Benjamin Franzke | 1 | -6/+6 |
2011-02-03 | st/dri: Fix free in dri_release_buffer | Benjamin Franzke | 1 | -1/+1 |
2011-02-03 | egl_dri2: Cleanup tabs vs space | Benjamin Franzke | 1 | -5/+5 |
2011-02-03 | egl_dri2: Fix eglDestroySurface | Benjamin Franzke | 1 | -1/+2 |
2011-02-03 | st/dri: move struct dri2_buffer into dri2_buffer.h | Benjamin Franzke | 2 | -8/+30 |
2011-02-02 | Rename dri2::FreeBuffer to dri2::ReleaseBuffer | Benjamin Franzke | 6 | -19/+17 |
2011-02-02 | st/egl: s/resource_import_resource/resource_surface_import_resource/ | Benjamin Franzke | 3 | -7/+8 |
2011-02-02 | Revert "st/egl: Export resource_surface_free_resources()." | Benjamin Franzke | 2 | -4/+1 |
2011-02-02 | st/egl/wayland: resize: Do not free resources (setting new size already does) | Benjamin Franzke | 1 | -1/+0 |
2011-02-02 | egl_dri2/wayland: Do not delay buffer destroy until detach | Benjamin Franzke | 1 | -15/+12 |
2011-02-02 | st/egl/wayland: Do not delay buffer destroy until detach | Benjamin Franzke | 1 | -11/+13 |
2011-02-02 | egl_*/wayland: use descripte names for native types | Benjamin Franzke | 2 | -44/+44 |
2011-02-02 | wayland-egl: rename wl_egl_surface to wl_egl_window | Benjamin Franzke | 5 | -36/+36 |
2011-02-02 | wayland-egl: Rename wl_egl_<action>_<object> to wl_egl_<object>_<action> | Benjamin Franzke | 2 | -33/+26 |
2011-02-02 | wayland-egl: Add pixmap_flush, drop pixmap_attach. | Benjamin Franzke | 2 | -21/+14 |
2011-02-02 | wayland-egl: Remove user_data from objects | Benjamin Franzke | 3 | -63/+0 |
2011-02-02 | st/egl/wayland: minor cleanup | Benjamin Franzke | 1 | -4/+1 |
2011-02-02 | wayland-egl: Add pixmap_create_buffer | Benjamin Franzke | 2 | -0/+16 |
2011-02-02 | st/egl/wayland: Support wl_egl_pixmap in CreatePixmapSurface | Benjamin Franzke | 3 | -11/+33 |
2011-02-02 | egl_dri2/wayland: Support wl_egl_pixmap in CreatePixmapSurface | Benjamin Franzke | 2 | -36/+70 |
2011-02-02 | eglconfig: Allow pixmap & ~pbuffer configs | Benjamin Franzke | 1 | -1/+1 |
2011-02-02 | egl_dri2/wayland: Add destroy() to wl_egl_pixmap | Benjamin Franzke | 1 | -3/+2 |
2011-02-02 | egl_dri2: wayland: Use AllocateBuffer in image_khr_pixmap | Benjamin Franzke | 1 | -17/+35 |
2011-02-02 | Drop DRIdrawable param in dri2::{Allocate,Free}Buffer | Benjamin Franzke | 4 | -20/+24 |
2011-02-01 | wayland-egl: Cleanup header/unused variables | Benjamin Franzke | 3 | -6/+0 |
2011-02-01 | wayland-egl: Allocate pixmaps in egl_{dri2,gallium} | Benjamin Franzke | 6 | -217/+266 |
2011-02-01 | wayland-egl: Add wl_egl_pixmap, drop wl_egl_image | Benjamin Franzke | 4 | -116/+188 |
2011-02-01 | Add missing wayland vairables to configs/autoconf.in | Benjamin Franzke | 1 | -0/+2 |
2011-02-01 | wayland-egl: Add visual param to wl_egl_create_native_surface | Benjamin Franzke | 5 | -14/+10 |
2011-02-01 | intel: Add AllocateBuffer & FreeBuffer | Benjamin Franzke | 1 | -0/+47 |
2011-02-01 | egl_dri2: Add FIXMEs | Benjamin Franzke | 1 | -0/+2 |
2011-02-01 | st/dri: Cleanup allocatebuffer | Benjamin Franzke | 1 | -9/+1 |
2011-02-01 | egl_dri2/wayland: cache dx,dy until surface_attach until surface_attach | Benjamin Franzke | 1 | -9/+8 |
2011-02-01 | wayland-egl: Add wl_egl_image_attach | Benjamin Franzke | 3 | -15/+60 |
2011-02-01 | wayland-egl: fix creating wayland-egl.pc | Benjamin Franzke | 3 | -6/+16 |
2011-02-01 | wayland-egl: Decide whether to build in egl/Makefile | Benjamin Franzke | 2 | -6/+6 |
2011-02-01 | wayland-egl: Cleanup Makefile & configure | Benjamin Franzke | 4 | -19/+36 |
2011-02-01 | wayland-egl: Rename wl_egl_get_buffer to create_buffer | Benjamin Franzke | 2 | -2/+2 |
2011-02-01 | wayland-egl: Expect wl_egl_image in image_flush | Benjamin Franzke | 2 | -2/+2 |
2011-02-01 | wayland-egl: Add wl_egl_image to cache width,height,visual | Benjamin Franzke | 3 | -15/+66 |
2011-02-01 | wayland-egl: Use own attributes in create_image | Benjamin Franzke | 2 | -10/+22 |
2011-02-01 | st/egl/wayland: Support eglExportDRMImageMESA | Benjamin Franzke | 3 | -2/+29 |
2011-02-01 | wayland-egl: Support user_data for wl_egl_* objects | Benjamin Franzke | 3 | -0/+41 |
2011-02-01 | egl/wayland: link libEGL with libwayland-client | Benjamin Franzke | 2 | -1/+2 |
2011-02-01 | egl: Drop EGL_{WIDTH,HEIGHT} in eglSurfaceAttrib and Create*Surface | Benjamin Franzke | 1 | -16/+2 |