Age | Commit message (Expand) | Author |
2011-03-25 | android: fix building | Chia-I Wu |
2011-03-25 | st/egl: add support for loading radeon | Chia-I Wu |
2011-03-16 | android: Add Android.mk's. | Chia-I Wu |
2011-03-16 | android: Add android backend for st/egl. | Chia-I Wu |
2011-03-12 | st/dri: fix warning: ‘bind’ may be used uninitialized in this function | Marek Olšák |
2011-03-11 | st/python: Remove flags from flush function. | Vinson Lee |
2011-03-11 | st/python: Remove the geom_flags param from is_format_supported. | Vinson Lee |
2011-03-11 | st/python: Clean up fence_finish. | Vinson Lee |
2011-03-11 | gallium: remove flags from the flush function | Marek Olšák |
2011-03-11 | gallium: remove the geom_flags param from is_format_supported | Marek Olšák |
2011-03-11 | gallium: cleanup fence_signalled and fence_finish | Marek Olšák |
2011-03-11 | gallium: kill is_resource_referenced | Marek Olšák |
2011-03-11 | swrastg: Add __DRI_TEX_BUFFER support | Adam Jackson |
2011-03-11 | vega: remove unused pipe var | Brian Paul |
2011-03-11 | st/vega: remove unnecessary flushes | Marek Olšák |
2011-03-09 | wgl: Force framebuffer validation on glViewport. | José Fonseca |
2011-03-08 | st/python: Add timeout parameter to fence_finish. | Vinson Lee |
2011-03-08 | gallium: add timeout parameter to fence_finish | Marek Olšák |
2011-03-07 | st/glx: whitespace, 80-column fixes | Brian Paul |
2011-03-06 | st/wgl: No need to initialize OneTimeLock anymore. | José Fonseca |
2011-03-04 | egl/wayland: Move wayland-egl into a subdir | Benjamin Franzke |
2011-03-01 | egl: Add EGL_WL_bind_wayland_display | Benjamin Franzke |
2011-03-01 | st/egl: Implement swapbuffer throttling | Thomas Hellstrom |
2011-03-01 | st/egl/drm: Rework swapbuffers | Thomas Hellstrom |
2011-03-01 | st/egl: Add a helper to perform a copy swap on a resource surface | Thomas Hellstrom |
2011-03-01 | st/egl: Move the copy context to the native display structure | Thomas Hellstrom |
2011-03-01 | st/dri: one more missing array size | Dave Airlie |
2011-03-01 | st/dri: fix missing array size init. | Dave Airlie |
2011-03-01 | egl/st: add array size initialisor | Dave Airlie |
2011-02-20 | st/dri: Track drawable context bindings | Jakob Bornecrantz |
2011-02-15 | st/python: add usage parameter to pipe_buffer_create | Vinson Lee |
2011-02-15 | gallium: add usage parameter to pipe_buffer_create | Marek Olšák |
2011-02-14 | st/python: remove pipe_vertex_buffer::max_index | Vinson Lee |
2011-02-14 | gallium: remove pipe_vertex_buffer::max_index | Marek Olšák |
2011-02-14 | gallium: always save and restore vertex buffers using cso_cache | Marek Olšák |
2011-02-10 | st/egl wayland: Sync front buffer release | Benjamin Franzke |
2011-02-10 | st/dri: Set render_buffer in dri_fill_st_visual | Benjamin Franzke |
2011-02-10 | st/dri: img_from_renderbuf: Fix incorrect usage of dri_context() | Benjamin Franzke |
2011-02-10 | st/dri: Fix surfaceless gl using contexts with previous bound surfaces | Benjamin Franzke |
2011-02-10 | st/egl wayland: Set color_format according to wl_visual | Benjamin Franzke |
2011-02-08 | st/egl: Fix platform selection | Benjamin Franzke |
2011-02-07 | st/egl: Add wayland platform | Benjamin Franzke |
2011-02-07 | st/egl: drm_image: Check for MESA_drm_image | Benjamin Franzke |
2011-02-07 | st/egl: native_helper: Add resource_surface_import_resource | Benjamin Franzke |
2011-02-07 | st/dri: Implement dri2::{Allocate,Release}Buffer | Benjamin Franzke |
2011-01-30 | st/vega: Disable blending when the paint is opaque. | Chia-I Wu |
2011-01-30 | st/vega: Remove an invalid sanity check. | Chia-I Wu |
2011-01-30 | st/vega: s/vg[A-Z]/vega[A-Z]/. | Chia-I Wu |
2011-01-26 | st/egl: Downgrade warning to debug when we can't create a drm screen | Kristian Høgsberg |
2011-01-24 | vega: implement handler/pointer conversion using a hash table | Brian Paul |