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. -

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 abdiel.janul...@linux.intel.com --- src/mesa/drivers/dri/intel/intel_screen.c |1 + 1 file changed, 1

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

2012-08-31 Thread Scott Moreau
YUV pitch/stride == 0. Signed-off-by: Jakob Bornecrantz ja...@vmware.com Also works here. Tested-by: Scott Moreau ore...@gmail.com Scott ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa

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

2012-08-20 Thread Scott Moreau
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 ore...@gmail.com ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http

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 k...@bitplanet.net 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

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

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

2012-01-17 Thread Scott Moreau
962a6f35d95edaba0ab44187901afdb37b9f206d Mon Sep 17 00:00:00 2001 From: Scott Moreau ore...@gmail.com 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