Re: [Mesa-dev] [PATCH RESEND] egl-fbdev: Fix compile-error by including errno.h

2012-04-30 Thread Kristian Hoegsberg
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

Re: [Mesa-dev] [PATCH v2] intel: set dri_format field for all images

2012-04-30 Thread Kristian Hoegsberg
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

Re: [Mesa-dev] [PATCH 0/4] gbm: add more interfaces

2012-04-30 Thread Kristian Hoegsberg
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

Re: [Mesa-dev] [PATCH] wayland-drm: Implement wl_buffer.damage in old versions of Wayland

2012-04-12 Thread Kristian Hoegsberg
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

Re: [Mesa-dev] [PATCH] gbm: track buffer format through DRI drivers

2012-02-22 Thread Kristian Hoegsberg
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