[Mesa-dev] [Bug 84538] lp_test_format.c:226:4: error: too few arguments to function ‘gallivm_create’
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Sep 30 17:36:57 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=84538
Vinson Lee <vlee at freedesktop.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jfonseca at vmware.com,
| |Mathias.Froehlich at web.de
Keywords| |bisected
--- Comment #1 from Vinson Lee <vlee at freedesktop.org> ---
83c62597fc8eb38bf274fa1a3ca03c6adafb4bf9 is the first bad commit
commit 83c62597fc8eb38bf274fa1a3ca03c6adafb4bf9
Author: Mathias Fröhlich <Mathias.Froehlich at gmx.net>
Date: Thu Aug 28 19:49:35 2014 +0200
llvmpipe: Use two LLVMContexts per OpenGL context instead of a global one.
This is one step to make llvmpipe thread safe as mandated by the OpenGL
standard. Using the global LLVMContext is obviously a problem for
that kind of use pattern. The patch introduces two LLVMContext
instances that are private to an OpenGL context and used for all
compiles. One is put into struct draw_llvm and the other
one into struct llvmpipe_context.
Reviewed-by: Jose Fonseca <jfonseca at vmware.com>
Signed-off-by: Mathias Froehlich <Mathias.Froehlich at web.de>
:040000 040000 6d96f4184ccbcaea41332f376e8df54d00d8ff7e
00c106532ffc70214fff90833757ae321390b65a M src
bisect run success
--
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/20141001/a09cac43/attachment-0001.html>
More information about the mesa-dev
mailing list