Re: [Mesa-dev] [PATCHES] Tessellation is here

2015-06-17 Thread Dieter Nützel
Am 17.06.2015 14:34, schrieb Marek Olšák: Only the RadeonSI driver supports it right now. Marek Marek, will we ever see something on r600 or do we need 'new' boards (Turks, here)? GREAT stuff. -Dieter On Wed, Jun 17, 2015 at 2:21 PM, Ilyes Gouta wrote: Hi, On Wed, Jun 17, 2015 at 1:0

Re: [Mesa-dev] [PATCH 2/2] gbm: Add flags to enable creation of rotated scanout buffers (v4)

2015-11-06 Thread Dieter Nützel
Am 07.11.2015 04:05, schrieb Vivek Kasireddy: For certain platforms that support rotated scanout buffers, currently, there is no way to create them with the GBM DRI interface. These flags will instruct the DRI driver to create the buffer by setting additional requirements such as tiling mode. v2

Re: [Mesa-dev] [PATCH] mesa: don't enable NV_fragment_program_option with swrast

2015-02-16 Thread Dieter Nützel
Am 16.02.2015 18:13, schrieb Brian Paul: On 02/16/2015 08:11 AM, Roland Scheidegger wrote: Am 16.02.2015 um 00:36 schrieb Matt Turner: On Sat, Feb 14, 2015 at 2:33 PM, Roland Scheidegger wrote: Am 14.02.2015 um 21:12 schrieb Kenneth Graunke: On Saturday, February 14, 2015 04:37:25 PM srol...@

[Mesa-dev] nir: Compilation error in nir/nir_to_ssa.c

2015-02-20 Thread Dieter Nützel
make[3]: Entering directory '/opt/mesa/src/glsl' CC nir/nir_to_ssa.lo In file included from nir/../glsl_types.h:30:0, from nir/nir_types.h:32, from nir/nir.h:36, from nir/nir_to_ssa.c:28: nir/nir_to_ssa.c: In function 'rewrite_def_forwards

Re: [Mesa-dev] [PATCH] drm/radeon: Fix vram_size/visible values in DRM_RADEON_GEM_INFO ioctl

2017-01-31 Thread Dieter Nützel
Hello Michel, as this is for radeon, do you think this could/should fix the wrong reported VRAM size with Unigine_Heaven/-Valley, too? Maybe speed things up? ;-) Unigine_Valley-1.0 GPU: Unknown GPU x1 System memory: 24102 MB Video memory: 256 MB Sync threads: 7 Async threads: 8 I'll try patc

Re: [Mesa-dev] [PATCH] drm/radeon: Fix vram_size/visible values in DRM_RADEON_GEM_INFO ioctl

2017-01-31 Thread Dieter Nützel
Am 31.01.2017 16:43, schrieb Deucher, Alexander: -Original Message- From: amd-gfx [mailto:amd-gfx-boun...@lists.freedesktop.org] On Behalf Of Dieter Nützel Sent: Tuesday, January 31, 2017 6:25 AM To: Michel Dänzer Cc: Alex Deucher; mesa-dev@lists.freedesktop.org; amd- g

Re: [Mesa-dev] [PATCH] r600g/sb: Fix memory leak by reworking uses list

2017-02-08 Thread Dieter Nützel
Am 07.02.2017 22:30, schrieb Heiko Przybyl: When fixing the stalls on evergreen I introduced leaking of the useinfo structure(s). Sorry. Instead of allocating a new object to hold 3 values where only one is actually used, rework the list to just store the node pointer. Thus no allocating and de

[Mesa-dev] Mesa git: compilation error in NINE after your latest commit - 'PIPE_CAP_USER_INDEX_BUFFERS' undeclared

2017-02-24 Thread Dieter Nützel
Making all in state_trackers/nine make[4]: Entering directory '/opt/mesa/src/gallium/state_trackers/nine' CC device9.lo device9.c: In function 'NineDevice9_ctor': device9.c:122:49: error: 'PIPE_CAP_USER_INDEX_BUFFERS' undeclared (first use in this function) #define GET_PCAP(n) pScreen->

Re: [Mesa-dev] [PATCH 1/2] radeonsi: add support for an on-disk shader cache

2017-02-25 Thread Dieter Nützel
Am 25.02.2017 05:56, schrieb Timothy Arceri: On 24/02/17 21:02, Marek Olšák wrote: On Fri, Feb 24, 2017 at 3:18 AM, Timothy Arceri wrote: On 24/02/17 08:49, Timothy Arceri wrote: On 24/02/17 05:12, Marek Olšák wrote: On Thu, Feb 23, 2017 at 3:09 AM, Timothy Arceri wrote: From: kdj0c

[Mesa-dev] [r600g] Mesa git: undefined reference to `ac_shader_binary_config_start' and `ac_elf_read'

2017-02-27 Thread Dieter Nützel
Hello Timothy, after your latest commit I get this: make[4]: Entering directory '/opt/mesa/src/gallium/targets/pipe-loader' CXXLDpipe_r600.la ../../../../src/gallium/drivers/r600/.libs/libr600.a(evergreen_compute.o): In function `r600_shader_binary_read_config': /opt/mesa/src/gallium/driv

Re: [Mesa-dev] [PATCH] r600: link against common ac library.

2017-02-27 Thread Dieter Nützel
This one fixes --enable-opencl (apart from Timothy's 'fix' commit), but NOT nine... Making all in targets/d3dadapter9 make[4]: Entering directory '/opt/mesa/src/gallium/targets/d3dadapter9' CXXLDd3dadapter9.la ../../../../src/amd/common/.libs/libamd_common.a(common_libamd_common_la-ac_binar

Re: [Mesa-dev] [PATCH] r600: link against common ac library.

2017-02-27 Thread Dieter Nützel
Ugh, Timothy's commit (4d0d813) was NOT enough, then with THIS I get the below and after reverting THIS I'm set... [-] make[1]: Entering directory '/opt/mesa' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/opt/mesa' -Dieter Am

Re: [Mesa-dev] List of unsupported extensions per driver

2015-07-28 Thread Dieter Nützel
Am 29.07.2015 06:35, schrieb Romain Failliot: Hi! First, I wanted to thank you for the incredible work you've done to achieve OpenGL 4.1. The number of visitors exploded on mesamatrix, while the average was around 100 visits per day, I had more than 2500 visits just for the day of the news! This

Re: [Mesa-dev] [PATCH 1/3] r600g: fix the single-sample fast clear setup

2015-08-02 Thread Dieter Nützel
Am 02.08.2015 15:36, schrieb Marek Olšák: From: Marek Olšák No effect, but this is what we should be doing. Hello Marek, who should test this on which stuff? BTW Do you think, we see GL 4.1 on r600g (Turks ;-) with 11.0.1? Great work! -Dieter --- src/gallium/drivers/r600/evergreen_state

Re: [Mesa-dev] [PATCH 3/3] r600g: re-enable single-sample fast clear

2015-08-02 Thread Dieter Nützel
Am 02.08.2015 15:36, schrieb Marek Olšák: From: Marek Olšák Fixed by the CB_SHADER_MASK fix. Hurray, r600g (Turks) ~10% performance drop for Mesa's 'objview' is _mostly_ fixed. Mostly 'cause it is NOT on par as before (the 'broken') version. E.g. 'buddha' was stable at 600 FPS (see below).

Re: [Mesa-dev] [PATCH 3/3] r600g: re-enable single-sample fast clear

2015-08-02 Thread Dieter Nützel
Am 02.08.2015 19:54, schrieb Dieter Nützel: Am 02.08.2015 15:36, schrieb Marek Olšák: From: Marek Olšák Fixed by the CB_SHADER_MASK fix. Hurray, r600g (Turks) ~10% performance drop for Mesa's 'objview' is _mostly_ fixed. Mostly 'cause it is NOT on par as before (t

Re: [Mesa-dev] [PATCH 3/3] r600g: re-enable single-sample fast clear

2015-08-02 Thread Dieter Nützel
Am 02.08.2015 21:11, schrieb Marek Olšák: On Sun, Aug 2, 2015 at 9:03 PM, Dieter Nützel wrote: Am 02.08.2015 19:54, schrieb Dieter Nützel: Am 02.08.2015 15:36, schrieb Marek Olšák: From: Marek Olšák Fixed by the CB_SHADER_MASK fix. Hurray, r600g (Turks) ~10% performance drop for

Re: [Mesa-dev] [PATCH 1/3] r600g/sb: Handle undef in read port tracker

2015-08-27 Thread Dieter Nützel
Hello Glenn, with your series I got some steps forward on this one: [r600g] regression: SB-related NI/Turks crash on 'gsraytrace' https://bugs.freedesktop.org/show_bug.cgi?id=91503 Crash is GONE. GPU hang is BACK _without_ R600_DEBUG=nosb. With R600_DEBUG=nosb vsraytrace, fsraytrace and gsrayt

[Mesa-dev] Was: Re: [PATCH] r600g: Add support for PK2H/UP2H

2016-09-22 Thread Dieter Nützel
Ping. - Again. Ilia and Marek voted for it. Any progress? Anyone, Marek, Nicolai? Should I rebase? Dieter [Mesa-dev] [PATCH] r600g: Add support for PK2H/UP2H Glenn Kennard glenn.kennard at gmail.com Sun Jan 3 14:47:18 PST 2016 Previous message: [Mesa-dev] [PATCH 1/2] WIP gallivm: add support

Re: [Mesa-dev] [PATCH 1/4] radeon/vce: allocate at least 4KB of memory for the feedback buffer

2016-09-29 Thread Dieter Nützel
[bisected] gallium/radeon: add query fences and r600_get_hw_query_params introduce regression on r600g/NI/Turks XT with Blender 2.76. Picking/selecting with right mouse button result in SIG: radeon: The kernel rejected CS, see dmesg for more information (-22). radeon: The kernel rejected CS, se

Re: [Mesa-dev] [PATCH 1/4] radeon/vce: allocate at least 4KB of memory for the feedback buffer

2016-09-29 Thread Dieter Nützel
Am 29.09.2016 22:34, schrieb Dieter Nützel: [bisected] gallium/radeon: add query fences and r600_get_hw_query_params introduce regression on r600g/NI/Turks XT with Blender 2.76. Picking/selecting with right mouse button result in SIG: radeon: The kernel rejected CS, see dmesg for more

Re: [Mesa-dev] [PATCH v2 4/5] gallium/radeon: emit relocations for query fences

2016-09-30 Thread Dieter Nützel
therefore wouldn't really need the fences, but let's be optimistic about filling in this feature gap eventually. Cc: Dieter Nützel --- src/gallium/drivers/radeon/r600_pipe_common.c | 7 ++- src/gallium/drivers/radeon/r600_pipe_common.h | 2 +- src/gallium/drivers/radeon/r60

[Mesa-dev] [RADV] vk_format.h:147:1: unknown type name 'uint' - is my compiler overage?

2016-10-06 Thread Dieter Nützel
gcc (SUSE Linux) 4.8.3 make[4]: Entering directory '/opt/mesa/src/amd/vulkan' Updating radv_timestamp.h GEN radv_timestamp.h CC radv_device.lo CC vk_format_table.lo In file included from vk_format_table.c:31:0: vk_format.h:147:1: error: unknown type name 'uint' vk_format_g

Re: [Mesa-dev] [PATCH] loader/dri3: Overhaul dri3_update_num_back

2016-08-27 Thread Dieter Nützel
Am 25.08.2016 11:09, schrieb Michel Dänzer: On 24/08/16 06:35 AM, Eric Anholt wrote: Michel Dänzer writes: On 20/08/16 04:42 AM, Eric Anholt wrote: Michel Dänzer writes: From: Michel Dänzer Always use 3 buffers when flipping. With only 2 buffers, we have to wait for a flip to complete (

Re: [Mesa-dev] [PATCH mesa 2/2] docs/helpwanted: fix GL3.txt/features.txt link

2016-08-30 Thread Dieter Nützel
Am 30.08.2016 22:16, schrieb Eric Engestrom: Fixes: f926cf5bd0ade3273b32 ("docs: Rename GL3.txt to features.txt") CC: Ian Romanick CC: Andreas Boll Signed-off-by: Eric Engestrom --- docs/helpwanted.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/helpwanted.ht

Re: [Mesa-dev] [ANNOUNCE] mesa 13.0.0-rc3 / CC'ing Mesa-devel

2016-10-31 Thread Dieter Nützel
Hello Emil, if this commit commit 81a95946dab730c1cfcf04ac1373cea5f7908f65 Author: Marek Olšák Date: Thu Oct 20 22:57:03 2016 +0200 gallium/radeon: fold radeon_winsys::surface_best into radeon/winsys Reviewed-by: Nicolai Hähnle hits 13.0.0 then I've found an regression on r600g NI

Re: [Mesa-dev] [ANNOUNCE] mesa 13.0.0-rc3

2016-10-31 Thread Dieter Nützel
Am 31.10.2016 19:33, schrieb Emil Velikov: On 31 October 2016 at 18:16, Dieter Nützel wrote: Hello Emil, if this commit commit 81a95946dab730c1cfcf04ac1373cea5f7908f65 Author: Marek Olšák Date: Thu Oct 20 22:57:03 2016 +0200 gallium/radeon: fold radeon_winsys::surface_best into

Re: [Mesa-dev] [ANNOUNCE] mesa 13.0.0-rc3 / CC'ing Mesa-devel

2016-10-31 Thread Dieter Nützel
idea? I looked over the code but saw nothing. Could it be in another file? Dieter On Mon, Oct 31, 2016 at 7:21 PM, Dieter Nützel wrote: Hello Emil, if this commit commit 81a95946dab730c1cfcf04ac1373cea5f7908f65 Author: Marek Olšák Date: Thu Oct 20 22:57:03 2016 +0200 gallium/radeon:

Re: [Mesa-dev] [ANNOUNCE] mesa 13.0.0-rc3 / CC'ing Mesa-devel

2016-10-31 Thread Dieter Nützel
Am 31.10.2016 22:41, schrieb Dieter Nützel: Am 31.10.2016 21:22, schrieb Marek Olšák: Hi, Hello Marek! Can you try to replace: if (!(surf_ws->flags & RADEON_SURF_IMPORTED)) { with: if (!(surf_ws->flags & (RADEON_SURF_IMPORTED | RADEON_SURF_FMASK))) { ? Marek I've

Re: [Mesa-dev] [PATCH 3/4] gallium/radeon: Use flags parameter in radeon_winsys_surface_init

2016-11-02 Thread Dieter Nützel
ug.cgi?id=98518 So you have my Tested-by: Dieter Nützel Greetings, Dieter ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [ANNOUNCE] mesa 13.0.0-rc3 / CC'ing Mesa-devel

2016-11-02 Thread Dieter Nützel
Am 31.10.2016 22:49, schrieb Dieter Nützel: Am 31.10.2016 22:41, schrieb Dieter Nützel: Am 31.10.2016 21:22, schrieb Marek Olšák: Hi, Hello Marek! Can you try to replace: if (!(surf_ws->flags & RADEON_SURF_IMPORTED)) { with: if (!(surf_ws->flags & (RADEON

Re: [Mesa-dev] [PATCH] pipe-loader: add libamd_common for radeonsi

2016-11-03 Thread Dieter Nützel
Tested-by: Dieter Nützel Argh, should read, please go ahead and commit. ;-) Dieter Am 03.11.2016 15:28, schrieb Nicolai Hähnle: From: Nicolai Hähnle This fixes a build regression of commit 7115e56c21ace07cf04f5073ba73a533e2182099. Sorry for the breakage, this second location for link

Re: [Mesa-dev] [PATCH] pipe-loader: add libamd_common for radeonsi

2016-11-03 Thread Dieter Nützel
Tested-by: Dieter Nützel Am 03.11.2016 15:28, schrieb Nicolai Hähnle: From: Nicolai Hähnle This fixes a build regression of commit 7115e56c21ace07cf04f5073ba73a533e2182099. Sorry for the breakage, this second location for link dependencies escaped my build tests. --- src/gallium/targets

Re: [Mesa-dev] clover: Add CL_PROGRAM_BINARY_TYPE support (CL1.2).

2016-11-06 Thread Dieter Nützel
After latest clover commit 'luxmark-v3.0' sigfault immediately: SOURCE/luxmark-v3.0> ./luxmark ./luxmark.bin: /usr/local/lib/libOpenCL.so.1: no version information available (required by ./luxmark.bin) *** Error in `./luxmark.bin': corrupted double-linked list: 0x7f51a57829e0 *** === B

[Mesa-dev] Next Mesa git build error wit latest LLVM version (4.0.0svn).

2016-11-09 Thread Dieter Nützel
Tried LLVM version 4.0.0svn (after Tom's and Aaron's fixes), today. I had to go back to version from 2. Nov. Thanks, Dieter make[3]: Entering directory '/opt/mesa/src/amd/common' CC ac_nir_to_llvm.lo ac_nir_to_llvm.c:145:43: error: unknown type name 'LLVMAttribute' u

Re: [Mesa-dev] clover: Add CL_PROGRAM_BINARY_TYPE support (CL1.2).

2016-11-12 Thread Dieter Nützel
Am 08.11.2016 21:16, schrieb Serge Martin: On Sunday 06 November 2016 17:02:26 Dieter Nützel wrote: After latest clover commit 'luxmark-v3.0' sigfault immediately: Hello Did you bisect it? Luxmark seems to crash just the same here without this commit. Serge Hello Serge, yes,

[Mesa-dev] [Clover] Compilations error with latest LLVM version 4.0.0svn in llvm/codegen/bitcode.cpp

2016-11-13 Thread Dieter Nützel
Hello Francisco, next little change needed. Thanks, Dieter make[4]: Entering directory '/opt/mesa/src/gallium/state_trackers/clover' CXX llvm/codegen/libclllvm_la-bitcode.lo llvm/codegen/bitcode.cpp: In function 'std::unique_ptr clover::llvm::parse_module_library(const clover::module&

[Mesa-dev] [PATCH] clover: adapt to new error API since LLVM r286752

2016-11-14 Thread Dieter Nützel
Tested-by: Dieter Nützel Thanks Vedran! Dieter Am 14.11.2016 12:17, schrieb Vedran Miletić: --- src/gallium/state_trackers/clover/llvm/codegen/bitcode.cpp | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/gallium/state_trackers/clover/llvm/codegen

[Mesa-dev] [AppVeyor] mesa master #2862 failed

2016-12-01 Thread Dieter Nützel
Hello Timothy, it fails, here: state_tracker/st_atom_texture.c: In function 'update_textures': state_tracker/st_atom_texture.c:130:49: error: 'const struct ' has no member named 'data' prog->sh.data->Version);

Re: [Mesa-dev] [PATCH 00/84] Introduce gallium nine internal multithreading

2016-12-07 Thread Dieter Nützel
Am 07.12.2016 23:54, schrieb Axel Davy: This patch adds internal multithreading to gallium nine. The goal is to offload almost all gallium nine calls (and some other work) to a worker thread. Hello Axel, really nice job! 'But' show us the 'numbers'... ...do you have some numbers of hand? Tha

[Mesa-dev] Congrats AMD-Team! --- RX480 + Mesa-git + 4.7-rcX

2016-06-29 Thread Dieter Nützel
Well done! Best wishes. Dieter ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] clover: compilation error with former LLVM 3.9.0svn and current LLVM 4.0.0svn

2016-07-24 Thread Dieter Nützel
/opt/opencl-example> llc --version LLVM (http://llvm.org/): LLVM version 4.0.0svn Optimized build. Default target: x86_64-unknown-linux-gnu Host CPU: nehalem Registered Targets: amdgcn - AMD GCN GPUs r600 - AMD GPUs HD2XXX-HD6XXX x86- 32-bit X86: Pentium-Pro and above

[Mesa-dev] [PATCH] clover: make older c++ (4.8.x) happy

2016-07-25 Thread Dieter Nützel
Signed-off-by: Dieter Nützel --- src/gallium/state_trackers/clover/llvm/codegen/native.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/state_trackers/clover/llvm/codegen/native.cpp b/src/gallium/state_trackers/clover/llvm/codegen/native.cpp index b96236b

[Mesa-dev] [Patch v2] clover: make GCC 4.8 happy

2016-07-27 Thread Dieter Nützel
estrom requested Signed-off-by: Dieter Nützel Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=97019 --- src/gallium/state_trackers/clover/llvm/codegen/native.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/state_trackers/clover/llvm/codegen/n

Re: [Mesa-dev] [Patch v2] clover: make GCC 4.8 happy

2016-07-27 Thread Dieter Nützel
Can someone of you commit for me after review, please. Thanks, Dieter Am 28.07.2016 00:20, schrieb Dieter Nützel: Without this GCC 4.8.x throws below error: error: invalid initialization of non-const reference of type 'clover::llvm::compat::raw_ostream_to_emit_file {aka

[Mesa-dev] [r600g] Mesa CVS 4e9aa67: vdpau has only MPEG1/2 on RV730

2013-09-30 Thread Dieter Nützel
Hello Christian, after latest git pull I've only MPEG1, MPEG2_SIMPLE and MPEG2_MAIN with my RV730 (AGP). All nice videos didn't play any longer. -Dieter BTW I'm not on Mesa Devel, so please CC me. /opt/mesa> vdpauinfo display: :0 screen: 0 API version: 1 Information string: G3DVL VDPAU Dr

Re: [Mesa-dev] [r600g] Mesa CVS 4e9aa67: vdpau has only MPEG1/2 on RV730

2013-09-30 Thread Dieter Nützel
Am 30.09.2013 10:47, schrieb Grigori Goronzy: On 30.09.2013 10:06, Michel Dänzer wrote: On Son, 2013-09-29 at 22:34 +0200, Dieter Nützel wrote: after latest git pull I've only MPEG1, MPEG2_SIMPLE and MPEG2_MAIN with my RV730 (AGP). Same problem on PALM. Bisection shows that it is c

Re: [Mesa-dev] [PATCH 0/5] radeon: Write-combined CPU mappings of BOs in GTT

2014-07-18 Thread Dieter Nützel
Am 18.07.2014 05:07, schrieb Michel Dänzer: On 17.07.2014 19:09, Christian König wrote: Am 17.07.2014 12:01, schrieb Michel Dänzer: In order to try and improve X(Shm)PutImage performance with glamor, I implemented support for write-combined CPU mappings of BOs in GTT. This did provide a nice s

Re: [Mesa-dev] [PATCH 2/4] glapi: Fix build break in 'make check' on non-shared-glapi builds

2014-04-01 Thread Dieter Nützel
Hello Ian, hello Timothy, does this fix the regression introduced with commit fb78fa58? [Mesa-dev] Mesa git (r600g): OpenGL Error(GL_INVALID_OPERATION): initTexture2D (bisected) http://lists.freedesktop.org/archives/mesa-dev/2014-March/056165.html Thanks, Dieter Am 01.04.2014 22:15, schri

Re: [Mesa-dev] [PATCH 2/4] glapi: Fix build break in 'make check' on non-shared-glapi builds

2014-04-02 Thread Dieter Nützel
Am 02.04.2014 08:12, schrieb Timothy Arceri: On Wed, 2014-04-02 at 00:56 +0200, Dieter Nützel wrote: Hello Ian, hello Timothy, does this fix the regression introduced with commit fb78fa58? [Mesa-dev] Mesa git (r600g): OpenGL Error(GL_INVALID_OPERATION): initTexture2D (bisected) http

Re: [Mesa-dev] [PATCH 2/4] glapi: Fix build break in 'make check' on non-shared-glapi builds

2014-04-02 Thread Dieter Nützel
Am 03.04.2014 01:19, schrieb Ian Romanick: On 04/02/2014 03:43 PM, Dieter Nützel wrote: Am 02.04.2014 08:12, schrieb Timothy Arceri: On Wed, 2014-04-02 at 00:56 +0200, Dieter Nützel wrote: Hello Ian, hello Timothy, does this fix the regression introduced with commit fb78fa58? [Mesa-dev

Re: [Mesa-dev] [PATCH 2/4] glapi: Fix build break in 'make check' on non-shared-glapi builds

2014-04-02 Thread Dieter Nützel
Am 03.04.2014 01:19, schrieb Ian Romanick: On 04/02/2014 03:43 PM, Dieter Nützel wrote: Am 02.04.2014 08:12, schrieb Timothy Arceri: On Wed, 2014-04-02 at 00:56 +0200, Dieter Nützel wrote: Hello Ian, hello Timothy, does this fix the regression introduced with commit fb78fa58? [Mesa-dev

Re: [Mesa-dev] [PATCH 2/4] glapi: Fix build break in 'make check' on non-shared-glapi builds

2014-04-03 Thread Dieter Nützel
Am 03.04.2014 04:16, schrieb Ian Romanick: On 04/02/2014 06:13 PM, Dieter Nützel wrote: Am 03.04.2014 01:19, schrieb Ian Romanick: On 04/02/2014 03:43 PM, Dieter Nützel wrote: Am 02.04.2014 08:12, schrieb Timothy Arceri: On Wed, 2014-04-02 at 00:56 +0200, Dieter Nützel wrote: Hello Ian

Re: [Mesa-dev] [PATCH 2/4] glapi: Fix build break in 'make check' on non-shared-glapi builds

2014-04-03 Thread Dieter Nützel
Am 03.04.2014 22:53, schrieb Ian Romanick: On 04/03/2014 07:35 AM, Dieter Nützel wrote: Am 03.04.2014 04:16, schrieb Ian Romanick: On 04/02/2014 06:13 PM, Dieter Nützel wrote: Am 03.04.2014 01:19, schrieb Ian Romanick: On 04/02/2014 03:43 PM, Dieter Nützel wrote: Am 02.04.2014 08:12

Re: [Mesa-dev] [PATCH 2/4] glapi: Fix build break in 'make check' on non-shared-glapi builds

2014-04-04 Thread Dieter Nützel
Am 04.04.2014 04:06, schrieb Timothy Arceri: On Friday, 4 April 2014 11:31 AM, Dieter Nützel wrote: Mesa 10.2.0-devel (git-c6050ce) /opt/ogl-samples> ./build/release/gl-320-primitive-sprite Mesa warning: failed to remap glDebugMessageCallbackARB Mesa warning: failed to re

Re: [Mesa-dev] [PATCH 2/4] glapi: Fix build break in 'make check' on non-shared-glapi builds - SOLVED

2014-04-11 Thread Dieter Nützel
Am 05.04.2014 08:04, schrieb Timothy Arceri: On Fri, 2014-04-04 at 17:40 -0700, Ian Romanick wrote: On 04/03/2014 05:31 PM, Dieter Nützel wrote: > Am 03.04.2014 22:53, schrieb Ian Romanick: >> On 04/03/2014 07:35 AM, Dieter Nützel wrote: >>> Am 03.04.2014 04:16, schrieb Ian Ro

Re: [Mesa-dev] Mesa git (r600g): OpenGL Error(GL_INVALID_OPERATION): initTexture2D

2014-04-11 Thread Dieter Nützel
hives/mesa-dev/2014-April/057699.html Maybe you have an idea what is it really. Cheers, Dieter (My night beer after a hard day in our forest. Computer science went into the back for several years, now) ;-) On Mon, Mar 17, 2014 at 3:34 PM, Dieter Nützel wrote: Trying to run ogl-samples G

[Mesa-dev] MesaCVS: Current compiler warnnings

2013-05-05 Thread Dieter Nützel
Making all in builtin_compiler gmake[4]: Entering directory `/opt/mesa/src/glsl/builtin_compiler' CXX glsl_lexer.lo glsl_lexer.cpp: In function 'int yy_get_next_buffer(yyscan_t)': glsl_lexer.cpp:3076:3: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] C

[Mesa-dev] Mesa git (r600g): OpenGL Error(GL_INVALID_OPERATION): initTexture2D

2014-03-17 Thread Dieter Nützel
Trying to run ogl-samples GL 3.2+ tests on my RV730 AGP. /opt/ogl-samples> ./build/release/gl-320-primitive-sprite libGL: screen 0 does not appear to be DRI3 capable libGL: pci id for fd 4: 1002:9495, driver r600 libGL: OpenDriver: trying /usr/lib/dri/updates/tls/r600_dri.so libGL: OpenDriver: tr

Re: [Mesa-dev] Mesa git (r600g): OpenGL Error(GL_INVALID_OPERATION): initTexture2D

2014-03-17 Thread Dieter Nützel
Le 17/03/2014 15:34, Dieter Nützel a écrit : Trying to run ogl-samples GL 3.2+ tests on my RV730 AGP. /opt/ogl-samples> ./build/release/gl-320-primitive-sprite libGL: screen 0 does not appear to be DRI3 capable libGL: pci id for fd 4: 1002:9495, driver r600 libGL: OpenDriver: trying /

Re: [Mesa-dev] Mesa git (r600g): OpenGL Error(GL_INVALID_OPERATION): initTexture2D (bisected)

2014-03-17 Thread Dieter Nützel
Am 17.03.2014 21:55, schrieb Dieter Nützel: Am 17.03.2014 18:59, schrieb Benjamin Bellec: Hi, Could you bisect? It's under way... Here we go: /opt/mesa> git bisect good Bisecting: 0 revisions left to test after this (roughly 1 step) [6c3f5abc2dc99a904994fb41d6e48527ddcdf7de] m

Re: [Mesa-dev] Mesa git (r600g): OpenGL Error(GL_INVALID_OPERATION): initTexture2D (bisected)

2014-03-19 Thread Dieter Nützel
FWIW, I'm on a pure 32 bit system. Dieter Am 18.03.2014 04:24, schrieb Dieter Nützel: Am 17.03.2014 21:55, schrieb Dieter Nützel: Am 17.03.2014 18:59, schrieb Benjamin Bellec: Hi, Could you bisect? It's under way... Here we go: /opt/mesa> git bisect good Bisecting: 0 revi

Re: [Mesa-dev] [PATCH] winsys/radeon: increase the size of buffer cache

2015-01-19 Thread Dieter Nützel
Am 12.01.2015 16:00, schrieb Marek Olšák: From: Marek Olšák This should fix this performance regression: https://bugs.freedesktop.org/show_bug.cgi?id=88227 --- src/gallium/winsys/radeon/drm/radeon_drm_winsys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/wins

Re: [Mesa-dev] [PATCH 0/4] RadeonSI: Upload constants to VRAM via SDMA

2019-02-11 Thread Dieter Nützel
Am 12.02.2019 00:40, schrieb Dieter Nützel: Sorry that I step in so late, but the whole family recover slowly from a bad flu... Tried your 'latest" three series altogether with my Polaris 20 (NIR!). UH and UV hang after some seconds reliable. VM faults. Have to dig deeper in (remo

Re: [Mesa-dev] [PATCH 0/4] RadeonSI: Upload constants to VRAM via SDMA

2019-02-11 Thread Dieter Nützel
Am 12.02.2019 03:22, schrieb Dieter Nützel: Am 12.02.2019 00:40, schrieb Dieter Nützel: Sorry that I step in so late, but the whole family recover slowly from a bad flu... Tried your 'latest" three series altogether with my Polaris 20 (NIR!). UH and UV hang after some seconds re

Re: [Mesa-dev] [PATCH] radeonsi: re-initialize query buffers if they are reused

2019-02-11 Thread Dieter Nützel
Tested-by: Dieter Nützel Calmed mostly some hiccups with Rocket League which our son found around XMass on Polaris. All was fine after additional Mesa git clean ups. Thanks, Dieter Am 26.01.2019 01:58, schrieb Marek Olšák: From: Marek Olšák Fixes: e0f0d3675d4 "radeonsi: f

Re: [Mesa-dev] [PATCH 1/2] radeonsi: use compute for clear_render_target when possible

2019-02-11 Thread Dieter Nützel
Maybe rebase? Dieter Am 24.01.2019 00:28, schrieb Marek Olšák: From: Sonny Jiang Signed-off-by: Sonny Jiang Signed-off-by: Marek Olšák --- src/gallium/drivers/radeonsi/si_clear.c | 6 ++ .../drivers/radeonsi/si_compute_blit.c| 96 +++ src/gallium/drivers/rade

Re: [Mesa-dev] [PATCH 0/4] RadeonSI: Upload constants to VRAM via SDMA

2019-02-12 Thread Dieter Nützel
Sorry that I step in so late, but the whole family recover slowly from a bad flu... Tried your 'latest" three series altogether with my Polaris 20 (NIR!). UH and UV hang after some seconds reliable. VM faults. Have to dig deeper in (remote) to get some logs. But my reported Polaris triangle c

[Mesa-dev] radeonsi: NIR - Polaris triangle sprinkling running UH SOLVED - finally

2019-02-12 Thread Dieter Nützel
Hello Marek, Timo, Nicolai, Timo SOLVED this long-standing NIR corruption on Polaris with his 'nir: rewrite varying component packing' commit. It was triggered with commit 86b52d42368ac496fe24bc6674e754c323381635 Author: Marek Olšák Date: Fri Jul 13 00:23:36 2018 -0400 radeonsi: reduc

Re: [Mesa-dev] [PATCH 00/26] RadeonSI: Primitive culling with async compute

2019-02-13 Thread Dieter Nützel
GREAT stuff, Marek! But sadly some crashes. Is my LLVM git version to old? 7. Jan 2019 (short before 8.0 cut) LLVM (http://llvm.org/): LLVM version 8.0.0svn Optimized build. Default target: x86_64-unknown-linux-gnu Host CPU: nehalem Registered Targets: amdgcn - AMD GCN GPUs r6

Re: [Mesa-dev] [PATCH 00/26] RadeonSI: Primitive culling with async compute

2019-02-13 Thread Dieter Nützel
Am 13.02.2019 17:36, schrieb Marek Olšák: Dieter, you need final LLVM 8.0. Marek On Wed, Feb 13, 2019 at 11:02 AM Dieter Nützel wrote: GREAT stuff, Marek! But sadly some crashes. Is my LLVM git version to old? 7. Jan 2019 (short before 8.0 cut) LLVM (http://llvm.org/): LLVM version 8.0.0svn

Re: [Mesa-dev] [PATCH] radeonsi/nir: set shader_buffers_declared properly

2019-02-13 Thread Dieter Nützel
Tested-by: Dieter Nützel Am 12.02.2019 04:46, schrieb Timothy Arceri: --- src/gallium/drivers/radeonsi/si_shader_nir.c | 32 ++-- 1 file changed, 22 insertions(+), 10 deletions(-) diff --git a/src/gallium/drivers/radeonsi/si_shader_nir.c b/src/gallium/drivers/radeonsi

Re: [Mesa-dev] [PATCH v2 2/2] radeonsi/nir: set colors_read properly

2019-02-13 Thread Dieter Nützel
For the series Tested-by: Dieter Nützel on Polaris 20 Dieter Am 12.02.2019 01:15, schrieb Timothy Arceri: shader-db results for VEGA64: Totals from affected shaders: SGPRS: 1976 -> 1976 (0.00 %) VGPRS: 1240 -> 1144 (-7.74 %) Spilled SGPRs: 145 -> 145 (0.00 %) Spilled VGPRs: 0 -

Re: [Mesa-dev] [PATCH 00/26] RadeonSI: Primitive culling with async compute

2019-02-13 Thread Dieter Nützel
Got it (merged in), thanks. But now I need some sleep. Have to drive my wife to the hospital in a few hours. No, not hyperacute. Dieter Am 14.02.2019 03:07, schrieb Marek Olšák: I just updated the branch, fixing video players. Marek On Wed, Feb 13, 2019 at 8:28 PM Dieter Nützel wrote: Now

Re: [Mesa-dev] [PATCH 00/26] RadeonSI: Primitive culling with async compute

2019-02-14 Thread Dieter Nützel
For the whole series (the updated branch merged in) Tested-by: Dieter Nützel on Polaris 20 FreeCAD, Blender, UH, UV, US, some VTK apps No surprising speed up but e.g. NO slowdown. tb stands even for [Mesa-dev] [PATCH 0/4] RadeonSI: Follow-up for the primitive culling series too (but no SI

Re: [Mesa-dev] [PATCH] nir: remove simple dead if detection from nir_opt_dead_cf()

2019-02-14 Thread Dieter Nützel
Tested-by: Dieter Nützel running together with [Mesa-dev] [PATCH 00/26] RadeonSI: Primitive culling with async compute - V2 https://lists.freedesktop.org/archives/mesa-dev/2019-February/215240.html Dieter Am 14.02.2019 02:37, schrieb Timothy Arceri: This was probably useful when it was

Re: [Mesa-dev] [PATCH 0/4] RadeonSI: Upload constants to VRAM via SDMA

2019-02-15 Thread Dieter Nützel
Am 12.02.2019 05:10, schrieb Dieter Nützel: Am 12.02.2019 03:22, schrieb Dieter Nützel: Am 12.02.2019 00:40, schrieb Dieter Nützel: Sorry that I step in so late, but the whole family recover slowly from a bad flu... Tried your 'latest" three series altogether with my Polaris 20 (

Re: [Mesa-dev] radeonsi: NIR - Polaris triangle sprinkling running UH SOLVED - finally

2019-02-16 Thread Dieter Nützel
Am 16.02.2019 03:56, schrieb Timothy Arceri: On 13/2/19 8:28 am, Dieter Nützel wrote: Hello Marek, Timo, Nicolai, Timo SOLVED this long-standing NIR corruption on Polaris with his 'nir: rewrite varying component packing' commit. It was triggered wi

Re: [Mesa-dev] [PATCH 4/4] radeonsi: use SDMA for uploading data through const_uploader

2019-02-20 Thread Dieter Nützel
For the _rev2_ version (Patchwork Mesa) series is Tested-by: Dieter Nützel on Polaris 20 UH+UV working flawlessly, now. No 'measurable' speed decrease. - GREAT! Blender, FreeCAD, glmark2 all fine. But I had to have rebased part 4 (see attachment). Dieter Am 07.02.2019 02:22, sch

Re: [Mesa-dev] [PATCH 7/7] radeonsi: implement ARB/KHR_parallel_shader_compile callbacks

2019-02-25 Thread Dieter Nützel
For the series Tested-by: Dieter Nützel Do we have a (special) test in the wild? Dieter Am 25.02.2019 19:27, schrieb Marek Olšák: From: Marek Olšák --- src/gallium/drivers/radeonsi/si_pipe.c | 31 ++ 1 file changed, 31 insertions(+) diff --git a/src/gallium

Re: [Mesa-dev] [PATCH 00/26] RadeonSI: Primitive culling with async compute

2019-02-25 Thread Dieter Nützel
Hello Marek, do you plan to commit or rebase both set? Dieter Am 14.02.2019 07:29, schrieb Marek Olšák: I have some fixes for Sea Islands that improve Radeon 290X performance to 43 fps, moving it just below Radeon VII in the picture. Marek On Wed, Feb 13, 2019 at 12:16 AM Marek Olšák wrote:

Re: [Mesa-dev] [PATCH 1/2] radeonsi: always use compute rings for clover on CI and newer (v2)

2019-02-25 Thread Dieter Nützel
Hello Marek, this series need a rebase (if you have some time). Dieter Am 12.02.2019 19:12, schrieb Marek Olšák: From: Marek Olšák initialize all non-compute context functions to NULL. v2: fix SI --- src/gallium/drivers/radeonsi/si_blit.c| 14 ++- src/gallium/drivers/radeonsi/si_cl

Re: [Mesa-dev] [PATCH 0/4] RadeonSI: Upload constants to VRAM via SDMA

2019-02-25 Thread Dieter Nützel
Hello Marek, you wrote with your series sent: [-] Trivial benchmarks such as glxgears can expect 20% decrease in performance due to the added cost of the SDMA CS ioctl that wasn't there before. [-] Any ideas to speed this up, again? glmark2 went from 9766 (best ever) down to 7455 (all with NIR)

Re: [Mesa-dev] nir: Add ability for shaders to use window space coordinates - broken tessellation under NIR - bisected

2019-03-06 Thread Dieter Nützel
This commit (#317f10bf404) brake whole tessellation (empty parts of the screen) running UH under radeonsi NIR on Polaris 20 (RX580). 317f10bf404b562e1dda79c0636aee86beeccc2f is the first bad commit commit 317f10bf404b562e1dda79c0636aee86beeccc2f Author: Timur Kristóf Date: Tue Feb 5 18:08:24

Re: [Mesa-dev] nir: Add ability for shaders to use window space coordinates - broken tessellation under NIR - bisected

2019-03-07 Thread Dieter Nützel
bmit a MR. Let me know what you think. Best regards, Tim On Thu, 2019-03-07 at 05:45 +0100, Dieter Nützel wrote: > This commit (#317f10bf404) brake whole tessellation (empty parts of > the > screen) running UH under radeonsi NIR on Polaris 20 (RX580). > > 317f10bf404b562e1dda79c0636

Re: [Mesa-dev] nir: Add ability for shaders to use window space coordinates - broken tessellation under NIR - bisected

2019-03-07 Thread Dieter Nützel
Hello Andre, @Tim: Tested-by: Dieter Nützel with UH on Polaris 20 Am 07.03.2019 15:35, schrieb Andre Heider: On 07/03/2019 15:08, Dieter Nützel wrote: can you please send a patch to the list (and then we will see it at Patchwork Mesa, too), please? It is much faster (for me) and I haven&#

Re: [Mesa-dev] [PATCH] radv: remove sisched hack for talos

2019-03-15 Thread Dieter Nützel
Am 15.03.2019 15:20, schrieb Samuel Pitoiset: Results of my benchmarks are: 3 runs at 1080p: GFX8: -1% GFX9: -1.12% 3 runs at 4k: GFX8: -2% GFX9: -1.85% I'm actually not sure if we want to remove it... Yes, my hint is we should wait until Marek is back from vacation. Running all the time

Re: [Mesa-dev] radv: Implement VK_EXT_pipeline_creation_feedback. - sigfault - bisected

2019-03-20 Thread Dieter Nützel
Hello Bas, sorry but your latest commit #5f5ac19f138 radv: Implement VK_EXT_pipeline_creation_feedback. sigfault with every Vulkan apps for me. Reverting it SOLVED it. 5f5ac19f138125b04d8ddedd6334b996f8925a4a is the first bad commit commit 5f5ac19f138125b04d8ddedd6334b996f8925a4a Author: Bas N

Re: [Mesa-dev] [PATCH] Revert "mesa/extensions: restrict GL_OES_EGL_image to GLES"

2015-09-16 Thread Dieter Nützel
again with glamor, now. Soo, Tested-by: Dieter Nützel I also don't have a copy of this patch in my mail archive, which seems wierd, did it get posted to mesa-dev? Signed-off-by: Dave Airlie --- src/mesa/main/extensions.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

Re: [Mesa-dev] [PATCH 1/2] nir: some comment fixups

2015-09-17 Thread Dieter Nützel
Am 18.09.2015 02:27, schrieb Rob Clark: On Thu, Sep 17, 2015 at 8:03 PM, Timothy Arceri wrote: On Thu, 2015-09-17 at 18:20 -0400, Rob Clark wrote: From: Rob Clark Signed-off-by: Rob Clark --- src/glsl/nir/nir.h | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/

Re: [Mesa-dev] [PATCH] glsl: add varyings to resource list only with SSO

2015-10-07 Thread Dieter Nützel
ES31-CTS.program_interface_query.separate-programs-fragment Signed-off-by: Tapani Pälli Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=92122 Tested-by: Dieter Nützel Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=92173 'broke WebGL-Water Caustics on NI/Turks (6670)' --- src/glsl/

Re: [Mesa-dev] [PATCH 2/2] r600g: Enable GL_ARB_gpu_shader5 extension

2015-10-07 Thread Dieter Nützel
Am 07.10.2015 19:13, schrieb Glenn Kennard: On Wed, 07 Oct 2015 19:04:15 +0200, Benjamin Bellec wrote: Hi Glenn, The series doesn't apply on current master. Regard. It's not meant to apply directly on master. Quoting from the notes in patch 1/2: This patch depends on prior patch: r60

Re: [Mesa-dev] mesa: Add MESA_VERBOSE=api for several indexed BindBuffer variants

2016-01-01 Thread Dieter Nützel
Hello Jordan, after your last commit I get this: main/bufferobj.c: In function '_mesa_BindBufferRange': main/bufferobj.c:3918:19: warning: format '%d' expects argument of type 'int', but argument 6 has type 'GLintptr' [-Wformat=] _mesa_enum_to_string(target), index, buffer, o

Re: [Mesa-dev] st/mesa: implement new DMA-buf based VDPAU interop v2 - REGRESSION on r600

2016-03-29 Thread Dieter Nützel
Hello Christian, after all this new VDPAU stuff, I get after ages (months/years) only black window with mplayer -vo vdpau /data/Filme/test.mkv on r600, NI, Turks XT. Switching between full screen and window mode ('F') the innner (black) window part would be halved (wrong offset?). I'll do b

Re: [Mesa-dev] st/mesa: implement new DMA-buf based VDPAU interop v2 - REGRESSION on r600

2016-03-29 Thread Dieter Nützel
Am 30.03.2016 08:20, schrieb Thomas H.P. Andersen: On Wed, Mar 30, 2016 at 6:36 AM, Dieter Nützel wrote: Hello Christian, after all this new VDPAU stuff, I get after ages (months/years) only black window with mplayer -vo vdpau /data/Filme/test.mkv on r600, NI, Turks XT. Switching between

Re: [Mesa-dev] st/mesa: implement new DMA-buf based VDPAU interop v2 - REGRESSION on r600

2016-03-30 Thread Dieter Nützel
Am 30.03.2016 08:51, schrieb Dieter Nützel: Am 30.03.2016 08:20, schrieb Thomas H.P. Andersen: On Wed, Mar 30, 2016 at 6:36 AM, Dieter Nützel wrote: Hello Christian, after all this new VDPAU stuff, I get after ages (months/years) only black window with mplayer -vo vdpau /data/Filme

Re: [Mesa-dev] [PATCH] r600: ignore PIPE_BIND_LINEAR in *_is_format_supported

2016-03-30 Thread Dieter Nützel
Tested-by: Dieter Nützel Thanks! Am 30.03.2016 15:40, schrieb Christian König: From: Christian König Similar to radeonsi linear layout should work for all not compressed or depth/stencil formats. Fixes issues with VDPAU on r600. Signed-off-by: Christian König --- src/gallium/drivers/r600

Re: [Mesa-dev] st/mesa: implement new DMA-buf based VDPAU interop v2 - REGRESSION on r600

2016-03-30 Thread Dieter Nützel
Am 30.03.2016 17:21, schrieb Alex Deucher: On Wed, Mar 30, 2016 at 11:18 AM, Dieter Nützel wrote: Am 30.03.2016 08:51, schrieb Dieter Nützel: Am 30.03.2016 08:20, schrieb Thomas H.P. Andersen: On Wed, Mar 30, 2016 at 6:36 AM, Dieter Nützel wrote: Hello Christian, after all this new

Re: [Mesa-dev] [PATCH] r600: ignore PIPE_BIND_LINEAR in *_is_format_supportedRe:

2016-03-30 Thread Dieter Nützel
Am 30.03.2016 17:39, schrieb Dieter Nützel: Tested-by: Dieter Nützel Thanks! Next addendum: Tested-by stands. Little additional observation: When I switch between window vs full screen mode (the 'F' key) I see for some fractions of a sencond the whole scaled desktop image before

Re: [Mesa-dev] Build failed: mesa 746 - no member named 'BufferStream'

2016-03-30 Thread Dieter Nützel
Am 31.03.2016 04:13, schrieb AppVeyor: BUILD MESA 746 FAILED [1] Commit b273958c74 by Timothy Arceri on 3/10/2016 5:41 AM: docs: mark xfb_* qualifiers as DONE\n\nReviewed-by: Dave Airlie Configure your notification preferences [2] Links: -- [1] https://ci.appveyor.com/project/jrfonseca-f

  1   2   3   4   5   >