Re: [Mesa-dev] [PATCH] radeonsi: add support for ARB_texture_view

2015-10-17 Thread Laurent Carlier
e instructions > have a greater effect on the target than the sampler view. > > Thanks Glenn for the piglit test. gl3.txt update is missing -- Laurent Carlier http://www.archlinux.org signature.asc Description: This is a digitally signed message part.

[Mesa-dev] [PATCH] clover: fix building fix clang-3.8

2015-10-28 Thread Laurent Carlier
https://bugs.freedesktop.org/show_bug.cgi?id=92705 Signed-off-by: Laurent Carlier --- src/gallium/state_trackers/clover/llvm/invocation.cpp | 5 + 1 file changed, 5 insertions(+) diff --git a/src/gallium/state_trackers/clover/llvm/invocation.cpp b/src/gallium/state_trackers/clover/llvm

[Mesa-dev] [PATCH] clover: fix building fix clang-3.8

2015-10-28 Thread Laurent Carlier
https://bugs.freedesktop.org/show_bug.cgi?id=92705 v2: use Linker::Flags::None instead of 0 Signed-off-by: Laurent Carlier --- src/gallium/state_trackers/clover/llvm/invocation.cpp | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/gallium/state_trackers/clover/llvm

[Mesa-dev] [PATCH] clover: fix building fix clang-3.8

2015-10-28 Thread Laurent Carlier
https://bugs.freedesktop.org/show_bug.cgi?id=92705 v2.1: use Linker::Flags::None instead of 0 and emplace_back() Signed-off-by: Laurent Carlier --- src/gallium/state_trackers/clover/llvm/invocation.cpp | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/gallium

Re: [Mesa-dev] [PATCH 1/3] gallium/hud: fix a problem where objects are free'd while in use.

2016-11-07 Thread Laurent Carlier
Le lundi 7 novembre 2016, 18:32:07 CET Nicolai Hähnle a écrit : > Looks good to me as well, and pushed! Thanks for the respin and sorry it > took so long. > > Cheers, > Nicolai > Maybe cc 13.0 ? It's buggy with 13.0 and it will be a nice fix -- Laurent Carlier h

[Mesa-dev] [PATCH] clover: fix building since llvm r286566

2016-11-11 Thread Laurent Carlier
pretty trivial fix --- src/gallium/state_trackers/clover/llvm/codegen/bitcode.cpp | 5 + 1 file changed, 5 insertions(+) diff --git a/src/gallium/state_trackers/clover/llvm/codegen/bitcode.cpp b/src/gallium/state_trackers/clover/llvm/codegen/bitcode.cpp index 108f8d5..8e89a49 100644 --- a/sr

Re: [Mesa-dev] Mesa 13.0.1 release candidate

2016-11-11 Thread Laurent Carlier
> > If you have any questions or suggestions - be that about the current patch > queue or otherwise, please go ahead. > Could you add these commits, fixing segfault with gallium HUD and lm_sensors: 6ffed086795aaa84ab35668bb59d712cdde34da3 5a58323064b32442e2de23c95642bc421be696f8 381edc

Re: [Mesa-dev] Proposal of date-based Mesa versioning for 2017

2016-12-12 Thread Laurent Carlier
Le lundi 12 décembre 2016, 17:57:28 CET Marek Olšák a écrit : > > I second that. YY.AA where YY=year, AA \in {0,1,2,3}. > > Marek I agree, using month is really confusing -- Laurent Carlier http://www.archlinux.org signature.asc Description: This is a digitally signed

Re: [Mesa-dev] Proposal of date-based Mesa versioning for 2017

2016-12-12 Thread Laurent Carlier
Le lundi 12 décembre 2016 19:01:12 CET, vous avez écrit : > Similar to the "libudev is no longer required by mesa" in the 13.0.0 > release notes ;-) > Sorry I could not resist. > "Sticks and stones may break my bones, but words will never hurt me.&qu

Re: [Mesa-dev] [PATCH] st_glsl_to_tgsi: only skip over slots of an input array that are present

2016-07-28 Thread Laurent Carlier
the array ends > up less than the array_size. This fixes Overlord rendering issues. You should add this and the upstream bug report: https://github.com/virtual-programming/overlord-linux/issues/2 -- Laurent Carlier http://www.archlinux.org signature.asc Description: OpenPGP

[Mesa-dev] [PATCH] clover: fix building with llvm-3.4 since rev191922

2013-10-04 Thread Laurent Carlier
http://llvm.org/viewvc/llvm-project?view=revision&revision=191922 --- src/gallium/state_trackers/clover/llvm/invocation.cpp | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/gallium/state_trackers/clover/llvm/invocation.cpp b/src/gallium/state_trackers/clover/llvm/invoc

Re: [Mesa-dev] Mesa 10.2 release

2014-06-06 Thread Laurent Carlier
um/drivers' Makefile:529: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/build/mesa/src/Mesa-10.2.0/src' Makefile:578: recipe for target 'all-recursive' failed make: *** [all-recursive] Error 1 -- Laurent Ca

Re: [Mesa-dev] Mesa 10.2 release

2014-06-06 Thread Laurent Carlier
Le vendredi 6 juin 2014, 21:38:23 Ian Romanick a écrit : > On 06/06/2014 09:35 PM, Laurent Carlier wrote: > > Le vendredi 6 juin 2014, 21:20:12 Ian Romanick a écrit : > >> Mesa 10.2 has been released! Mesa 10.2 is a feature release that > >> includes many updates and enh

Re: [Mesa-dev] Mesa 10.2 release

2014-06-06 Thread Laurent Carlier
Le vendredi 6 juin 2014 21:38:23, vous avez écrit : > On 06/06/2014 09:35 PM, Laurent Carlier wrote: > > Le vendredi 6 juin 2014, 21:20:12 Ian Romanick a écrit : > >> Mesa 10.2 has been released! Mesa 10.2 is a feature release that > >> includes many updates and enh

Re: [Mesa-dev] [PATCH] radeonsi: Fix build error introduced in 5ab9a9c

2014-06-06 Thread Laurent Carlier
igned-off-by: Ian Romanick > Reported-by: Laurent Carlier > --- > > Laurent, can you verify that this fixes your build? > > src/gallium/drivers/radeonsi/si_blit.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/src/gallium/drivers/radeonsi/si_blit.c >

Re: [Mesa-dev] [PATCH] radeon/llvm: Use the llvm.rsq.clamped intrinsic for RSQ

2014-07-02 Thread Laurent Carlier
t; > > > #if HAVE_LLVM >= 0x0305 > > > > - bld_base->rsq_action.intr_name = "llvm.AMDGPU.rsq."; > > + bld_base->rsq_action.intr_name = "llvm.AMDGPU.rsq.clamped.f32"; > > > > #else > > > > bld_base->rsq_action.in

Re: [Mesa-dev] Error building Mesa 32 bit version on Arch Linux

2013-07-29 Thread Laurent Carlier
ng buggy. > > glsl_parser.cpp doesn't seem to be part of the source code, I'm guessing > it's automatically generated from glsl_parser.yy as part of the build > process. Any ideas on how I can resolve this problem? > > -Sandeep Because now ArchLinux uses bison 3.0

Re: [Mesa-dev] [PATCH 1/4] glsl: Change the lexer's namespace.

2013-07-31 Thread Laurent Carlier
ug.cgi?id=67354 > Signed-off-by: Kenneth Graunke > Cc: mesa-sta...@lists.freedesktop.org > Cc: Sandeep > Cc: Bruno Jacquet > Cc: Laurent Carlier > Cc: Nikita Malyavin > --- > src/glsl/glsl_lexer.ll| 2 +- > src/glsl/glsl_parser.yy | 6 ++ > src/

Re: [Mesa-dev] [PATCH 4/4] mesa/program: Switch from the deprecated YYLEX_PARAM to %lex-param.

2013-07-31 Thread Laurent Carlier
Attached patch fixes latest failure: program_parse.tab.c:1958:3: error: implicit declaration of function 'YYID' [- Werror=implicit-function-declaration] YYLLOC_DEFAULT (yyloc, (yylsp - yylen), yylen); ^ -- Laurent Carlier ArchLinux Developer http://www.archlinu

Re: [Mesa-dev] [PATCH 2/2] radeonsi: Use pointers rather than resource descriptors for shader constants v3

2013-08-05 Thread Laurent Carlier
sgprs <= 104' failed. Steam: An X Error occurred X Error of failed request: BadWindow (invalid Window parameter) Major opcode of failed request: 40 (X_TranslateCoords) Resource id in failed request: 0x1cfa9cb Serial number of failed request: 116812 xerror_handler: X failed, contin

Re: [Mesa-dev] [PATCH 2/2] radeonsi: Use pointers rather than resource descriptors for shader constants v3

2013-08-06 Thread Laurent Carlier
7396kB Aug 06 11:08:12 archMain kernel: 2097151 pages RAM Aug 06 11:08:12 archMain kernel: 52600 pages reserved Aug 06 11:08:12 archMain kernel: 1482060 pages shared Aug 06 11:08:12 archMain kernel: 1899474 pages non-shared Aug 06 11:08:12 archMain kernel: [drm:radeon_cs_ioctl] *ERROR* Failed to pa

[Mesa-dev] mesa fail to build since llvm-3.4svn r187618

2013-08-06 Thread Laurent Carlier
rror 1 Commenting the line seems to fix the problem -- Laurent Carlier ArchLinux Developer http://www.archlinux.org signature.asc Description: This is a digitally signed message part. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH] Remove TargetOptions.RealignStack for llvm>=3.4

2013-08-06 Thread Laurent Carlier
Since llvm -3.4svn r187618, TargetOptions doesn't provide anymore RealignStack, so only enable it with llvm<3.4 --- src/gallium/auxiliary/gallivm/lp_bld_misc.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp b/src/gallium/auxiliary/gallivm/lp_

Re: [Mesa-dev] [PATCH 1/2] radeonsi: Don't leave gaps between position exports from vertex shader

2013-08-09 Thread Laurent Carlier
> > Cc: mesa-sta...@lists.freedesktop.org > Signed-off-by: Michel Dänzer Tested with Dota2 and L4D2, and it fixes the rendering -- Laurent Carlier ArchLinux Developer http://www.archlinux.org signature.asc Description: This is a digitally signed message part. _

Re: [Mesa-dev] [PATCH 1/2] radeonsi: Don't leave gaps between position exports from vertex shader

2013-08-16 Thread Laurent Carlier
Le vendredi 16 août 2013 10:59:13 Michel Dänzer a écrit : > On Fre, 2013-08-09 at 23:41 +0200, Laurent Carlier wrote: > > Le vendredi 9 août 2013 18:50:20 Michel Dänzer a écrit : > > > From: Michel Dänzer > > > > > > Exporting position 2/3 (clip dista

Re: [Mesa-dev] [PATCH 2/2] radeonsi: Always pre-load separate VGPRs for centroid vs. center interpolation

2013-08-19 Thread Laurent Carlier
l Dänzer > --- Tested both patches, and they are fixing Portal, Counter Strike:Source, Half Life 2 -- Laurent Carlier ArchLinux Developer http://www.archlinux.org signature.asc Description: This is a digitally signed message part. ___ mesa-dev mail

Re: [Mesa-dev] [PATCH] R600/SI: Fix another case of illegal VGPR to SGPR copy

2013-08-21 Thread Laurent Carlier
;Post-RA pseudo instruction expansion pass' on function -- Laurent Carlier ArchLinux Developer http://www.archlinux.org signature.asc Description: This is a digitally signed message part. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH] r200: fix build failure introduced with cbbcb0247e6aa8d7adc274a94206ee02f9c70bea

2013-04-17 Thread Laurent Carlier
--- src/mesa/drivers/dri/r200/r200_swtcl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/r200/r200_swtcl.c b/src/mesa/drivers/dri/r200/r200_swtcl.c index 274e338..0f1e013 100644 --- a/src/mesa/drivers/dri/r200/r200_swtcl.c +++ b/src/mesa/drivers/dri/r200

Re: [Mesa-dev] [PATCH] mesa: Use get_local_param_pointer in glProgramLocalParameters4fvEXT().

2014-01-06 Thread Laurent Carlier
gzilla: https://bugs.freedesktop.org/show_bug.cgi?id=73136 > Signed-off-by: Kenneth Graunke > Cc: Eric Anholt This fixes al least "Tiny and Big: Granpa's Leftover" and "Rocketbirds: Hardboiled Chicken" games here. -- Laurent Carlier ArchLinux Developer http://www

[Mesa-dev] [PATCH] [r200] fix building regression introduces with 9a32203e1618486e87c7baf494134e05f0e38cf3

2013-04-24 Thread Laurent Carlier
Signed-off-by: Laurent Carlier --- src/mesa/drivers/dri/r200/r200_vertprog.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mesa/drivers/dri/r200/r200_vertprog.c b/src/mesa/drivers/dri/r200/r200_vertprog.c index ee867c2..461b7cb 100644 --- a/src/mesa/drivers/dri/r200/r200_vertprog.c

Re: [Mesa-dev] [PATCH] gallivm: Fix build with LLVM >= 3.4 r181680.

2013-05-13 Thread Laurent Carlier
ningPtr AsmInfo(T->createMCAsmInfo(Triple)); > #else > OwningPtr AsmInfo(T->createAsmInfo(Triple)); Works fine here. Tested-by: Laurent Carlier -- Laurent Carlier ArchLinux Trusted User http://www.archlinux.org signature.asc Description: This is a digitally signed message part. _

[Mesa-dev] Security fixes applied in mesa trunk

2013-05-31 Thread Laurent Carlier
Two security fixes were applied recently (CVE-2013-1993), it would be nice to see a new mesa stable release with these fixes applied. Thanks. -- Laurent Carlier ArchLinux Trusted User http://www.archlinux.org signature.asc Description: This is a digitally signed message part

[Mesa-dev] [PATCH] configure.ac: handle llvm built with cmake in one shared library.

2015-09-27 Thread Laurent Carlier
llvm can be built with cmake in a libray with the name libLLVM.so.$version Signed-off-by: Laurent Carlier --- configure.ac | 18 +- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 217281f..361ffba 100644 --- a/configure.ac +++ b

[Mesa-dev] [PATCH] configure.ac: handle llvm built with cmake in one shared library

2015-09-29 Thread Laurent Carlier
llvm can be built with cmake in a libray with the name libLLVM.so.$version Tested with both llvm-3.7.0 and llvm-3.8.0svn v2: check and use llvm build-system feature, update comments Signed-off-by: Laurent Carlier --- configure.ac | 60

Re: [Mesa-dev] gallium AoA support and indirect sampler fixes

2016-02-07 Thread Laurent Carlier
ow of Mordor segfault on start and first intro movie from witcher 2 is greenish then it segfault. On top of mesa-git with llvm-svn (both trunk) and amdgpu/kernel-4.5rc2 -- Laurent Carlier http://www.archlinux.org signature.asc Description: This is a digitally signed message part.

Re: [Mesa-dev] gallium AoA support and indirect sampler fixes

2016-02-07 Thread Laurent Carlier
2016-02-07 15:13 GMT+01:00 Laurent Carlier : > Le vendredi 5 février 2016, 13:40:26 CET Dave Airlie a écrit : > > Hi, > > > > In fixing some indirect sampler issues with ARB_gpu_shader5, > > I realised AoA was mostly fixed as well by the same things. > > >

Re: [Mesa-dev] [PATCH v2 0/8] gallium, radeonsi: raise number of samplers to 32

2016-04-07 Thread Laurent Carlier
d) * 8 >= PIPE_MAX_SAMPLERS) in a > number of places. > > Thanks, > Nicolai > Tested your first serie with Compagny of Heroes 2 and the corruption is fixed, also quickly tested Metro LL Redux and Painkiller H&D without seeing regression. -- Laurent Carlier http://www.ar

Re: [Mesa-dev] [PATCH] radeonsi: gate PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENT by LLVM version

2016-04-13 Thread Laurent Carlier
Le mercredi 13 avril 2016, 09:16:48 CEST Nicolai Hähnle a écrit : > From: Nicolai Hähnle > > Otherwise we incorrectly claim ARB_ssbo support even with older LLVM > versions. --- And probably add https://bugs.freedesktop.org/show_bug.cgi?id=94917 ? -- Laurent Carlier http://www.a

[Mesa-dev] [PATCH] anv: fix building on i686 with -mcpu=generic

2016-04-16 Thread Laurent Carlier
mcpu=generic doesn't enable sse2, and anvil definitly needs it --- src/intel/vulkan/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/vulkan/Makefile.am b/src/intel/vulkan/Makefile.am index cba6671..a84be72 100644 --- a/src/intel/vulkan/Makefile.am +++ b/src

[Mesa-dev] [PATCH] anv: honor DESTDIR when installing icd file

2016-04-17 Thread Laurent Carlier
https://bugs.freedesktop.org/show_bug.cgi?id=94969 --- src/intel/vulkan/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/vulkan/Makefile.am b/src/intel/vulkan/Makefile.am index cba6671..5aedef8 100644 --- a/src/intel/vulkan/Makefile.am +++ b/src/intel/vulka

Re: [Mesa-dev] [PATCH 05/25] anv: remove custom rule to install the intel_icd.json

2016-04-23 Thread Laurent Carlier
gt; change it to /usr/share vs /etc (according to the Vulkan docs). If there > is something to control that should be the location of the module, right? > > -Emil > This should fix https://bugs.freedesktop.org/show_bug.cgi?id=94969 -- Laurent Carlier http://www.archlinux.org signatu

Re: [Mesa-dev] [PATCH] gallivm: Disable gallivm to fix build with LLVM 3.6

2014-09-24 Thread Laurent Carlier
^ compilation terminated. Makefile:1705: recipe for target 'gallivm/lp_bld_misc.lo' failed -- Laurent Carlier http://www.archlinux.org signature.asc Description: This is a digitally signed message part. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH 1/1] clover: Fix build after llvm r221375

2014-11-12 Thread Laurent Carlier
/src/gallium/state_trackers/clover' Makefile:558: recipe for target 'all-recursive' failed make[2]: *** [all-recursive] Error 1 -- Laurent Carlier http://www.archlinux.org ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH 3/3] radeonsi/compute: Default to the same PIPE_SHADER_CAP values as other shader types

2015-03-20 Thread Laurent Carlier
other shader types. */ > + break; > } > + break; > default: > /* TODO: support tessellation */ > return 0; -- Laurent Carlier http://www.archlinux.org signature.asc Description: This is a digitally signed message part. ___

Re: [Mesa-dev] [PATCH 1/2] configure.ac: print LLVM_LDFLAGS

2015-04-14 Thread Laurent Carlier
on of > llvm-config. Otherwise, you need the 64-bit version. Reading > LLVM_LDFLAGS is one way to know which one of the two LLVMs is being > used. > > The workaround is to use non-standard prefixes, so that both 32-bit > and 64-bit llvm-config versions don't conflict, but

Re: [Mesa-dev] [PATCH] radeonsi: avoid crash when a sampler state is bound for a buffer texture

2016-03-12 Thread Laurent Carlier
t; ((struct > r600_texture*)samplers->views.views[i]->texture)->fmask.size) continue; That fixed bug 94284, thanks -- Laurent Carlier http://www.archlinux.org signature.asc Description: This is a digitally signed message part. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] Mesa (master): Revert "egl: Check if API is supported when using eglBindAPI."

2016-06-06 Thread Laurent Carlier
o the xorg patch? > How does the above sound ? > Emil > ___ > mesa-dev mailing list > mesa-dev@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/mesa-dev > -- Laurent Carlier http://www.archlinux.org signature.asc Description: OpenPGP digital sig

Re: [Mesa-dev] Call for community testing: OpenGL multithreading is ready

2017-07-24 Thread Laurent Carlier
ists.freedesktop.org/mailman/listinfo/mesa-dev -- Laurent Carlier http://www.archlinux.org signature.asc Description: This is a digitally signed message part. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] configure fails to find llvm since recent llvm commit.

2017-07-03 Thread Laurent Carlier
d libraries and > instead want to > use llvm static libraries then add --disable-llvm-shared-libs > to your configure > invocation and rebuild. > ___ It's a llvm change, you need to add -DLLVM_APPEND_VC_REV=OFF when

Re: [Mesa-dev] [PATCH] swr/rast: fix build break for llvm-6

2018-01-03 Thread Laurent Carlier
Le mardi 2 janvier 2018, 17:57:03 CET Tim Rowley a écrit : > LLVM api change. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=104381 Tested-by: Laurent Carlier > --- > src/gallium/drivers/swr/rasterizer/jitter/JitManager.cpp | 4 > 1 file changed, 4 inser

[Mesa-dev] [PATCH] swr/rast: Fix GetEnv() returned value

2017-09-18 Thread Laurent Carlier
Return an empty string instead of a NULL pointer. Patch from Bernhard Rosenkraenzer. https://bugs.freedesktop.org/show_bug.cgi?id=101832 Fixes: a25093de718 ("swr/rast: Implement JIT shader caching to disk") --- src/gallium/drivers/swr/rasterizer/core/utils.h | 3 ++- 1 file changed, 2 insertions(

Re: [Mesa-dev] [PATCH] swr/rast: do not crash on NULL strings returned by getenv

2017-09-18 Thread Laurent Carlier
;swr/rast: Implement JIT shader caching to disk") > > Cc: Tim Rowley > > Cc: Laurent Carlier > > Cc: Bernhard Rosenkraenzer > > [Emil Velikov: make an actual commit from the misc diff] > > Signed-off-by: Emil Velikov > > Laurent just sent this to t

Re: [Mesa-dev] [PATCH] swr/rast: remove llvm fence/atomics from generated files

2017-09-20 Thread Laurent Carlier
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=102847 > CC: mesa-sta...@lists.freedesktop.org > --- Tested-by: Laurent Carlier > src/gallium/drivers/swr/rasterizer/codegen/gen_llvm_ir_macros.py | 8 > 1 file changed, 8 insertions(+) > > diff --git > a/s

Re: [Mesa-dev] How to build 32-bit Mesa

2017-10-07 Thread Laurent Carlier
-prefix=/usr \ --sysconfdir=/etc \ --with-dri-driverdir=/usr/lib32/xorg/modules/dri \ ." & make -- Laurent Carlier http://www.archlinux.org signature.asc Description: This is a digitally signed message part. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH mesa] util: improve compiler guard

2017-09-01 Thread Laurent Carlier
Le jeudi 31 août 2017, 18:54:48 CEST Eric Engestrom a écrit : Reviewed-by: Laurent Carlier > Glibc 2.26 has dropped xlocale.h, but the functions needed (strtod_l() > and strdof_l()) can be found in stdlib.h. > Improve the detection method to allow newer builds to still make use of >

Re: [Mesa-dev] [PATCH 1/2] mesa: XCB is no longer optional for GLX or DRI

2012-01-03 Thread Laurent Carlier
> On Tue, Jan 3, 2012 at 10:25 AM, Kenneth Graunke > wrote: > > On 01/02/2012 05:44 PM, Ian Romanick wrote: > >> From: Ian Romanick > >> > >> Signed-off-by: Ian Romanick > >> --- > >> configure.ac | 28 ++-- > >> 1 files changed, 6 insertions(+), 22 deletions(-) > > >

Re: [Mesa-dev] [PATCH] glx: More hacking around versions of XCB that lack GLX_ARB_create_context support

2012-01-04 Thread Laurent Carlier
> From: Ian Romanick > > Detect whether a new enough version of XCB is installed at configure > time. If it is not, don't enable the extension and don't build the > unit tests. > > v2: Move the AM_CONDIATION outside the case-statement so that it is > invoked even for non-GLX builds. This preve

[Mesa-dev] [PATCH] automake: add missing inclusion of GL headers

2012-06-22 Thread Laurent Carlier
Building fail when GL headers are not installed in the system, so add inclusion of these headers. --- src/mesa/x86-64/Makefile.am |1 + src/mesa/x86/Makefile.am|1 + 2 files changed, 2 insertions(+) diff --git a/src/mesa/x86-64/Makefile.am b/src/mesa/x86-64/Makefile.am index 79cbb53..

Re: [Mesa-dev] build error after recent master changes.

2012-06-22 Thread Laurent Carlier
Le vendredi 22 juin 2012 18:17:24 Andy Furniss a écrit : > Brian Paul wrote: > > Can you see if the patch/info on bug > > https://bugs.freedesktop.org/show_bug.cgi?idQ335 helps? > > Yes editing src/mesa/x86/Makefile.am to add -I$(top_srcdir)/include \ > > fixed it, thanks. > > Git apply complained

[Mesa-dev] [PATCH] automake: convert libOSmesa building

2012-06-23 Thread Laurent Carlier
This also currently fix the installation of libOSmesa. --- configure.ac | 1 + src/mesa/drivers/osmesa/Makefile | 51 src/mesa/drivers/osmesa/Makefile.am | 50 +++ src/mesa/drivers/osmesa/Makefile.ol

[Mesa-dev] [PATCH] automake: convert libOSmesa building

2012-06-23 Thread Laurent Carlier
100644 index 000..863c8f7 --- /dev/null +++ b/src/mesa/drivers/osmesa/Makefile.am @@ -0,0 +1,50 @@ + + +# Copyright © 2012 Laurent Carlier +# +# Permission is hereby granted, free of charge, to any person obtaining a +# copy of this software and associated documentation files (the "Software&q

[Mesa-dev] [PATCH] automake: convert libOSmesa building

2012-06-24 Thread Laurent Carlier
rc/mesa/drivers/osmesa/Makefile.am b/src/mesa/drivers/osmesa/Makefile.am new file mode 100644 index 000..863c8f7 --- /dev/null +++ b/src/mesa/drivers/osmesa/Makefile.am @@ -0,0 +1,50 @@ + + +# Copyright © 2012 Laurent Carlier +# +# Permission is hereby granted, free of charge, to any person obt

[Mesa-dev] radeon fail to link to libdricore

2012-07-16 Thread Laurent Carlier
mesa from git/x86_64; with the following install script: make -C src/mesa/drivers/dri/radeon DESTDIR="${pkgdir}" install make -C src/mesa/drivers/dri/r200 DESTDIR="${pkgdir}" install # gallium3D driver for r300,r600 make -C src/gallium/targets/dri-r300 DESTDIR="${pkgdir}" install make -C src/galli