[Mesa-dev] [Bug 47375] Blender crash on startup after upgrade to mesa 8.0.1

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Jul 26 18:45:48 PDT 2012


https://bugs.freedesktop.org/show_bug.cgi?id=47375

--- Comment #28 from Brian Paul <brian.e.paul at gmail.com> 2012-07-26 18:45:48 PDT ---
Can you try making this change to radeon_span.c:

diff --git a/src/mesa/drivers/dri/radeon/radeon_span.c
b/src/mesa/drivers/dri/ra
index 1f2ba49..fd91f88 100644
--- a/src/mesa/drivers/dri/radeon/radeon_span.c
+++ b/src/mesa/drivers/dri/radeon/radeon_span.c
@@ -66,6 +66,7 @@ radeon_renderbuffer_map(struct gl_context *ctx, struct
gl_rend

        rrb->base.Map = map;
        rrb->base.RowStride = stride;
+       rrb->Base.ColorType = GL_UNSIGNED_BYTE;
 }

 static void

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the mesa-dev mailing list