[Mesa-dev] [Bug 85586] New: Draw module crashes in LLVM generated code since commit 60ec95fa1e0c42bd42358185970b20c9b81591fa
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Oct 29 00:32:53 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=85586
Bug ID: 85586
Summary: Draw module crashes in LLVM generated code since
commit 60ec95fa1e0c42bd42358185970b20c9b81591fa
Product: Mesa
Version: git
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Mesa core
Assignee: mesa-dev at lists.freedesktop.org
Reporter: michel at daenzer.net
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=60ec95fa1e0c42bd42358185970b20c9b81591fa
Author: Neil Roberts <neil at linux.intel.com>
Date: Tue Sep 23 19:01:04 2014 +0100
mesa: Add support for the GL_KHR_context_flush_control extension
Since this commit, some piglit tests crash for me in the LLVM generated code
called from draw_pt_fetch_shade_pipeline_llvm.c:370:
if (fetch_info->linear)
clipped = fpme->current_variant->jit_func( &fpme->llvm->jit_context,
llvm_vert_info.verts,
draw->pt.user.vbuffer,
fetch_info->start,
fetch_info->count,
fpme->vertex_size,
draw->pt.vertex_buffer,
draw->instance_id,
draw->start_index,
draw->start_instance);
I can avoid the crashes with the environment variable DRAW_USE_LLVM=0.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20141029/94fbdf37/attachment-0001.html>
More information about the mesa-dev
mailing list