Re: [Mesa-dev] [vulkan] Fix AM_CPPFLAGS

2016-03-04 Thread Sedat Dilek
Thank you Jason for taking care and Aaron for testing /o\. - Sedat - On 3/2/16, Aaron Watry <awa...@gmail.com> wrote: > On Wed, Mar 2, 2016 at 1:46 PM, Jason Ekstrand <ja...@jlekstrand.net> > wrote: > >> On Wed, Mar 2, 2016 at 9:03 AM, Sedat Dilek <sedat.di...@g

Re: [Mesa-dev] [vulkan] Fix AM_CPPFLAGS

2016-03-02 Thread Sedat Dilek
he last few days, but I >> wouldn't complain if someone beat me to a fix. >> >> --Aaron >> >> On Tue, Feb 23, 2016 at 9:01 AM, Sedat Dilek <sedat.di...@gmail.com> >> wrote: >> >>> [ Low Internet bandwidth - no Git pulling possible ] >>&

Re: [Mesa-dev] [vulkan] No support for Intel Sandybridge (gen6) GPUs?

2016-02-23 Thread Sedat Dilek
On Tue, Feb 23, 2016 at 4:15 PM, Jason Ekstrand <jason.ekstr...@intel.com> wrote: > On 02/23/2016 06:48 AM, Sedat Dilek wrote: >> >> Hi Jason, >> >> looking through the sources [1,2] I have seen no support for Intel >> Sandybridge GPUs - is that cor

[Mesa-dev] [vulkan] Fix AM_CPPFLAGS

2016-02-23 Thread Sedat Dilek
[ Low Internet bandwidth - no Git pulling possible ] Hi, From [1]... AM_CPPFLAGS = \ $(INTEL_CFLAGS) \ $(VALGRIND_CFLAGS) \ $(DEFINES) \ -I$(top_srcdir)/include \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/compiler \ -I$(top_srcdir)/src/mapi \ -I$(top_srcdir)/src/mesa \

[Mesa-dev] [vulkan] No support for Intel Sandybridge (gen6) GPUs?

2016-02-23 Thread Sedat Dilek
Hi Jason, looking through the sources [1,2] I have seen no support for Intel Sandybridge GPUs - is that correct? Will vulkan support these GPUs in the future? Thanks in advance. Regards, - Sedat - [1] https://cgit.freedesktop.org/mesa/mesa/log/?h=vulkan [2]

Re: [Mesa-dev] mesa-10.6.8: ERROR on 'make distclean' when removing *.Plo files

2015-09-25 Thread Sedat Dilek
On Fri, Sep 25, 2015 at 3:32 PM, Emil Velikov <emil.l.veli...@gmail.com> wrote: > Hi Sedat, > > On 25 September 2015 at 11:53, Sedat Dilek <sedat.di...@gmail.com> wrote: >> $ make distclean >> ... >> Making distclean in . >> make[2]: Entering di

[Mesa-dev] mesa-10.6.8: ERROR on 'make distclean' when removing *.Plo files

2015-09-25 Thread Sedat Dilek
$ make distclean ... Making distclean in . make[2]: Entering directory `/home/wearefam/src/mesa/mesa-git/src' Makefile:545: mesa/main/.deps/imports.Plo: No such file or directory Makefile:546: mesa/program/.deps/dummy_errors.Plo: No such file or directory Makefile:547:

Re: [Mesa-dev] mesa-10.6.8: ERROR on 'make distclean' when removing *.Plo files

2015-09-25 Thread Sedat Dilek
On Fri, Sep 25, 2015 at 4:44 PM, Emil Velikov <emil.l.veli...@gmail.com> wrote: > On 25 September 2015 at 14:35, Sedat Dilek <sedat.di...@gmail.com> wrote: >> On Fri, Sep 25, 2015 at 3:32 PM, Emil Velikov <emil.l.veli...@gmail.com> >> wrote: >>> Hi Se

[Mesa-dev] glx-tls: Visibility hidden attribute and fix x86/x86_64 tls/tds entry points

2015-09-25 Thread Sedat Dilek
loper.apple.com/library/mac/documentation/DeveloperTools/Conceptual/CppRuntimeEnv/Articles/SymbolVisibility.html [4] http://cgit.freedesktop.org/xorg/proto/x11proto/commit/?id=ffd4a13042d24cb5c From 4491f1246b79a3224c4d4a46b33e3fb0bde129fe Mon Sep 17 00:00:00 2001 From: Sedat Dilek <sedat.di

Re: [Mesa-dev] glx-tls: Visibility hidden attribute and fix x86/x86_64 tls/tds entry points

2015-09-25 Thread Sedat Dilek
On Sat, Sep 26, 2015 at 1:59 AM, Sedat Dilek <sedat.di...@gmail.com> wrote: > Hi, > > unfortunately, we still have no cool upstream fix for > -fvisibility=hidden compiler flag handling. > There is still no visibility-attribute "hidden" available or defined. &

Re: [Mesa-dev] mesa-10.6: LLVM/Clang v3.7 fixes (gallivm)

2015-09-21 Thread Sedat Dilek
On Fri, Sep 18, 2015 at 11:34 AM, Emil Velikov <emil.l.veli...@gmail.com> wrote: > On 14 September 2015 at 10:36, Sedat Dilek <sedat.di...@gmail.com> wrote: >> On Thu, Sep 10, 2015 at 4:18 PM, Emil Velikov <emil.l.veli...@gmail.com> >> wrote: >>>

Re: [Mesa-dev] mesa-10.6: LLVM/Clang v3.7 fixes (gallivm)

2015-09-17 Thread Sedat Dilek
On Thu, Sep 10, 2015 at 4:18 PM, Emil Velikov <emil.l.veli...@gmail.com> wrote: > On 4 September 2015 at 19:57, Sedat Dilek <sedat.di...@gmail.com> wrote: >> Hi, >> >> I compiled a toolchain based on LLVM/Clang v3.7.0 today and tested it >> with an updated ve

[Mesa-dev] mesa-10.6: LLVM/Clang v3.7 fixes (gallivm)

2015-09-04 Thread Sedat Dilek
Hi, I compiled a toolchain based on LLVM/Clang v3.7.0 today and tested it with an updated version of my Linux Graphics driver stack (see attached logs). Here on Ubuntu/precise AMD64 I required two patches (see attached 0001 and 0002) post-mesa-10.6.5+ to build it successfully. Feel free to

Re: [Mesa-dev] [PATCH] configure: simplify visibility compiler flag detection

2015-03-15 Thread Sedat Dilek
On Sun, Mar 1, 2015 at 8:51 PM, Marc Dietrich marvi...@gmx.de wrote: Am Sonntag 01 März 2015, 17:28:18 schrieb Sedat Dilek: On Sun, Mar 1, 2015 at 3:09 PM, Marc Dietrich marvi...@gmx.de wrote: This patch simplifies the visibility compiler flag detection in configure and makes it more generic

Re: [Mesa-dev] nesa-10.4.4: gallivm/lp_bld_misc.cpp:503:38: error: no viable conversion from 'ShaderMemoryManager *' to 'std::unique_ptrRTDyldMemoryManager'

2015-03-15 Thread Sedat Dilek
On Fri, Mar 6, 2015 at 8:06 PM, Emil Velikov emil.l.veli...@gmail.com wrote: On 4 March 2015 at 18:07, Roland Scheidegger srol...@vmware.com wrote: Am 04.03.2015 um 12:38 schrieb Jose Fonseca: On 04/03/15 02:00, Emil Velikov wrote: On 27 February 2015 at 23:28, Sedat Dilek sedat.di

Re: [Mesa-dev] nesa-10.4.4: gallivm/lp_bld_misc.cpp:503:38: error: no viable conversion from 'ShaderMemoryManager *' to 'std::unique_ptrRTDyldMemoryManager'

2015-03-08 Thread Sedat Dilek
On Fri, Mar 6, 2015 at 8:06 PM, Emil Velikov emil.l.veli...@gmail.com wrote: On 4 March 2015 at 18:07, Roland Scheidegger srol...@vmware.com wrote: Am 04.03.2015 um 12:38 schrieb Jose Fonseca: On 04/03/15 02:00, Emil Velikov wrote: On 27 February 2015 at 23:28, Sedat Dilek sedat.di

Re: [Mesa-dev] nesa-10.4.4: gallivm/lp_bld_misc.cpp:503:38: error: no viable conversion from 'ShaderMemoryManager *' to 'std::unique_ptrRTDyldMemoryManager'

2015-03-04 Thread Sedat Dilek
On Wed, Mar 4, 2015 at 3:00 AM, Emil Velikov emil.l.veli...@gmail.com wrote: On 27 February 2015 at 23:28, Sedat Dilek sedat.di...@gmail.com wrote: On Mon, Feb 9, 2015 at 6:30 PM, Emil Velikov emil.l.veli...@gmail.com wrote: On 07/02/15 21:44, Sedat Dilek wrote: Hi, I was building mesa

Re: [Mesa-dev] [PATCH] configure: simplify visibility compiler flag detection

2015-03-01 Thread Sedat Dilek
))... yes Otherwise, feel free to add my... Tested-by: Sedat Dilek sedat.di...@gmail.com - Sedat - ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH] configure: simplify visibility compiler flag detection

2015-03-01 Thread Sedat Dilek
On Sun, Mar 1, 2015 at 7:30 PM, Matt Turner matts...@gmail.com wrote: On Sun, Mar 1, 2015 at 6:09 AM, Marc Dietrich marvi...@gmx.de wrote: This patch simplifies the visibility compiler flag detection in configure and makes it more generic to also support compilers other than gcc. This

Re: [Mesa-dev] [PATCH] configure: simplify visibility compiler flag detection

2015-03-01 Thread Sedat Dilek
On Sun, Mar 1, 2015 at 11:31 PM, Emil Velikov emil.l.veli...@gmail.com wrote: On 01/03/15 21:05, Alan Coopersmith wrote: On 03/ 1/15 10:57 AM, Emil Velikov wrote: On 01/03/15 18:30, Matt Turner wrote: On Sun, Mar 1, 2015 at 6:09 AM, Marc Dietrich marvi...@gmx.de wrote: This patch simplifies

Re: [Mesa-dev] [PATCH] configure: simplify visibility compiler flag detection

2015-03-01 Thread Sedat Dilek
On Sun, Mar 1, 2015 at 3:09 PM, Marc Dietrich marvi...@gmx.de wrote: This patch simplifies the visibility compiler flag detection in configure and makes it more generic to also support compilers other than gcc. Cc: Emil Velikov emil.l.veli...@gmail.com Signed-off-by: Marc Dietrich

Re: [Mesa-dev] nesa-10.4.4: gallivm/lp_bld_misc.cpp:503:38: error: no viable conversion from 'ShaderMemoryManager *' to 'std::unique_ptrRTDyldMemoryManager'

2015-02-27 Thread Sedat Dilek
On Mon, Feb 9, 2015 at 6:30 PM, Emil Velikov emil.l.veli...@gmail.com wrote: On 07/02/15 21:44, Sedat Dilek wrote: Hi, I was building mesa v10.4.4 with my llvm-toolchain v3.6.0rc2. My build breaks like this... ... Please cherry-pick... commit ef7e0b39a24966526b102643523feac765771842

Re: [Mesa-dev] [PATCH 1/2 v3] configure: add visibility macro detectionto configure

2015-02-26 Thread Sedat Dilek
On Thu, Feb 26, 2015 at 4:56 PM, Emil Velikov emil.l.veli...@gmail.com wrote: On 26/02/15 15:26, Marc Dietrich wrote: Am Donnerstag, 26. Februar 2015, 14:44:25 schrieb Emil Velikov: Hi Marc On 17/02/15 09:40, Marc Dietrich wrote: This adds clang/gcc visibility macro detection to configure

Re: [Mesa-dev] [PATCH 0/2 v3] add visibility hidden to tls entry points

2015-02-26 Thread Sedat Dilek
On Thu, Feb 26, 2015 at 10:09 AM, Marc Dietrich marvi...@gmx.de wrote: Am Mittwoch, 25. Februar 2015, 17:49:28 schrieb Sedat Dilek: On Fri, Feb 20, 2015 at 1:45 PM, Sedat Dilek sedat.di...@gmail.com wrote: On Tue, Feb 17, 2015 at 1:55 PM, Sedat Dilek sedat.di...@gmail.com wrote: On Tue, Feb

Re: [Mesa-dev] [PATCH 0/2 v3] add visibility hidden to tls entry points

2015-02-25 Thread Sedat Dilek
On Fri, Feb 20, 2015 at 1:45 PM, Sedat Dilek sedat.di...@gmail.com wrote: On Tue, Feb 17, 2015 at 1:55 PM, Sedat Dilek sedat.di...@gmail.com wrote: On Tue, Feb 17, 2015 at 10:40 AM, Marc Dietrich marvi...@gmx.de wrote: Patch 1 adds a check for the compilers visibility macro to configure.ac

Re: [Mesa-dev] [PATCH 0/2 v3] add visibility hidden to tls entry points

2015-02-22 Thread Sedat Dilek
On Tue, Feb 17, 2015 at 1:55 PM, Sedat Dilek sedat.di...@gmail.com wrote: On Tue, Feb 17, 2015 at 10:40 AM, Marc Dietrich marvi...@gmx.de wrote: Patch 1 adds a check for the compilers visibility macro to configure.ac. Patch 2 avoids redefined symbol errors in clang of the tls entry points

Re: [Mesa-dev] [PATCH 1/2 v3] configure: add visibility macro detection to configure

2015-02-18 Thread Sedat Dilek
On Wed, Feb 18, 2015 at 6:03 AM, Sedat Dilek sedat.di...@gmail.com wrote: On Tue, Feb 17, 2015 at 11:00 AM, Sedat Dilek sedat.di...@gmail.com wrote: On Tue, Feb 17, 2015 at 10:40 AM, Marc Dietrich marvi...@gmx.de wrote: This adds clang/gcc visibility macro detection to configure and util

Re: [Mesa-dev] [PATCH 1/2 v3] configure: add visibility macro detection to configure

2015-02-18 Thread Sedat Dilek
On Tue, Feb 17, 2015 at 11:00 AM, Sedat Dilek sedat.di...@gmail.com wrote: On Tue, Feb 17, 2015 at 10:40 AM, Marc Dietrich marvi...@gmx.de wrote: This adds clang/gcc visibility macro detection to configure and util/macros.h. This is can be used to conveniently add e.g. a HIDDEN attribute

Re: [Mesa-dev] [PATCH 2/2 v3] add visibility hidden to tls entry points

2015-02-17 Thread Sedat Dilek
On Tue, Feb 17, 2015 at 12:47 PM, Marc Dietrich marvi...@gmx.de wrote: Am Dienstag, 17. Februar 2015, 12:42:00 schrieb Sedat Dilek: On Tue, Feb 17, 2015 at 12:38 PM, Marc Dietrich marvi...@gmx.de wrote: Am Dienstag, 17. Februar 2015, 11:58:06 schrieb Sedat Dilek: On Tue, Feb 17, 2015 at 10

Re: [Mesa-dev] [LLVMdev] mesa-10.4.4: BROKEN TLS support in GLXwithllvm-toolchain v3.6.0rc2

2015-02-17 Thread Sedat Dilek
On Mon, Feb 16, 2015 at 12:45 PM, Marc Dietrich marvi...@gmx.de wrote: Am Montag, 16. Februar 2015, 12:42:19 schrieb Sedat Dilek: On Mon, Feb 16, 2015 at 10:39 AM, Marc Dietrich marvi...@gmx.de wrote: Am Samstag, 14. Februar 2015, 18:20:12 schrieb Dimitry Andric: On 11 Feb 2015, at 11:16

Re: [Mesa-dev] [PATCH 2/2 v3] add visibility hidden to tls entry points

2015-02-17 Thread Sedat Dilek
On Tue, Feb 17, 2015 at 10:40 AM, Marc Dietrich marvi...@gmx.de wrote: Avoid redefined symbol errors in clang. Based on a suggestion from Rafael Ávila de Espíndola rafael.espind...@gmail.com in http://llvm.org/bugs/show_bug.cgi?id=19778. Signed-off-by: Marc Dietrich marvi...@gmx.de --- v2:

Re: [Mesa-dev] [LLVMdev] mesa-10.4.4: BROKEN TLS support in GLX with llvm-toolchain v3.6.0rc2

2015-02-17 Thread Sedat Dilek
On Tue, Feb 17, 2015 at 12:36 PM, Sedat Dilek sedat.di...@gmail.com wrote: On Sat, Feb 14, 2015 at 6:20 PM, Dimitry Andric dimi...@andric.com wrote: On 11 Feb 2015, at 11:16, Sedat Dilek sedat.di...@gmail.com wrote: On Wed, Feb 11, 2015 at 12:09 AM, Emil Velikov emil.l.veli...@gmail.com

Re: [Mesa-dev] [LLVMdev] mesa-10.4.4: BROKEN TLS support inGLXwithllvm-toolchain v3.6.0rc2

2015-02-17 Thread Sedat Dilek
On Tue, Feb 17, 2015 at 10:12 AM, Marc Dietrich marvi...@gmx.de wrote: Am Dienstag, 17. Februar 2015, 10:05:33 schrieb Sedat Dilek: On Mon, Feb 16, 2015 at 12:45 PM, Marc Dietrich marvi...@gmx.de wrote: Am Montag, 16. Februar 2015, 12:42:19 schrieb Sedat Dilek: On Mon, Feb 16, 2015 at 10:39

Re: [Mesa-dev] [PATCH 2/2 v3] add visibility hidden to tls entry points

2015-02-17 Thread Sedat Dilek
On Tue, Feb 17, 2015 at 12:59 PM, Marc Dietrich marvi...@gmx.de wrote: Am Dienstag, 17. Februar 2015, 12:53:17 schrieb Sedat Dilek: On Tue, Feb 17, 2015 at 12:47 PM, Marc Dietrich marvi...@gmx.de wrote: Am Dienstag, 17. Februar 2015, 12:42:00 schrieb Sedat Dilek: On Tue, Feb 17, 2015 at 12

Re: [Mesa-dev] [PATCH 2/2 v3] add visibility hidden to tls entry points

2015-02-17 Thread Sedat Dilek
On Tue, Feb 17, 2015 at 12:38 PM, Marc Dietrich marvi...@gmx.de wrote: Am Dienstag, 17. Februar 2015, 11:58:06 schrieb Sedat Dilek: On Tue, Feb 17, 2015 at 10:40 AM, Marc Dietrich marvi...@gmx.de wrote: Avoid redefined symbol errors in clang. Based on a suggestion from Rafael Ávila de

Re: [Mesa-dev] [PATCH 2/2 v3] add visibility hidden to tls entry points

2015-02-17 Thread Sedat Dilek
On Tue, Feb 17, 2015 at 12:59 PM, Marc Dietrich marvi...@gmx.de wrote: Am Dienstag, 17. Februar 2015, 12:53:17 schrieb Sedat Dilek: On Tue, Feb 17, 2015 at 12:47 PM, Marc Dietrich marvi...@gmx.de wrote: Am Dienstag, 17. Februar 2015, 12:42:00 schrieb Sedat Dilek: On Tue, Feb 17, 2015 at 12

Re: [Mesa-dev] [PATCH 1/2 v3] configure: add visibility macro detection to configure

2015-02-17 Thread Sedat Dilek
On Tue, Feb 17, 2015 at 10:40 AM, Marc Dietrich marvi...@gmx.de wrote: This adds clang/gcc visibility macro detection to configure and util/macros.h. This is can be used to conveniently add e.g. a HIDDEN attribute to a function. Signed-off-by: Marc Dietrich marvi...@gmx.de --- v2: use

Re: [Mesa-dev] [PATCH 2/2 v3] add visibility hidden to tls entry points

2015-02-17 Thread Sedat Dilek
On Tue, Feb 17, 2015 at 1:26 PM, Marc Dietrich marvi...@gmx.de wrote: Am Dienstag, 17. Februar 2015, 13:13:28 schrieb Sedat Dilek: On Tue, Feb 17, 2015 at 12:38 PM, Marc Dietrich marvi...@gmx.de wrote: Am Dienstag, 17. Februar 2015, 11:58:06 schrieb Sedat Dilek: On Tue, Feb 17, 2015 at 10:40

Re: [Mesa-dev] [PATCH 0/2 v3] add visibility hidden to tls entry points

2015-02-17 Thread Sedat Dilek
/Makefile.am| 1 + src/mapi/entry_x86-64_tls.h | 4 ++-- src/mapi/entry_x86_tls.h| 5 +++-- src/mapi/entry_x86_tsd.h| 5 +++-- src/util/macros.h | 6 ++ 6 files changed, 21 insertions(+), 28 deletions(-) Tested-by: Sedat Dilek sedat.di...@gmail.com (mesa v10.4.4

Re: [Mesa-dev] [LLVMdev] mesa-10.4.4: BROKEN TLS support in GLX with llvm-toolchain v3.6.0rc2

2015-02-17 Thread Sedat Dilek
On Sat, Feb 14, 2015 at 6:20 PM, Dimitry Andric dimi...@andric.com wrote: On 11 Feb 2015, at 11:16, Sedat Dilek sedat.di...@gmail.com wrote: On Wed, Feb 11, 2015 at 12:09 AM, Emil Velikov emil.l.veli...@gmail.com wrote: On 10/02/15 13:17, Dimitry Andric wrote: On 09 Feb 2015, at 18:52

Re: [Mesa-dev] [LLVMdev] mesa-10.4.4: BROKEN TLS support in GLXwith llvm-toolchain v3.6.0rc2

2015-02-16 Thread Sedat Dilek
On Mon, Feb 16, 2015 at 10:39 AM, Marc Dietrich marvi...@gmx.de wrote: Am Samstag, 14. Februar 2015, 18:20:12 schrieb Dimitry Andric: On 11 Feb 2015, at 11:16, Sedat Dilek sedat.di...@gmail.com wrote: On Wed, Feb 11, 2015 at 12:09 AM, Emil Velikov emil.l.veli...@gmail.com wrote: On 10/02/15

Re: [Mesa-dev] [LLVMdev] mesa-10.4.4: BROKEN TLS support in GLX with llvm-toolchain v3.6.0rc2

2015-02-11 Thread Sedat Dilek
On Wed, Feb 11, 2015 at 12:09 AM, Emil Velikov emil.l.veli...@gmail.com wrote: On 10/02/15 13:17, Dimitry Andric wrote: On 09 Feb 2015, at 18:52, Sedat Dilek sedat.di...@gmail.com wrote: On Mon, Feb 9, 2015 at 6:44 PM, Emil Velikov emil.l.veli...@gmail.com wrote: On 07/02/15 22:42, Sedat

Re: [Mesa-dev] mesa-10.4.4: BROKEN TLS support in GLX with llvm-toolchain v3.6.0rc2

2015-02-09 Thread Sedat Dilek
On Mon, Feb 9, 2015 at 6:44 PM, Emil Velikov emil.l.veli...@gmail.com wrote: Hi Sedat, On 07/02/15 22:42, Sedat Dilek wrote: [ Please CC me I am not subscribed to mesa-dev and llvmdev MLs ] Hi, I already reported this when playing 1st time with my llvm-toolchain v3.6.0rc2 and mesa v10.3.7

Re: [Mesa-dev] mesa-10.4.4: BROKEN TLS support in GLX with llvm-toolchain v3.6.0rc2

2015-02-09 Thread Sedat Dilek
On Mon, Feb 9, 2015 at 9:51 PM, Jose Fonseca jfons...@vmware.com wrote: On 09/02/15 17:44, Emil Velikov wrote: Hi Sedat, On 07/02/15 22:42, Sedat Dilek wrote: [ Please CC me I am not subscribed to mesa-dev and llvmdev MLs ] Hi, I already reported this when playing 1st time with my llvm

Re: [Mesa-dev] nesa-10.4.4: gallivm/lp_bld_misc.cpp:503:38: error: no viable conversion from 'ShaderMemoryManager *' to 'std::unique_ptrRTDyldMemoryManager'

2015-02-09 Thread Sedat Dilek
On Mon, Feb 9, 2015 at 6:30 PM, Emil Velikov emil.l.veli...@gmail.com wrote: On 07/02/15 21:44, Sedat Dilek wrote: Hi, I was building mesa v10.4.4 with my llvm-toolchain v3.6.0rc2. My build breaks like this... ... Please cherry-pick... commit ef7e0b39a24966526b102643523feac765771842

Re: [Mesa-dev] mesa-10.4.4: BROKEN TLS support in GLX with llvm-toolchain v3.6.0rc2

2015-02-08 Thread Sedat Dilek
/02/15 22:53, Sedat Dilek wrote: Just as a hint: You need to cherry-pick... commit ef7e0b39a24966526b102643523feac765771842 gallivm: Update for RTDyldMemoryManager becoming an unique_ptr. ...from mesa upstream to build v10.4.4 successfully. - Sedat - On Sat, Feb 7, 2015 at 11:42 PM

Re: [Mesa-dev] mesa-10.4.4: BROKEN TLS support in GLX with llvm-toolchain v3.6.0rc2

2015-02-08 Thread Sedat Dilek
Just as a hint: You need to cherry-pick... commit ef7e0b39a24966526b102643523feac765771842 gallivm: Update for RTDyldMemoryManager becoming an unique_ptr. ...from mesa upstream to build v10.4.4 successfully. - Sedat - On Sat, Feb 7, 2015 at 11:42 PM, Sedat Dilek sedat.di...@gmail.com wrote

[Mesa-dev] nesa-10.4.4: gallivm/lp_bld_misc.cpp:503:38: error: no viable conversion from 'ShaderMemoryManager *' to 'std::unique_ptrRTDyldMemoryManager'

2015-02-08 Thread Sedat Dilek
Hi, I was building mesa v10.4.4 with my llvm-toolchain v3.6.0rc2. My build breaks like this... ... gallivm/lp_bld_misc.cpp:503:38: error: no viable conversion from 'ShaderMemoryManager *' to 'std::unique_ptrRTDyldMemoryManager' builder.setMCJITMemoryManager(MM);

[Mesa-dev] [10.4] git describe points to 10.2-branchpoint-3617-ga4ffc2a

2014-11-16 Thread Sedat Dilek
Cosmetics? Intended? $ LC_ALL=C git status # On branch master # Your branch is up-to-date with 'origin/master'. # nothing to commit, working directory clean $ LC_ALL=C git checkout -b 10.4 origin/10.4 Branch 10.4 set up to track remote branch 10.4 from origin. Switched to a new branch '10.4' $

[Mesa-dev] [PATCH 9.2] mesa: Bump version to 9.2-rc2

2013-08-25 Thread Sedat Dilek
Signed-off-by: Sedat Dilek sedat.di...@gmail.com --- Android.common.mk | 2 +- SConstruct| 2 +- configure.ac | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Android.common.mk b/Android.common.mk index b5ed472..905d1a9 100644 --- a/Android.common.mk +++ b

[Mesa-dev] gl.h: Version mumbo-jumbo and Copyright?

2013-02-14 Thread Sedat Dilek
Hi, noticed when polishing up my build-scripts fot libdrm | mesa | xf86-video-intel (last one requires gl.h). /* * Mesa 3-D graphics library * Version: 7.6 --- ??? * * Copyright (C) 1999-2006 Brian Paul All Rights Reserved. --- ??? * Copyright (C) 2009 VMware, Inc. All Rights

Re: [Mesa-dev] gl.h: Version mumbo-jumbo and Copyright?

2013-02-14 Thread Sedat Dilek
On Thu, Feb 14, 2013 at 9:26 PM, Brian Paul bri...@vmware.com wrote: On 02/14/2013 01:10 PM, Sedat Dilek wrote: Hi, noticed when polishing up my build-scripts fot libdrm | mesa | xf86-video-intel (last one requires gl.h). /* * Mesa 3-D graphics library * Version: 7.6--- ??? I

[Mesa-dev] mesa/gles3: dri_util.c:192:10: error: use of undeclared identifier '__DRI_API_GLES3'

2013-01-24 Thread Sedat Dilek
Hi Ian, due to the changes in... e90c08e dri: Define enum __DRI_API_GLES3 ...I get this breakage with mesa-gles3-git6f3caaf: make[7]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri/common' CC utils.lo CC dri_util.lo CC

Re: [Mesa-dev] mesa/gles3: dri_util.c:192:10: error: use of undeclared identifier '__DRI_API_GLES3'

2013-01-24 Thread Sedat Dilek
) --- VERSION 3.0! OpenGL shading language version string: 1.30 OpenGL extensions: - Sedat - On Thu, Jan 24, 2013 at 11:14 AM, Sedat Dilek sedat.di...@gmail.com wrote: Hi Ian, due to the changes in... e90c08e dri: Define enum __DRI_API_GLES3 ...I get this breakage with mesa-gles3-git6f3caaf

Re: [Mesa-dev] mesa/gles3: dri_util.c:192:10: error: use of undeclared identifier '__DRI_API_GLES3'

2013-01-24 Thread Sedat Dilek
mesa-git/ -name dri_interface.h mesa-git/include/GL/internal/dri_interface.h - Sedat - On 01/24/2013 04:33 AM, Sedat Dilek wrote: Hmm, switching to Ubuntu's distro-kernel, removing /opt/xorg and building the XORG stuff from scratch... 1. libdrm-git 2. mesa-git 3. xf86-video-intel-git

Re: [Mesa-dev] mesa-8.0.5: LLVM-3.2 patchset and request for cherry-picking

2013-01-22 Thread Sedat Dilek
On Tue, Jan 22, 2013 at 8:43 PM, José Fonseca jfons...@vmware.com wrote: (Switching from dead mesa3d-...@sf.net - mesa-...@fdo.org ML) Thanks! (I was absent for a while as you can see.) On Thu, Jan 17, 2013 at 11:23 PM, Sedat Dilek sedat.di...@gmail.com wrote: Hi, with the following

[Mesa-dev] mesa gles3 GIT: ubuntu (unity-3d) gnome-session usable with compiz

2013-01-21 Thread Sedat Dilek
Hi, I am testing mesa gles3 GIT (up to 8d27a9f) here on my Ubuntu/precise system. [ LINUX-KERNEL ] $ cat /proc/version Linux version 3.8.0-rc4-next20130121-2-iniza-generic (sedat.di...@gmail.com@fambox) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #1 SMP Mon Jan 21 13:37:01 CET 2013 [

[Mesa-dev] i965 (sandy-bridge): mesa-git DRI drivers is not linked against libdrm-git (libdrm_intel.so)

2013-01-20 Thread Sedat Dilek
Hi, I am here on Ubuntu/precise AMD64. With the attached scripts I can't use a i965_dri.so for example from gles3 GIT tree. First, I have built libdrm-2.4.41, installed and ldconfig-ed it before building mesa. I have chosen a classic XORG prefix! [ /etc/ld.so.conf.d/xorg.conf ] # Xorg lib

Re: [Mesa-dev] i965 (sandy-bridge): mesa-git DRI drivers is not linked against libdrm-git (libdrm_intel.so)

2013-01-20 Thread Sedat Dilek
On Sun, Jan 20, 2013 at 2:30 PM, Sedat Dilek sedat.di...@gmail.com wrote: Hi, I am here on Ubuntu/precise AMD64. With the attached scripts I can't use a i965_dri.so for example from gles3 GIT tree. First, I have built libdrm-2.4.41, installed and ldconfig-ed it before building mesa. I

Re: [Mesa-dev] i965 (sandy-bridge): mesa-git DRI drivers is not linked against libdrm-git (libdrm_intel.so)

2013-01-20 Thread Sedat Dilek
On Sun, Jan 20, 2013 at 2:39 PM, Sedat Dilek sedat.di...@gmail.com wrote: On Sun, Jan 20, 2013 at 2:30 PM, Sedat Dilek sedat.di...@gmail.com wrote: Hi, I am here on Ubuntu/precise AMD64. With the attached scripts I can't use a i965_dri.so for example from gles3 GIT tree. First, I have

Re: [Mesa-dev] dri/nouveau: Fix build with --enable-shared-dricore.

2011-06-03 Thread Sedat Dilek
On Fri, Jun 3, 2011 at 12:19 PM, Johannes Obermayr johannesoberm...@gmx.de wrote: Am Friday, 3. June 2011, 03:48:39 schrieb Sedat Dilek: From [1]: --- a/configure.ac +++ b/configure.ac @@ -21,6 +21,7 @@ dnl Versions for external dependencies LIBDRM_REQUIRED=2.4.24 LIBDRM_RADEON_REQUIRED

Re: [Mesa-dev] dri/nouveau: Fix build with --enable-shared-dricore.

2011-06-02 Thread Sedat Dilek
From [1]: --- a/configure.ac +++ b/configure.ac @@ -21,6 +21,7 @@ dnl Versions for external dependencies LIBDRM_REQUIRED=2.4.24 LIBDRM_RADEON_REQUIRED=2.4.24 LIBDRM_INTEL_REQUIRED=2.4.24 +LIBDRM_NOUVEAU_REQUIRED=0.6 ... 0.6? - Sedat - [1]

Re: [Mesa-dev] mesa: remove-driver-date GIT branch

2011-04-05 Thread Sedat Dilek
On Mon, Apr 4, 2011 at 6:34 PM, Ian Romanick i...@freedesktop.org wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/03/2011 02:15 PM, Sedat Dilek wrote: WOW! Just remembered my approach (witch patches and rants) to remove core-date and driver-date from kernel (drm-2.6) and libdrm

[Mesa-dev] mesa-dev patches listed on patchwork.freedesktop.org?

2011-04-05 Thread Sedat Dilek
Hi, as patches to xorg-devel are already listed in [1], what about doing the same for patches sent to mesa-dev ML? Regards, - Sedat - [1] http://patchwork.freedesktop.org/project/Xorg/list/ ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org

[Mesa-dev] mesa: remove-driver-date GIT branch

2011-04-04 Thread Sedat Dilek
WOW! Just remembered my approach (witch patches and rants) to remove core-date and driver-date from kernel (drm-2.6) and libdrm as the version are simply unmaintained. Looks like I am not alone :-). - Sedat - [1] http://cgit.freedesktop.org/mesa/mesa/log/?h=remove-driver-date

[Mesa-dev] [mesa] git-fedc5b0: Diverse User errors and ABORTS

2011-03-15 Thread Sedat Dilek
With mesa-from-git, I see this messages in VT-1 from where I run startx: Mesa: User error: GL_INVALID_ENUM in CreateShader(type) Mesa: User error: GL_INVALID_VALUE in glShaderSourceARB Mesa: User error: GL_INVALID_VALUE in glCompileShader Mesa: User error: GL_INVALID_VALUE in

Re: [Mesa-dev] [PATCH v3] mesa: Optionally build a dricore support library (v3)

2011-02-22 Thread Sedat Dilek
On Mon, Feb 21, 2011 at 6:06 PM, Dan Nicholson dbn.li...@gmail.com wrote: On Sun, Feb 20, 2011 at 3:04 PM, Sedat Dilek sedat.di...@googlemail.com wrote: # LIBGL_DEBUG=verbose glxinfo 2/dev/null | grep -i opengl OpenGL vendor string: Mesa Project OpenGL renderer string: Software Rasterizer

Re: [Mesa-dev] [PATCH v3] mesa: Optionally build a dricore support library (v3)

2011-02-14 Thread Sedat Dilek
On Mon, Feb 14, 2011 at 4:15 AM, Christopher James Halse Rogers christopher.halse.rog...@canonical.com wrote: On Sat, 2011-02-12 at 15:19 +0100, Sedat Dilek wrote: Hi, here on radeon RV250 I can only use swrast DRI driver. [ Xorg.log ] ... [  3354.432] (EE) AIGLX error: Calling driver

[Mesa-dev] [PATCH] docs: Fix typo in GL3.txt

2011-02-12 Thread Sedat Dilek
Signed-off-by: Sedat Dilek sedat.di...@gmail.com --- docs/GL3.txt |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/docs/GL3.txt b/docs/GL3.txt index b4ca99b..9ff25a9 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -33,7 +33,7 @@ Transform feedback

Re: [Mesa-dev] Wayland with radeon-KMS pageflipping

2010-11-01 Thread Sedat Dilek
On Sun, Oct 31, 2010 at 3:21 PM, Peter Clifton pc...@cam.ac.uk wrote: On Sun, 2010-10-31 at 10:36 +0100, Sedat Dilek wrote: I made a 2nd wayland build: OK, there is definitely a problem with $DISPLAY, if I use a different one (for example DISPLAY=:1.0), I get failed to create compositor

Re: [Mesa-dev] Wayland with radeon-KMS pageflipping

2010-10-31 Thread Sedat Dilek
/devices/platform/thinkpad_acpi/input/input8 /sys/devices/platform/thinkpad_acpi/input/input8/event8 /sys/devices/virtual/drm/ttm /sys/devices/virtual/input/mice On Sat, Oct 30, 2010 at 4:34 PM, Sedat Dilek sedat.di...@googlemail.com wrote: Hi, today, I tried to build and setup Wayland according to [1

Re: [Mesa-dev] Wayland with radeon-KMS pageflipping

2010-10-31 Thread Sedat Dilek
I made a 2nd wayland build: OK, there is definitely a problem with $DISPLAY, if I use a different one (for example DISPLAY=:1.0), I get failed to create compositor. If I want to use DISPLAY=:0.0, the error-message is failed to initialize display ending with a Segmentation fault. Having a look

Re: [Mesa-dev] Wayland with radeon-KMS pageflipping

2010-10-31 Thread Sedat Dilek
Before I forget, I switched als Window-Manager from KDE4 to Fluxbox to see if the WM has influence on Wayland. Here is what I see in VT-1 from where I started X via startx command (I always bootup into runlevel-3): Setting default value Failed to read: session.screen0.tabs.intitlebar Setting

[Mesa-dev] [PATCH] r600g: Change AS_HELP_STRING for Gallium Radeon r600g configuration

2010-10-18 Thread Sedat Dilek
build gallium radeon [default=disabled] --enable-gallium-nouveau build gallium nouveau [default=disabled] --enable-gallium-swrast build gallium swrast [default=auto] Kind Regards, - Sedat - From d1949410d63c208ffed8c6b4dd2e19da62e71018 Mon Sep 17 00:00:00 2001 From: Sedat