Re: [Mesa-dev] [PATCH 5/5] tegra: Initial support

2018-02-23 Thread Dmitry Osipenko
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

[Mesa-dev] [PATCH] clover: change image class to inherit from buffer

2013-04-06 Thread Dmitry Cherkassov
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

[Mesa-dev] [PATCH] clover: add dynamic_cast results checking down in clSetKernelArgument() code path.

2013-03-23 Thread Dmitry Cherkassov
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

Re: [Mesa-dev] switching off -O2 with debugging build

2012-12-07 Thread Dmitry Cherkassov
> > During the ./configure && make && make install process, I set > > export CFLAGS="-O0 -g3" > export CXXFLAGS="-O0 -g3" > > It works. Thanks! -- With best regards, Dmitry ___

[Mesa-dev] switching off -O2 with debugging build

2012-12-07 Thread 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

[Mesa-dev] [PATCH] gallium: Some function headers comment fixes in p_context.h

2012-11-14 Thread Dmitry Cherkassov
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

[Mesa-dev] [PATCH] radeonsi: Fix LLVM 3.2 r600/radeonsi error message Signed-off-by: Dmitry Cherkasov

2012-10-18 Thread Dmitry Cherkasov
--- 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.