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 wrote: > On Wed, Mar 2, 2016 at 1:46 PM, Jason Ekstrand > wrote: > >> On Wed, Mar 2, 2016 at 9:03 AM, Sedat Dilek >> wrote: >> >>> Any news on that? >>>

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

2016-03-02 Thread Sedat Dilek
wouldn't complain if someone beat me to a fix. >> >> --Aaron >> >> On Tue, Feb 23, 2016 at 9:01 AM, Sedat Dilek >> wrote: >> >>> [ Low Internet bandwidth - no Git pulling possible ] >>> >>> Hi, >>> >>> From [1

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 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 correct? >> Will vulkan support these

[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 \ -I$(top_srcdir)/src/mesa/d

[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] https://cgit.freedesktop.org/mesa/mes

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

2015-09-25 Thread Sedat Dilek
/49494/ [3] https://developer.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: Sed

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 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. > > I see people again fell over

[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: mesa/program/.deps/prog_hash_

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 wrote: > Hi Sedat, > > On 25 September 2015 at 11:53, Sedat Dilek wrote: >> $ make distclean >> ... >> Making distclean in . >> make[2]: Entering directory `/home/wearefam/src/mesa/mesa-git/src' >> Makefi

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 wrote: > On 25 September 2015 at 14:35, Sedat Dilek wrote: >> On Fri, Sep 25, 2015 at 3:32 PM, Emil Velikov >> wrote: >>> Hi Sedat, >>> >>> On 25 September 2015 at 11:53, Sedat Dilek wrote: >>>&

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 wrote: > On 14 September 2015 at 10:36, Sedat Dilek wrote: >> On Thu, Sep 10, 2015 at 4:18 PM, Emil Velikov >> wrote: >>> On 4 September 2015 at 19:57, Sedat Dilek wrote: >>>> Hi, >>>> >>>

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 wrote: > On 4 September 2015 at 19:57, Sedat Dilek wrote: >> 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 >> att

[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 cherry

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 wrote: > Am Sonntag 01 März 2015, 17:28:18 schrieb Sedat Dilek: >> On Sun, Mar 1, 2015 at 3:09 PM, Marc Dietrich wrote: >> > This patch simplifies the visibility compiler flag detection in configure >> > and makes it m

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

2015-03-15 Thread Sedat Dilek
On Fri, Mar 6, 2015 at 8:06 PM, Emil Velikov wrote: > On 4 March 2015 at 18:07, Roland Scheidegger 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 wrote: >>>

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

2015-03-08 Thread Sedat Dilek
On Fri, Mar 6, 2015 at 8:06 PM, Emil Velikov wrote: > On 4 March 2015 at 18:07, Roland Scheidegger 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 wrote: >>>

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

2015-03-04 Thread Sedat Dilek
On Wed, Mar 4, 2015 at 3:00 AM, Emil Velikov wrote: > On 27 February 2015 at 23:28, Sedat Dilek wrote: >> On Mon, Feb 9, 2015 at 6:30 PM, Emil Velikov >> wrote: >>> On 07/02/15 21:44, Sedat Dilek wrote: >>>> Hi, >>>> >>>>

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

2015-03-01 Thread Sedat Dilek
oes not work with LLVM/Clang v3.6.0 with mesa v10.4.5. If there is an additional patch, please point me to it. $ grep -i visibility logs/build-and-install-log_mesa-10-4-5_gallivm-fixes_mapi-tls-fixes_visibility-compiler-flag-detection_enable-glx-tlsllvm-3-6-0.txt checking for __attribute__((visibilit

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 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 > Signed-off-by: Marc Dietrich > [ CC Matt ] What happened to 2/2 (mapi tl

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 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 wrote: > This patch simplifies the visibility compiler fl

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 wrote: > On Sun, Mar 1, 2015 at 6:09 AM, Marc Dietrich wrote: >> This patch simplifies the visibility compiler flag detection in configure and >> makes it more generic to also support compilers other than gcc. > > This simplification relies on the assum

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

2015-02-27 Thread Sedat Dilek
On Mon, Feb 9, 2015 at 6:30 PM, Emil Velikov 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

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 wrote: > Am Mittwoch, 25. Februar 2015, 17:49:28 schrieb Sedat Dilek: >> On Fri, Feb 20, 2015 at 1:45 PM, Sedat Dilek wrote: >> > On Tue, Feb 17, 2015 at 1:55 PM, Sedat Dilek > wrote: >> >> On Tue, Feb 17, 2015

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 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 and ut

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 wrote: > On Tue, Feb 17, 2015 at 1:55 PM, Sedat Dilek wrote: >> On Tue, Feb 17, 2015 at 10:40 AM, Marc Dietrich wrote: >>> Patch 1 adds a check for the compilers visibility macro to configure.ac. >>> Patch 2 avoids redefine

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 wrote: > On Tue, Feb 17, 2015 at 10:40 AM, Marc Dietrich 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. >> Based

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 wrote: > On Tue, Feb 17, 2015 at 10:40 AM, Marc Dietrich 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 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 wrote: > On Tue, Feb 17, 2015 at 11:00 AM, Sedat Dilek wrote: >> On Tue, Feb 17, 2015 at 10:40 AM, Marc Dietrich wrote: >>> This adds clang/gcc visibility macro detection to configure and >>> util/macros.h. >>>

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 wrote: > On Sat, Feb 14, 2015 at 6:20 PM, Dimitry Andric wrote: >> On 11 Feb 2015, at 11:16, Sedat Dilek wrote: >>> >>> On Wed, Feb 11, 2015 at 12:09 AM, Emil Velikov >>> wrote: >>>> On 10/02/15 1

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 wrote: > Am Dienstag, 17. Februar 2015, 12:42:00 schrieb Sedat Dilek: >> On Tue, Feb 17, 2015 at 12:38 PM, Marc Dietrich wrote: >> > Am Dienstag, 17. Februar 2015, 11:58:06 schrieb Sedat Dilek: >> >> On Tue, Feb 17, 2

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 wrote: > Am Montag, 16. Februar 2015, 12:42:19 schrieb Sedat Dilek: >> On Mon, Feb 16, 2015 at 10:39 AM, Marc Dietrich wrote: >> > Am Samstag, 14. Februar 2015, 18:20:12 schrieb Dimitry Andric: >> >> On 11 Feb 2015

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 wrote: > Avoid redefined symbol errors in clang. Based on a suggestion from > Rafael Ávila de Espíndola in > http://llvm.org/bugs/show_bug.cgi?id=19778. > > Signed-off-by: Marc Dietrich > --- > v2: - no change > v3: - include util directory in Make

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 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 > --- > v2: use VISIBILITY_*FLAGS instead

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 wrote: > Am Dienstag, 17. Februar 2015, 10:05:33 schrieb Sedat Dilek: >> On Mon, Feb 16, 2015 at 12:45 PM, Marc Dietrich wrote: >> > Am Montag, 16. Februar 2015, 12:42:19 schrieb Sedat Dilek: >> >> On Mon, Feb 16, 2

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 wrote: > Am Dienstag, 17. Februar 2015, 12:53:17 schrieb Sedat Dilek: >> On Tue, Feb 17, 2015 at 12:47 PM, Marc Dietrich wrote: >> > Am Dienstag, 17. Februar 2015, 12:42:00 schrieb Sedat Dilek: >> >> On Tue, Feb 17, 2

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 wrote: > Am Dienstag, 17. Februar 2015, 11:58:06 schrieb Sedat Dilek: >> On Tue, Feb 17, 2015 at 10:40 AM, Marc Dietrich wrote: >> > Avoid redefined symbol errors in clang. Based on a suggestion from >> > Rafael Ávila

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 wrote: > Am Dienstag, 17. Februar 2015, 12:53:17 schrieb Sedat Dilek: >> On Tue, Feb 17, 2015 at 12:47 PM, Marc Dietrich wrote: >> > Am Dienstag, 17. Februar 2015, 12:42:00 schrieb Sedat Dilek: >> >> On Tue, Feb 17, 2

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

2015-02-17 Thread Sedat Dilek
src/mapi/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

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 wrote: > On 11 Feb 2015, at 11:16, Sedat Dilek wrote: >> >> On Wed, Feb 11, 2015 at 12:09 AM, Emil Velikov >> wrote: >>> On 10/02/15 13:17, Dimitry Andric wrote: >>>> On 09 Feb 2015, at 18:52, Sedat Dil

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 wrote: > Am Dienstag, 17. Februar 2015, 13:13:28 schrieb Sedat Dilek: >> On Tue, Feb 17, 2015 at 12:38 PM, Marc Dietrich wrote: >> > Am Dienstag, 17. Februar 2015, 11:58:06 schrieb Sedat Dilek: >> >> On Tue, Feb 17, 2

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 wrote: > Am Samstag, 14. Februar 2015, 18:20:12 schrieb Dimitry Andric: >> On 11 Feb 2015, at 11:16, Sedat Dilek wrote: >> > On Wed, Feb 11, 2015 at 12:09 AM, Emil Velikov > wrote: >> >> On 10/02/15 13:17, Dimit

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 wrote: > On 10/02/15 13:17, Dimitry Andric wrote: >> On 09 Feb 2015, at 18:52, Sedat Dilek wrote: >>> >>> On Mon, Feb 9, 2015 at 6:44 PM, Emil Velikov >>> 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 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-too

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 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 ] >>> >>>

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

2015-02-09 Thread Sedat Dilek
On Mon, Feb 9, 2015 at 6:30 PM, Emil Velikov 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

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

2015-02-08 Thread Sedat Dilek
Thanks that you catched and fixed so many LLVM 3.6 bugs in mesa! - Sedat - > Jose > > > On 07/02/15 22:53, Sedat Dilek wrote: >> >> Just as a hint: >> >> You need to 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
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 wrote: > [ P

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

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_ptr' builder.setMCJITMemoryManager(MM); ^~ /usr/

[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' $ L

[Mesa-dev] [mesa-9.2][llvm-3.4] Requires some fixes from GIT master to build properly

2014-03-12 Thread Sedat Dilek
Hi, I tried to build mesa-9.2 GIT branch with llvm-3.4 on Ubuntu/precise AMD64 and needed the 2 following patches: [PATCH 1/2] gallivm: Remove llvm::DisablePrettyStackTrace for LLVM >= 3.4. [PATCH 2/2] gallivm: Remove NoFramePointerElimNonLeaf for LLVM >= 3.4. Not sure if mesa-9.2.x is still mai

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

2013-08-25 Thread Sedat Dilek
Signed-off-by: Sedat Dilek --- 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/Android.common.mk @@ -35,7

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 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-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 Reserve

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

2013-01-24 Thread Sedat Dilek
$ find 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

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

2013-01-24 Thread Sedat Dilek
e OpenGL version string: 3.0 Mesa 9.1-devel (git-6f3caaf) <--- VERSION 3.0! OpenGL shading language version string: 1.30 OpenGL extensions: - Sedat - On Thu, Jan 24, 2013 at 11:14 AM, Sedat Dilek wrote: > Hi Ian, > > due to the changes in... > > e90c08e dri: Define enum __DRI_API_GLES3

[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 libdri_test_stubs_la-dri_test.l

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 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 wrote: >> Hi, >> >> with the following patch

[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 [ XS

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 wrote: > On Sun, Jan 20, 2013 at 2:30 PM, Sedat Dilek 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 t

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 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 >

[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 con

Re: [Mesa-dev] clang: warning: argument unused during compilation: '-fno-builtin-memcmp'

2013-01-20 Thread Sedat Dilek
On Fri, Jan 18, 2013 at 6:25 PM, Matt Turner wrote: > On Thu, Jan 17, 2013 at 8:19 PM, Sedat Dilek wrote: >> Hi, >> >> I am playing with llvm/clang v3.2 and mesa. >> >> It's annoying to see these hundreds of warnings... >> >> clang: warning:

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 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=

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] http://cgit.freedesktop.org/mesa/mesa/commit/?id=87337

Re: [Mesa-dev] mesa-from-git: build with clang(++) and --enable-glx-tls

2011-04-10 Thread Sedat Dilek
/tags/xorg-server-2_1.10.0.901-1#l124 On Sat, Apr 9, 2011 at 12:52 PM, Sedat Dilek wrote: > Hi, > > I am currently playing with clang-3.0svn (and llvm) and mesa-from-git > builds just fine. > ( I tried also -O3 as {C,CXX}FLAGS and so on. ) > > Unfortunately, when turni

[Mesa-dev] mesa-from-git: build with clang(++) and --enable-glx-tls

2011-04-10 Thread Sedat Dilek
Hi, I am currently playing with clang-3.0svn (and llvm) and mesa-from-git builds just fine. ( I tried also -O3 as {C,CXX}FLAGS and so on. ) Unfortunately, when turning on "--enable-glx-tls", I see warnings like this: ... In file included from glapi_dispatch.c:40: In file included from ../../../sr

[Mesa-dev] mesa-dev patches listed on ?

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 http:

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 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 kern

[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 glGetObjectParameteri

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 wrote: > On Sun, Feb 20, 2011 at 3:04 PM, Sedat Dilek > 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 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) A

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

2011-02-12 Thread Sedat Dilek
Signed-off-by: Sedat Dilek --- 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 (GL_EXT_transform_feedback)~50

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

2010-10-31 Thread Sedat Dilek
On Sun, Oct 31, 2010 at 3:21 PM, Peter Clifton 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

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 defa

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
/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 wrote: > Hi, > > today, I tried to build and setup Wayland according to [1]. > &g

[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

Re: [Mesa-dev] [PATCH] r200: revalidate after radeon_update_renderbuffers

2010-10-11 Thread Sedat Dilek
Hi, I have tested v2 on a RV250 (AGP), Linux-kernel 2.6.36-rc7-git2, mesa master GIT (commit e1003336f0dcd9248c0127fbdc173522e35c5bdb, "gallivm: Eliminate unsigned integer arithmetic from texture coordinates."), libdrm (2.4.22-1) and xorg-server (2:1.7.7-8), last both from official Debian/sid i386