Hi all,
I am having some pretty bad crashes and graphical corruption due to
these series. The commit messages say tested-by but they weren't even
compile-tested apparently. Here's what I have
https://bugs.freedesktop.org/show_bug.cgi?id=62663 I have no idea
what's going on but it seems nasty.
- S
On Mon, Feb 4, 2013 at 4:30 AM, Abdiel Janulgue <
abdiel.janul...@linux.intel.com> wrote:
> Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=60212
>
> Signed-off-by: Abdiel Janulgue
> ---
> src/mesa/drivers/dri/intel/intel_screen.c |1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/s
ould fix YUV pitch/stride == 0.
> >
> > Signed-off-by: Jakob Bornecrantz
>
Also works here.
Tested-by: Scott Moreau
Scott
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev
*snip*
>> Reviewed-by: Kristian Høgsberg
> >
> >
> > I briefly tested these patches on RV350 and it fixes the problem here
> > https://bugs.freedesktop.org/show_bug.cgi?id=52267
> > I did notice that the last frame of the last instance of weston is
> 'flashed'
> > during the fade-in when running
- if (dri->image->version < 5)
+ if (dri->image->base.version < 5)
bo->image = dri->image->dupImage(image, NULL);
else
bo->image = dri->image->createSubImage(image,
Tested-by: Scott Moreau
___
m
st instance of weston is
'flashed' during the fade-in when running the next instance of weston.
A small quirk considering.
Tested-by: Scott Moreau
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev
Hi. I tried to build mesa demos today but this problem still exists. Is
there anything that can be done so demos builds against latest mesa?
Thanks,
Scott
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/li
gbm_bo_get_pitch was renamed to gbm_bo_get_stride. eglkms fails
to build against mesa master without this.
---
src/egl/opengl/eglkms.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/egl/opengl/eglkms.c b/src/egl/opengl/eglkms.c
index 1006317..6ba0f12 100644
--- a/src/eg
rom 962a6f35d95edaba0ab44187901afdb37b9f206d Mon Sep 17 00:00:00 2001
From: Scott Moreau
Date: Tue, 17 Jan 2012 02:42:00 -0700
Subject: [PATCH] Complete ARGB naming convention format renames missed
by 58dc1b28d1ef4d1931c52b079d304f2e1546329d.
---
.../state_trackers/egl/wayland/native_shm.c|7 +++
1 fi