[Mesa-dev] [Bug 94383] build error on i386 when enabling swr

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=94383 GitLab Migration User changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Mesa-dev] [Bug 94383] build error on i386 when enabling swr

2018-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=94383 Timothy Arceri changed: What|Removed |Added Component|Other

[Mesa-dev] [Bug 94383] build error on i386 when enabling swr

2016-03-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=94383 --- Comment #10 from Emil Velikov --- (In reply to Ilia Mirkin from comment #7) > Other way around - you want to ignore the user's request and build with AVX > anyways. The code in question should only be loaded if AVX

[Mesa-dev] [Bug 94383] build error on i386 when enabling swr

2016-03-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=94383 --- Comment #9 from Fabio Pedretti --- (In reply to Tim Rowley from comment #6) > Won't you run into the same problem with 64-bit builds in your system? I'd > imagine that they're probably configured with -march=core2 for

[Mesa-dev] [Bug 94383] build error on i386 when enabling swr

2016-03-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=94383 --- Comment #8 from Ilia Mirkin --- FWIW this is how we do it for some sse4 stuff: src/mesa/Makefile.am: libmesa_sse41_la_SOURCES = \ main/streaming-load-memcpy.c \ main/streaming-load-memcpy.h \

[Mesa-dev] [Bug 94383] build error on i386 when enabling swr

2016-03-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=94383 --- Comment #7 from Ilia Mirkin --- (In reply to Emil Velikov from comment #5) > Thanks for the nice check Tim. > > Looks like a bug on our end - the configure check should honour the FLAGS, > thus we'll warn/error and one

[Mesa-dev] [Bug 94383] build error on i386 when enabling swr

2016-03-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=94383 --- Comment #6 from Tim Rowley --- Won't you run into the same problem with 64-bit builds in your system? I'd imagine that they're probably configured with -march=core2 for the widest target platform, which will run

[Mesa-dev] [Bug 94383] build error on i386 when enabling swr

2016-03-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=94383 --- Comment #5 from Emil Velikov --- Thanks for the nice check Tim. Looks like a bug on our end - the configure check should honour the FLAGS, thus we'll warn/error and one won't be able to build swr with

[Mesa-dev] [Bug 94383] build error on i386 when enabling swr

2016-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=94383 --- Comment #4 from Tim Rowley --- Hmm, interesting problem. In drivers/swr/avx[2], we set the compiler code generation in AM_CXXFLAGS with -march=. This works fine for normal development building of mesa. In the

[Mesa-dev] [Bug 94383] build error on i386 when enabling swr

2016-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=94383 Fabio Pedretti changed: What|Removed |Added Status|RESOLVED|REOPENED

[Mesa-dev] [Bug 94383] build error on i386 when enabling swr

2016-03-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=94383 Tim Rowley changed: What|Removed |Added Resolution|--- |FIXED

[Mesa-dev] [Bug 94383] build error on i386 when enabling swr

2016-03-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=94383 Tim Rowley changed: What|Removed |Added Assignee|mesa-dev@lists.freedesktop.

[Mesa-dev] [Bug 94383] build error on i386 when enabling swr

2016-03-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=94383 Bug ID: 94383 Summary: build error on i386 when enabling swr Product: Mesa Version: git Hardware: x86 (IA32) OS: Linux (All) Status: NEW Severity: normal