On Sun, Apr 29, 2012 at 11:53:16AM +0200, David Herrmann wrote:
> We use errno and EINVAL so include errno.h.
>
> This patch introduced this bug:
> http://cgit.freedesktop.org/mesa/mesa/commit/src/gallium/state_trackers/egl/fbdev/native_fbdev.c?id=b60120608f6ddf4098bc324363197c979ee04cb7
>
> Sign
On Mon, Apr 30, 2012 at 12:32:45PM +0300, Ander Conselvan de Oliveira wrote:
> Only images created with intel_create_image() had the field properly
> set. Set it also on intel_dup_image(), intel_create_image_from_name()
> and intel_create_image_from_renderbuffer().
> ---
> Changed patch to also han
On Mon, Apr 30, 2012 at 01:27:49PM +0300, Ander Conselvan de Oliveira wrote:
> Hi,
>
> This series adds a couple of new functions to gbm. The motivation for
> these is to be able to reuse the kms fb objects on weston, instead of
> creating and destroying them once for every frame.
Thanks, the ser
On Wed, Apr 11, 2012 at 05:07:56PM +0100, Neil Roberts wrote:
> Commit 272bc48976 removed the damage implementation for the
> wl_buffer_interface because that has been removed from git master of
> Wayland. However this breaks building with the 0.85 branch of Wayland
> because it would end up initia
On Tue, Feb 21, 2012 at 12:56:11PM -0800, Jesse Barnes wrote:
> GBM needs the buffer format in order to communicate with DRM and clients
> for things like scanout.
>
> So track the DRI format requested in the various back ends and use it to
> return the DRI format back to GBM when requested. GBM