t;>>> For example - how will devs distinguish between the closed-source
>>>> driver and Mesa.
>>>
>>> Good point. Let me check what exactly we use in the closed-source driver
>>> and then come up with a proposal.
>>>
>>> I think perhaps a
image2d is dynamic_cast-ed down from buffer, but is not it's
direct subclass. Make it inhernit buffer.
Signed-off-by: Dmitry Cherkassov
---
src/gallium/state_trackers/clover/core/memory.cpp |4 ++--
src/gallium/state_trackers/clover/core/memory.hpp |2 +-
2 files changed, 3 inser
Signed-off-by: Dmitry Cherkassov
---
src/gallium/state_trackers/clover/core/kernel.cpp | 16
1 file changed, 16 insertions(+)
diff --git a/src/gallium/state_trackers/clover/core/kernel.cpp
b/src/gallium/state_trackers/clover/core/kernel.cpp
index 6fa8bd6..f664d79 100644
>
> During the ./configure && make && make install process, I set
>
> export CFLAGS="-O0 -g3"
> export CXXFLAGS="-O0 -g3"
>
>
It works. Thanks!
--
With best regards,
Dmitry
___
./configure --enable-debug seems to leave -O2 omptimization flag
turned on.
Is there a quick method to switch it off?
Thanks.
--
With best regards,
Dmitry
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman
Signed-off-by: Dmitry Cherkassov
---
src/gallium/include/pipe/p_context.h |5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/gallium/include/pipe/p_context.h
b/src/gallium/include/pipe/p_context.h
index 88e12b2..c5dcae5 100644
--- a/src/gallium/include/pipe
---
configure.ac |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 6f851e2..2722181 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1757,7 +1757,7 @@ radeon_llvm_check() {
if test "$LLVM_VERSION_MAJOR" -ge "3" -a "x$LLVM_VERSION" != "x3.