Fix this build error on Ubuntu 18.04.
/usr/bin/ld: src/util/libmesa_util.a(u_cpu_detect.c.o): undefined reference to
symbol 'pthread_once@@GLIBC_2.2.5'
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=110663
Suggested-by: Eric Engestrom
Signed-off-by: Vinson Lee
---
src/gal
Fix this build error on Ubuntu 18.04.
/usr/bin/ld: src/util/libmesa_util.a(u_cpu_detect.c.o): undefined reference to
symbol 'pthread_once@@GLIBC_2.2.5'
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=110663
Suggested-by: Eric Engestrom
Signed-off-by: Vinson Lee
---
src/gal
../src/freedreno/vulkan/tu_device.c:900:4: error: initializer element is not
constant
.minImageTransferGranularity = (VkExtent3D) { 1, 1, 1 },
^
Suggested-by: Kristian Høgsberg
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=110698
Signed-off-by: Vinson Lee
---
src/freedreno
ssembler tool")
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=110656
Signed-off-by: Vinson Lee
Acked-by: Eric Engestrom
---
src/intel/tools/i965_asm.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/intel/tools/i965_asm.h b/src/intel/tools/i965_asm.h
index 7027f4e..dd29208
ssembler tool")
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=110656
Signed-off-by: Vinson Lee
---
src/intel/tools/i965_asm.h | 4
1 file changed, 4 insertions(+)
diff --git a/src/intel/tools/i965_asm.h b/src/intel/tools/i965_asm.h
index 7027f4e..0519ba5 100644
--- a/sr
s3tc-errors.c: In function ‘test_format’:
s3tc-errors.c:175:9: warning: unused variable ‘format2’ [-Wunused-variable]
GLenum format2;
^~~
Fixes: d433792407e7 ("s3tc-errors: port to gles31")
Signed-off-by: Vinson Lee
---
tests/texturing/s3tc-errors.c | 2 +-
1 file
On Tue, Apr 9, 2019 at 1:29 PM Jan Vesely wrote:
>
> On Sat, Apr 6, 2019 at 10:11 PM Dieter Nützel wrote:
> >
> > Tested-by: Dieter Nützel
> > Acked-by: Dieter Nützel
>
> Thanks Dieter,
>
> Timur, Vinson, are you OK with this temporary solution?
>
> Ja
/nir_opt_copy_prop_vars.c:456: warning: excess elements in union initializer
nir/nir_opt_copy_prop_vars.c:456: warning: (near initialization for
‘(anonymous).’)
Fixes: 96c32d77763c ("nir/copy_prop_vars: handle load/store of vector elements")
Signed-off-by: Vinson Lee
---
src/co
t;mpCurrentModule->getOrInsertFunction("meta.intrinsic.VGATHERPD",
pFuncTy));
^
Suggested-by: Philip Meulengracht
Signed-off-by: Vinson Lee
---
.../codegen/templates/gen_builder.
(libgalliumvl_la-vl_compositor.o)
../../../../src/gallium/auxiliary/.libs/libgalliumvl.a(libgalliumvl_la-vl_compositor_cs.o)
Fixes: 9364d66cb7f7 ("gallium/auxiliary/vl: Add video compositor compute shader
render")
Signed-off-by: Vinson Lee
---
src/gallium/auxiliary/vl/vl_composito
(DRM_FORMAT_MOD_QCOM_COMPRESSED, modifiers, count);
^
Fixes: 1ce5d757d04a ("freedreno: core buffer modifier support")
Signed-off-by: Vinson Lee
---
src/gallium/drivers/freedreno/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gallium/drivers
meson.build:166:21: ERROR: Unknown method "verson_compare" for a string.
Fixes: c1efa240c91e ("meson: Add warnings and errors when using ICC")
Signed-off-by: Vinson Lee
---
meson.build | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meson.build
(DRM_FORMAT_MOD_QCOM_COMPRESSED, modifiers, count);
^
Fixes: 1ce5d757d04a ("freedreno: core buffer modifier support")
Signed-off-by: Vinson Lee
---
src/gallium/drivers/freedreno/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gallium/drivers
On Tue, Dec 18, 2018 at 11:42 AM Dylan Baker wrote:
>
> Quoting Vinson Lee (2018-12-18 09:52:08)
> > Fixes: 5e71efef44b9 ("meson: Add lmsensors support")
> > Signed-off-by: Vinson Lee
> > ---
> > meson.build | 2 +-
> > 1 file changed, 1 in
Fixes: 5e71efef44b9 ("meson: Add lmsensors support")
Signed-off-by: Vinson Lee
---
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meson.build b/meson.build
index 57dd8b59cb..d591ca377b 100644
--- a/meson.build
+++ b/meson.build
@@ -1395,7 +1395,
Fixes: 6b4c7047d571 ("meson: build gallium nine state_tracker")
Signed-off-by: Vinson Lee
---
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meson.build b/meson.build
index fe647f682c1c..d0f4b7e51f44 100644
--- a/meson.build
+++ b/meson.build
@@ -61
; { "glConservativeRasterParameteriNV", 20, -1 },
>
> + /* GL_EXT_multisampled_render_to_texture */
> + { "glFramebufferTexture2DMultisampleEXT", 20, -1 },
> +
> { NULL, 0, -1 }
> };
>
> --
> 2.20.0.rc2.403.gdbc3b29805-goog
>
>
dreno: move ir3 to common location")
Signed-off-by: Vinson Lee
---
src/gallium/targets/pipe-loader/Makefile.am | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/gallium/targets/pipe-loader/Makefile.am
b/src/gallium/targets/pipe-loader/Makefile.am
index fa16e8535ff1..db515e3097b7 100644
---
This patch fixes this build error.
CC tests/xvmc_bench.o
In file included from tests/xvmc_bench.c:35:
tests/testlib.h:38:10: fatal error: 'X11/Xlib.h' file not found
^~~~
Signed-off-by: Vinson Lee
---
src/gallium/state_trackers/xvmc/Makefile.am | 1 +
1 file
This patch fixes this build error.
CC tests/xvmc_bench.o
In file included from tests/xvmc_bench.c:35:
tests/testlib.h:38:10: fatal error: 'X11/Xlib.h' file not found
^~~~
Signed-off-by: Vinson Lee
---
src/gallium/state_trackers/xvmc/Makefile.am | 1 +
1 file
Fixes: da977ad90747 ("r600/sb: start adding GDS support")
Signed-off-by: Vinson Lee
---
src/gallium/drivers/r600/sb/sb_bc_builder.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gallium/drivers/r600/sb/sb_bc_builder.cpp
b/src/gallium/drivers/r600/sb/sb_bc_b
_src_as_uint(store_to_v1->src[1]), 20);
> + ASSERT_EQ(nir_src_comp_as_uint(store_to_v1->src[1], 1), 20);
> break;
>}
> }
> --
> 2.17.2
>
> ___________
> mesa-dev mailing list
> mesa-dev@lists.freedeskto
~^~~~~
Fixes: da977ad90747 ("r600/sb: start adding GDS support")
Signed-off-by: Vinson Lee
---
src/gallium/drivers/r600/sb/sb_bc_parser.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gallium/drivers/r600/sb/sb_bc_parser.cpp
b/src/gallium/driver
Signed-off-by: Vinson Lee
---
src/egl/egl-symbols-check | 7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/src/egl/egl-symbols-check b/src/egl/egl-symbols-check
index 460e61a357c7..4200f9c07f3a 100755
--- a/src/egl/egl-symbols-check
+++ b/src/egl/egl-symbols-check
@@ -1,7
gt;
> I've dropped the link from meson as well, it doesn't seem to hurt
> anything and should make linking just a little faster.
>
> Fixes: 8396043f304bb2a752130230055605c5c966e89f
>("Replace uses of _mesa_bitcount with util_bitcount")
> Cc: Vinson Lee
> but
> + * not daz.
> + */
> +# if !defined(PIPE_ARCH_x86_64) && !defined(PIPE_ARCH_SSSE3)
> + if (sse2_has_daz()) {
> +# endif
> /* Enable denormals are zero mode */
> current_mxcsr |= _MM_DENORMALS_ZERO_M
This is a helper for hardware bring-up. Don't remove. */
> struct pipe_query *
> util_begin_pipestat_query(struct pipe_context *ctx)
> {
> struct pipe_query *q =
>ctx->create_query(ctx, PIPE_QUERY_PIPELINE_STATISTICS, 0);
> if (!q)
>return NULL;
> -
Signed-off-by: Vinson Lee
---
docs/install.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/install.html b/docs/install.html
index 08081944cfcc..f6094671cf9f 100644
--- a/docs/install.html
+++ b/docs/install.html
@@ -72,7 +72,7 @@ you think you've spotted a bu
ig_state->clone();
> } else {
> - this->state = new(mem_ctx) copy_propagation_state();
> + this->state = copy_propagation_state::create(mem_ctx);
> }
>
> visit_list_elements(this, &ir->body_instructions);
> --
> 2.18.0
>
Tested-by: Vinson Lee
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev
uctionSimplifierPass());
^
Signed-off-by: Vinson Lee
---
src/gallium/drivers/swr/rasterizer/jitter/blend_jit.cpp | 4
src/gallium/drivers/swr/rasterizer/jitter/fetch_jit.cpp | 4
src/gallium/drivers/swr/rasterizer/jitter/jit_pch.hpp | 1 +
src/gallium/dr
On Fri, May 25, 2018 at 9:42 AM, Eric Engestrom
wrote:
> On Friday, 2018-05-25 16:06:26 +0100, Eric Engestrom wrote:
>> On Friday, 2018-05-25 06:52:25 +0000, Vinson Lee wrote:
>> > Fix build error without DRI3.
>>
>> D'uh!
>> I forgot building dri3 was o
licate depth-to-format logic")
Signed-off-by: Vinson Lee
---
src/egl/drivers/dri2/egl_dri2.h | 3 +++
src/egl/drivers/dri2/platform_x11_dri3.h | 3 ---
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/egl/drivers/dri2/egl_dri2.h b/src/egl/drivers/dri2/egl_dri2.
xpected at least 4, have 3
pTarget->addPassesToEmitFile(*pMPasses, filestream,
TargetMachine::CGFT_AssemblyFile);
^
Signed-off-by: Vinson Lee
---
src/gallium/drivers/swr/rasterizer/jitter/JitMa
te_record'
Signed-off-by: Vinson Lee
---
src/gallium/drivers/v3d/Automake.inc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/gallium/drivers/v3d/Automake.inc
b/src/gallium/drivers/v3d/Automake.inc
index 7cf8ae7cd8..91ae826b30 100644
--- a/src/gallium/drivers/v3d/
quot;)
Signed-off-by: Vinson Lee
---
src/gallium/drivers/v3d/Makefile.am | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/gallium/drivers/v3d/Makefile.am
b/src/gallium/drivers/v3d/Makefile.am
index 2b4c364c24..ff0334a239 100644
--- a/src/gallium/drivers/v3d/Makefile.am
+++ b/src/gallium/dri
bug.cgi?id=106370
Signed-off-by: Vinson Lee
---
CMakeLists.txt |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8c7d162..e56aafb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VER
33e8c7729e ("st/nir: use NIR for asm programs")
Signed-off-by: Vinson Lee
---
src/mesa/SConscript | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/mesa/SConscript b/src/mesa/SConscript
index ba98ad4323c5..5a21b64f561e 100644
--- a/src/mesa/SConscript
+++ b/src/mesa/SCons
On Tue, May 8, 2018 at 10:34 PM, Timothy Arceri wrote:
> The shader cache code wont be used on this platform so just disable
> it to avoid make check errors.
>
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=103264
> ---
> configure.ac | 4 +++-
> 1 file changed, 3 insertions(+), 1 delet
of type 'const llvm::Module *'
llvm::WriteBitcodeToFile(M, bitcodeStream);
^
Suggested-by: George Kyriazis
Signed-off-by: Vinson Lee
---
src/gallium/drivers/swr/rasterizer/jitter/JitManager.cpp | 4
1 file changed, 4 insertions(+)
diff --git a/src/
'; did you mean
'createInstructionSimplifierPass'?
passes.add(createInstructionCombiningPass());
^~
createInstructionSimplifierPass
Signed-off-by: Vinson Lee
---
src/gallium/drivers/swr/rasterizer/jitter/jit_p
testfile = os.path.join(args.testdir, filename)
> try:
> -_, tmpfile = tempfile.mkstemp()
> +fd, tmpfile = tempfile.mkstemp()
> +os.close(fd)
> with io.open(testfile, 'rt') as f:
> contents = f.read()
>
>
> Hope that's OK and again if you're happy with this please can you commit
> as I don't have git rights
>
> Thanks
>
> Mike
>
> ___
> mesa-dev mailing list
> mesa-dev@lists.freedeskt
; #include "llvm/Support/Host.h"
> #include "llvm/Support/DynamicLibrary.h"
>
> --
> 2.16.3
>
> ___
> mesa-dev mailing list
> mesa-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
The added include u
On Sat, Mar 31, 2018 at 5:08 PM, Mike Lothian wrote:
> On 1 April 2018 at 00:03, Vinson Lee wrote:
>>
>> A similar change is needed in
>> src/gallium/drivers/swr/rasterizer/jitter/jit_pch.hpp.
>>
>> Vinson
>
> Hi
>
> I'm not convin
On Thu, Mar 29, 2018 at 4:56 PM, Mike Lothian wrote:
> Include llvm-c/Transforms/Utils.h with the newest LLVM 7
>
> Fixes: 2dd4f35c7fc llvm-c: Split Utils out of Scalar.h
> Signed-of-by: Mike Lothian
>
> ---
>
> I don't have git commit rights
>
> If you're happy with this patch please can you com
ument
is unsafe warning")
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=105529
Signed-off-by: Vinson Lee
---
src/gallium/auxiliary/util/u_debug_stack.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/gallium/auxiliary/util/u_debug_stack.c
b/src/gallium
Fixes: a25093de7188 ("swr/rast: Implement JIT shader caching to disk")
Signed-off-by: Vinson Lee
---
src/gallium/drivers/swr/rasterizer/jitter/JitManager.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/gallium/drivers/swr/rasterizer/jitter/JitManager.
sion")
Signed-off-by: Vinson Lee
---
src/gallium/drivers/r600/r600_shader.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gallium/drivers/r600/r600_shader.c
b/src/gallium/drivers/r600/r600_shader.c
index e3b832b04f77..4874d14a581d 100644
--- a/src/gallium/drivers/r6
Fixes: c9b2cb78972d ("vc5: add missing files to the tarball")
Signed-off-by: Vinson Lee
---
src/gallium/drivers/vc5/Makefile.sources | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gallium/drivers/vc5/Makefile.sources
b/src/gallium/drivers/vc5/Makefile.sou
Fixes: 954a704da305 ("broadcom/vc5: Port the RCL setup to V3D4.1.")
Signed-off-by: Vinson Lee
---
src/gallium/drivers/vc5/Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/gallium/drivers/vc5/Makefile.am
b/src/gallium/drivers/vc5/Makefil
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=103909
Signed-off-by: Vinson Lee
---
configure.ac | 1 +
meson.build | 2 +-
src/intel/vulkan/anv_allocator.c | 2 ++
src/intel/vulkan/anv_gem_stubs.c | 2 ++
4 files changed, 6 insertions(+), 1
IES += $(ADDRLIB_LIBS)
>
> addrlib_libamdgpu_addrlib_la_SOURCES = $(ADDRLIB_FILES)
> --
> 2.11.0
>
> ___
> mesa-dev mailing list
> mesa-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
Tested-by: Vinson Lee
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev
Signed-off-by: Vinson Lee
---
src/mapi/es1api/ABI-check | 7 ++-
src/mapi/es2api/ABI-check | 7 ++-
2 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/src/mapi/es1api/ABI-check b/src/mapi/es1api/ABI-check
index bd9d0288d60d..0a867343c79a 100755
--- a/src/mapi/es1api/ABI
, libglapi,
> libmesa_util],
>link_args : [ld_args_bsymbolic, ld_args_gc_sections],
>dependencies : [deps_for_egl, dep_dl, dep_libdrm, dep_clock, dep_thread],
> --
> 2.14.2
>
> ___
> mesa-dev mailing list
> mesa-dev@lis
eck from anv_bo_cache_import() to caller
(v2)")
Signed-off-by: Vinson Lee
---
src/intel/vulkan/anv_device.c | 2 +-
src/intel/vulkan/anv_intel.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c
index
c: Jose Fonseca
> Cc: Vinson Lee
> Fixes: 3af1c829891a4530682bce113fdd512d4f2de3c6
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=103253
> ---
> src/compiler/blob.c | 8
> src/compiler/blob.h | 6 +++---
> src/intel/vul
r_create(NULL, INITIAL_BUF_SIZE);
> }
>
> --
> 2.14.1
>
> _______
> mesa-dev mailing list
> mesa-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
Tested that this patch fixes g++ 4.4 build error.
Tested-by: Vinson Lee
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev
CentOS 6 and RHEL 6 have autoconf 2.63.
Fixes: e4b2b69e828c ("configure: Add and use AX_CHECK_COMPILE_FLAG")
Signed-off-by: Vinson Lee
---
m4/ax_check_compile_flag.m4 | 10 +-
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/m4/ax_check_compile_fl
On Mon, Aug 21, 2017 at 6:48 PM, Timothy Arceri wrote:
> This reverts commit ca73c3358c91434e68ab31c23d13986d87c661cd.
>
> This commit broke 'make check' revert it for now.
Tested-by: Vinson Lee
___
mesa-dev mailing list
mesa-dev@li
On Mon, Aug 7, 2017 at 8:18 AM, Emil Velikov wrote:
> On 5 August 2017 at 21:53, Vinson Lee wrote:
>> Fixes build error on CentOS 6.9.
>>
>> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=102052
>> Fixes: 5c007203b73d ("configure.ac: drop manual detec
Fixes build error on CentOS 6.9.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=102052
Fixes: 5c007203b73d ("configure.ac: drop manual detection of expat
header/library")
Signed-off-by: Vinson Lee
---
configure.ac |4 +++-
1 files changed, 3 insertions(+), 1 deletion
: https://bugs.freedesktop.org/show_bug.cgi?id=101657
Signed-off-by: Vinson Lee
---
scons/gallium.py | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/scons/gallium.py b/scons/gallium.py
index a41127732419..61643a6d4fc6 100755
--- a/scons/gallium.py
+++ b/scons/gallium.py
x_to_rgba() [v2]")
Signed-off-by: Vinson Lee
---
src/mesa/main/format_fallback.py |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/mesa/main/format_fallback.py b/src/mesa/main/format_fallback.py
index e3b9916..da88bd5 100644
--- a/src/mesa/main/format_fallback.py
x_to_rgba() [v2]")
Signed-off-by: Vinson Lee
---
src/mesa/main/format_fallback.py |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/mesa/main/format_fallback.py b/src/mesa/main/format_fallback.py
index e3b9916..da88bd5 100644
--- a/src/mesa/main/format_fallback.py
g/show_bug.cgi?id=101340
Signed-off-by: Vinson Lee
---
src/gallium/drivers/i915/i915_surface.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gallium/drivers/i915/i915_surface.c
b/src/gallium/drivers/i915/i915_surface.c
index 27b0d9eae857..57e90c6ed23a 100644
--- a/
containing consecutive underscores are
> reserved.
> +0:3(1): preprocessor warning: names containing consecutive underscores are
> reserved.
> +0:4(1): preprocessor warning: names containing consecutive underscores are
> reserved.
> #version 110
>
>
> --
> 2.9.3
dev, AMDGPU_HW_IP_VCN_DEC, 0, &vcn_dec);
^~~~
Fixes: 0abc24723cdb ("amd/common: add vcn dec ip info query for amdgpu version
3.17")
Signed-off-by: Vinson Lee
---
configure.ac | 1 +
1 file changed, 1 insertion(+)
diff --git
};
> struct anv_block_pool block_pool;
> struct anv_state_pool state_pool;
>
> --
> 2.5.0.400.gff86faf
>
> ___
> mesa-dev mailing list
> mesa-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
Tested-by: Vinson Lee
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev
Signed-off-by: Vinson Lee
---
configure.ac | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index 957d15df8caa..e42fcfff7757 100644
--- a/configure.ac
+++ b/configure.ac
@@ -724,7 +724,7 @@ dnl Arch/platform-specific settings
dnl
};
^
{}
Signed-off-by: Vinson Lee
---
src/mesa/state_tracker/st_glsl_to_nir.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mesa/state_tracker/st_glsl_to_nir.cpp
b/src/mesa/state_tracker/st_glsl_to_nir.cpp
index 674ccd07a4..e863bab4e7
On Thu, Apr 6, 2017 at 5:07 AM, Emil Velikov wrote:
> From: Emil Velikov
>
> Otherwise linking way fail.
>
> Cc: Jason Ekstrand
> Cc: Vinson Lee
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=100600
> Fixes: f195d40eca4 ("anv/device: Add a helper for que
(int16_t)size[2] }) {
>}
>
>operator const pipe_box *() {
> --
> 2.11.0
>
> ___
> mesa-dev mailing list
> mesa-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
This patch fixes the build for me.
Tested-by: V
3: undefined reference to
`_ULx86_64_get_proc_name'
src/gallium/auxiliary/util/u_debug_stack.c:65: undefined reference to
`_ULx86_64_step'
Fixes: 70c272004f72 ("gallium/util: libunwind support")
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=100562
Signed-off-by: Vi
From: Vinson Lee
Fix linking error.
CXXLDlibGL.la
../../../../src/gallium/auxiliary/.libs/libgallium.a(u_debug_stack.o): In
function `debug_backtrace_capture':
src/gallium/auxiliary/util/u_debug_stack.c:59: undefined reference to
`_Ux86_64_getcontext'
src/gallium/auxi
};
^
{}
Signed-off-by: Vinson Lee
---
src/mesa/state_tracker/st_glsl_to_nir.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mesa/state_tracker/st_glsl_to_nir.cpp
b/src/mesa/state_tracker/st_glsl_to_nir.cpp
index 674ccd07a4..e863bab4e7
On Mon, Mar 27, 2017 at 11:48 AM, Andres Gomez wrote:
> Signed-off-by: Andres Gomez
> Cc: Emil Velikov
> Cc: Vinson Lee
> ---
> docs/releasing.html | 5 +
> 1 file changed, 5 insertions(+)
>
> diff --git a/docs/releasing.html b/docs/releasing.html
> index ea00
On Wed, Mar 22, 2017 at 4:17 PM, Timothy Arceri wrote:
> On 23/03/17 09:29, Vinson Lee wrote:
>>
>> Fix 'make check' linking errors on CentOS 6.
>
>
> Hi Vinson,
>
> Red Hat Enterprise Linux 6 enters Production Phase 3 on May 10, 2017. I've
> confi
};
^
{}
Signed-off-by: Vinson Lee
---
src/mesa/state_tracker/st_glsl_to_nir.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mesa/state_tracker/st_glsl_to_nir.cpp
b/src/mesa/state_tracker/st_glsl_to_nir.cpp
index 674ccd07a4..e863bab4e7
Fix 'make check' linking errors on CentOS 6.
CXXLD glsl/glsl_test
glsl/.libs/libglsl.a(libmesautil_la-u_queue.o): In function
`u_thread_get_time_nano':
src/util/../../src/util/u_thread.h:84: undefined reference to `clock_gettime'
Signed-off-by: Vinson Lee
---
src/compi
Fix linking error with build.
CXXLD glsl_compiler
glsl/.libs/libstandalone.a(lt16-libmesautil_la-u_queue.o): In function
`u_thread_get_time_nano':
src/util/../../src/util/u_thread.h:84: undefined reference to `clock_gettime'
Signed-off-by: Vinson Lee
---
src/compiler/Makefi
Fixes: fe56c745b8cb ("Convert sed(1) syntax to be compatible with FreeBSD and
OpenBSD")
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=100236
Suggested-by: Jan Beich
Suggested-by: Michel Dänzer
Signed-off-by: Vinson Lee
---
configure.ac | 16
1 file
zero length field name in format
Fixes: 762a6333f21f ("nir: Rework conversion opcodes")
Signed-off-by: Vinson Lee
---
src/compiler/nir/nir_opcodes.py |2 +-
src/compiler/nir/nir_opcodes_c.py |2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/com
Fixes: fe56c745b8cb ("Convert sed(1) syntax to be compatible with FreeBSD and
OpenBSD")
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=100236
Signed-off-by: Vinson Lee
---
configure.ac | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/conf
ode);
~^~~~
Fixes: b0d39384307d ("gallium: s/uint/enum pipe_render_cond_flag/ for
set_render_condition()")
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=100133
Signed-off-by: Vinson Lee
---
src/gallium/drivers/swr/swr_context.h |
On Sat, Mar 4, 2017 at 3:42 PM, Emil Velikov wrote:
> On 4 March 2017 at 22:43, Vinson Lee wrote:
>> On Sat, Mar 4, 2017 at 5:24 PM, Emil Velikov
>> wrote:
>>> On 4 March 2017 at 22:13, Vinson Lee wrote:
>>>> Fixes: 85a9b1b562b6 ("util/disk
On Sat, Mar 4, 2017 at 5:24 PM, Emil Velikov wrote:
> On 4 March 2017 at 22:13, Vinson Lee wrote:
>> Fixes: 85a9b1b562b6 ("util/disk_cache: compress individual cache entries")
>> Signed-off-by: Vinson Lee
>> ---
>> configure.ac | 3 +--
>>
Fixes: 85a9b1b562b6 ("util/disk_cache: compress individual cache entries")
Signed-off-by: Vinson Lee
---
configure.ac | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 943bc05adcd6..3526849b6dd2 100644
--- a/configure.ac
+++ b/co
27;s#// ##;s/ implemented by
> [a-z]\+//')
>
> # remove LAST_INDEX, as it will not be in alphabetical order
> -dispatch_list=$(sed '/LAST_INDEX/d' <<< "$dispatch_list")
> +dispatch_list=$(printf "$dispatch_list" | sed '/LAST_INDEX/d')
>
> -sorted=$(LC_
m_vtxbuf_idxbuf(This,
> PrimitiveType,
> --
> 2.11.1
>
> ___
> mesa-dev mailing list
> mesa-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=99953
Fixes: 4a883966c1f7 ("gallium: remove PIPE_CAP_USER_INDEX_BUFFERS")
Tested-by: Vinson Lee
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev
CXXglsl/ast_to_hir.lo
glsl/ast_to_hir.cpp: In member function 'virtual ir_rvalue*
ast_declarator_list::hir(exec_list*, _mesa_glsl_parse_state*)':
glsl/ast_to_hir.cpp:4846:42: warning: missing braces around initializer for
'unsigned int [16]' [-Wmissing-braces]
Signe
how_bug.cgi?id=99918
Fixes: 207e3a6e4b ("util/radv: move *_get_function_timestamp() to utils")
Signed-off-by: Vinson Lee
---
src/util/disk_cache.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/util/disk_cache.h b/src/util/disk_cache.h
index 7f4da809cc..b7
CXXglsl/ast_to_hir.lo
glsl/ast_to_hir.cpp: In member function 'virtual ir_rvalue*
ast_declarator_list::hir(exec_list*, _mesa_glsl_parse_state*)':
glsl/ast_to_hir.cpp:4846:42: warning: missing braces around initializer for
'unsigned int [16]' [-Wmissing-braces]
Signe
Tested-by: Vinson Lee
On Thu, Feb 2, 2017 at 12:42 PM, Cherniak, Bruce
wrote:
> I followed up with a v2 that includes the bugzilla reference.
>
> Good point, I’ll look into following up with a patch to remove Clip().
>
> Thanks for the quick review.
>
>> On Feb 2, 2017,
On Wed, Feb 1, 2017 at 4:10 PM, Emil Velikov wrote:
> On 1 February 2017 at 23:28, Vinson Lee wrote:
>> Fixes: b8acb6b17981 ("configure: Require libdrm >= 2.4.75")
>> Signed-off-by: Vinson Lee
> Are you sure that's correct ?
>
> Afaict the follow-up co
Fixes: b8acb6b17981 ("configure: Require libdrm >= 2.4.75")
Signed-off-by: Vinson Lee
---
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 92339b4..d4302bf 100644
--- a/configure.ac
+++ b/configure.ac
@@
initializer
nir/nir_opt_copy_prop_vars.c:765: warning: (near initialization for
‘(anonymous).’)
nir/nir_opt_copy_prop_vars.c:765: warning: initialization from incompatible
pointer type
Fixes: 62332d139c8f ("nir: Add a local variable-based copy propagation pass")
Signed-off-by: Vinson Lee
n?
>
> Do you set "--with-llvm-prefix=" when building mesa?
>
>
>
> Tobias
>
>
>
> Am Samstag, 3. Dezember 2016, 11:53:53 CET schrieb Vinson Lee:
>
>> Hi, Tobias.
>
>>
>
>> I actually need this when using LLVM from a build tree and th
> Tobias
>
> Am Samstag, 3. Dezember 2016, 01:20:42 CET schrieb Vinson Lee:
>> HAVE_LLVM variable included the patch version if the LLVM version had a
>> patch version.
>>
>> For LLVM version '4.0.0', HAVE_LLVM would be '0x0400.0'.
>>
>
Fix linking error with 'make check'.
CXXLD lp_test_format
../../../../src/gallium/auxiliary/.libs/libgallium.a(os_time.o): In function
`os_time_get_nano':
/home/jenkins/workspace/mesa/src/gallium/auxiliary/os/os_time.c:59: undefined
reference to `clock_gettime'
Signe
HAVE_LLVM variable included the patch version if the LLVM version had a
patch version.
For LLVM version '4.0.0', HAVE_LLVM would be '0x0400.0'.
Fixes: 45574ab2e92f ("configure.ac: better detection of LLVM version")
Signed-off-by: Vinson Lee
---
configure.ac | 2 +
1 - 100 of 512 matches
Mail list logo