Re: [Mesa-dev] [PATCH] Fix segmentation fault

2012-10-29 Thread 박영선
Hello, I send this patch one more time. It segfaulte when a qtwayland execute on kms. (in case only radeon graphic card) It happen because don’t copy dri_format of __DRIimage in dri2_dup_image(). I hope you try to check it again. Best Regards, YoungSun Park -Original Message- From: Young

[Mesa-dev] [PATCH] Fix segmentation fault

2012-10-10 Thread YoungSun Park
The function segfaulted when a qtwayland on kms executed. It is miss to copy dri_format of __DRIimage in dri2_dup_image(). Signed-off-by: YoungSun Park --- src/gallium/state_trackers/dri/drm/dri2.c |1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/state_trackers/dri/drm/dri2.c