Clover not longer compile with llvm <= 3.5.0 since e1d363b3
e1d363b3 implies c++11 and llvm 3.5.0 CXXFLAGS provided it
No one seems to have noticed it. It's now official.
---
configure.ac | 32 ---
src/gallium/state_trackers/clover/Makefile.
---
.../state_trackers/clover/llvm/invocation.cpp | 23 ++
1 file changed, 2 insertions(+), 21 deletions(-)
diff --git a/src/gallium/state_trackers/clover/llvm/invocation.cpp
b/src/gallium/state_trackers/clover/llvm/invocation.cpp
index 4da62b9..e07d95b 100644
--- a/src/
https://bugs.freedesktop.org/show_bug.cgi?id=89018
Ernst Sjöstrand changed:
What|Removed |Added
CC||ern...@gmail.com
--
You are receiving
Hi,
On Saturday, April 18, 2015, Axel Davy wrote:
>
> There's a strange issue with xcb_get_geometry: If I use the new xcb
> connection
> it fails and the error is a drawable error. If I use the Xlib xcb
> connection (what
> I did in this patch) it works. If anyone knows why, please tell. We use
>
LLVM removed JITEmitDebugInfo from TargetOptions since they weren't used
Signed-off-by: Nick Sarnie
---
src/gallium/auxiliary/gallivm/lp_bld_debug.cpp | 2 +-
src/gallium/auxiliary/gallivm/lp_bld_misc.cpp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/gallium/auxilia
Previously glx was using the xcb connection from Xlib.
It is a problem because there are issues if Xlib is used
in another thread (Present event lost)
This patch creates a per-context xcb connection to solve this issue.
Solves: https://bugs.freedesktop.org/show_bug.cgi?id=84252
Tested-by: Tobias
On 19.04.2015 06:17, Axel Davy wrote:
>
> v3: put the xcb_connection in dri3_screen, instead of dri3_context
What's the rationale for that? Couldn't that result in the same
xcb_connection being used in several threads again (for several GLX
contexts using the same screen)?
--
Earthling Michel
On Sun, Apr 19, 2015 at 1:15 PM, Nick Sarnie
wrote:
> LLVM removed JITEmitDebugInfo from TargetOptions since they weren't used
>
> Signed-off-by: Nick Sarnie
> ---
> src/gallium/auxiliary/gallivm/lp_bld_debug.cpp | 2 +-
> src/gallium/auxiliary/gallivm/lp_bld_misc.cpp | 2 +-
> 2 files changed
LLVM removed JITEmitDebugInfo from TargetOptions since they weren't used
v2: Be consistent with the LLVM version check (Aaron Watry)
Signed-off-by: Nick Sarnie
---
src/gallium/auxiliary/gallivm/lp_bld_debug.cpp | 2 +-
src/gallium/auxiliary/gallivm/lp_bld_misc.cpp | 2 +-
2 files changed, 2 in
Le 20/04/2015 03:58, Michel Dänzer a écrit :
On 19.04.2015 06:17, Axel Davy wrote:
v3: put the xcb_connection in dri3_screen, instead of dri3_context
What's the rationale for that? Couldn't that result in the same
xcb_connection being used in several threads again (for several GLX
contexts usin
On 20.04.2015 12:51, Nick Sarnie wrote:
> LLVM removed JITEmitDebugInfo from TargetOptions since they weren't used
>
> v2: Be consistent with the LLVM version check (Aaron Watry)
Pushed, thanks.
--
Earthling Michel Dänzer | http://www.amd.com
Libre software enthusia
11 matches
Mail list logo