Re: [Mesa-dev] [PATCH] st/egl: Fix build after changes in src/egl/wayland/

2013-03-23 Thread Scott Moreau
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

Re: [Mesa-dev] [PATCH] intel: make sure to setup image dimension in image_from_planar setup

2013-02-04 Thread Scott Moreau
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

Re: [Mesa-dev] [PATCH 2/2] intel: Support new dri image interface v2

2012-08-31 Thread Scott Moreau
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

Re: [Mesa-dev] [PATCH 2/2] gbm: Use libkms to work around missing cursor support in dri drivers

2012-08-20 Thread Scott Moreau
*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

Re: [Mesa-dev] [PATCH 6/6] egl_dri2: Avoid using createSubImage when not neccassery

2012-08-20 Thread Scott Moreau
- 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

Re: [Mesa-dev] [PATCH 2/2] gbm: Use libkms to work around missing cursor support in dri drivers

2012-08-13 Thread Scott Moreau
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

Re: [Mesa-dev] [PATCH demos] eglkms: Track mesa function rename.

2012-08-13 Thread Scott Moreau
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

[Mesa-dev] [PATCH demos] eglkms: Track mesa function rename.

2012-07-19 Thread Scott Moreau
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

[Mesa-dev] [PATCH] Complete ARGB8888 naming convention format renames missed by 58dc1b28d1ef4d1931c52b079d304f2e1546329d

2012-01-17 Thread Scott Moreau
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