[Mesa-dev] MesaCVS: Current compiler warnnings

2013-05-06 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]

[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

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 caused

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

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

2014-03-17 Thread Dieter Nützel
, 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 /usr/lib/dri/updates/tls/r600_dri.so

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] mesa: add

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

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,

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 die...@nuetzel-hh.de 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

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 Romanick: On 04/02/2014

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

2014-04-11 Thread Dieter Nützel
/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 die...@nuetzel-hh.de wrote: Trying to run ogl

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

Re: [Mesa-dev] [PATCH v2 08/13] mesa/format_utils: Add a general format conversion function

2014-08-14 Thread Dieter Nützel
Am 15.08.2014 02:36, schrieb Dave Airlie: On 08/02/2014 02:11 PM, Jason Ekstrand wrote: Most format conversion operations required by GL can be performed by converting one channel at a time, shuffling the channels around, and optionally filling missing channels with zeros and ones. This adds

Re: [Mesa-dev] [PATCH v2] r600g: Implement GL_ARB_sample_shading

2014-09-08 Thread Dieter Nützel
Am 05.09.2014 00:14, schrieb Glenn Kennard: Also fixes two sided lighting which was broken at least on pre-evergreen by commit b1eb00. Maybe there is a (Mesa-demos) test case around? Signed-off-by: Glenn Kennard glenn.kenn...@gmail.com --- Changes since patch v1: Factor out and set sample

Re: [Mesa-dev] [PATCH v2 08/13] mesa/format_utils: Add a general format conversion function

2014-09-11 Thread Dieter Nützel
Am 15.08.2014 04:50, schrieb Jason Ekstrand: On Aug 14, 2014 7:13 PM, Dieter Nützel die...@nuetzel-hh.de wrote: Am 15.08.2014 02:36, schrieb Dave Airlie: On 08/02/2014 02:11 PM, Jason Ekstrand wrote: Most format conversion operations required by GL can be performed by converting

Re: [Mesa-dev] [PATCH v2 08/13] mesa/format_utils: Add a general format conversion function

2014-09-11 Thread Dieter Nützel
Am 12.09.2014 00:31, schrieb Jason Ekstrand: On Thu, Sep 11, 2014 at 2:55 PM, Dieter Nützel die...@nuetzel-hh.de wrote: Am 15.08.2014 04:50, schrieb Jason Ekstrand: On Aug 14, 2014 7:13 PM, Dieter Nützel die...@nuetzel-hh.de wrote: Am 15.08.2014 02:36, schrieb Dave Airlie: On 08/02/2014

Re: [Mesa-dev] [PATCH 1/2] mesa: break up _mesa_swizzle_and_convert() to reduce compile time

2014-09-14 Thread Dieter Nützel
Am 13.09.2014 15:16, schrieb Brian Paul: On 09/12/2014 03:58 PM, Jason Ekstrand wrote: Ok, so I actually applied the patch and benchmarked it. It seems to have improved performance in a lot of cases that were mysteriously slow! It looks like breaking it up freed up GCC to optimize the inside

Re: [Mesa-dev] [PATCH v2] r600g: Implement GL_ARB_sample_shading

2014-09-22 Thread Dieter Nützel
Am 22.09.2014 18:54, schrieb Glenn Kennard: On Wed, 17 Sep 2014 06:10:48 +0200, Alexandre Demers alexandre.f.dem...@gmail.com wrote: Tested with v3. I get the same result as before: everything is fine except the gs-atan-vec2 test. I don't know if this is of any value, but running the

Re: [Mesa-dev] [PATCH] r600g: Drop references to destroyed blend state

2014-10-21 Thread Dieter Nützel
Hello Michel, this patch fixes this, too: https://bugs.freedesktop.org/show_bug.cgi?id=84140 Tested-by: Dieter Nützel die...@nuetzel-hh.de GREAT stuff! Dieter Am 21.10.2014 11:52, schrieb Michel Dänzer: From: Michel Dänzer michel.daen...@amd.com Fixes use-after-free when the currently bound

[Mesa-dev] [r600g] Is LLVM-compiler (--enable-r600-llvm-compiler) usable, now?

2014-10-22 Thread Dieter Nützel
Hello Michel, subject say it all ;-) Second, we are now nearly on par with 3.16 on RV730 (AGP) with all your latest work, but I think about what we could get if we find the right commit between 3.16 (.4 here) and 3.17-rc1 (the transition from 3.16 to 3.17-next). I do not have 3.16.x around

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 marek.ol...@amd.com 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

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 srol...@vmware.com wrote: Am 14.02.2015 um 21:12 schrieb Kenneth Graunke: On Saturday, February 14, 2015

[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

Re: [Mesa-dev] [PATCH] r600g/sb: Enable SB for geometry shaders

2015-03-24 Thread Dieter Nützel
Am 20.03.2015 14:13, schrieb Glenn Kennard: Add SV_GEOMETRY_EMIT special variable type to track the implicit dependencies between CUT/EMIT_VERTEX/MEM_RING instructions so GCM/scheduler doesn't reorder them. Mark emit instructions as unkillable so DCE doesn't eat them. Signed-off-by: Glenn

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 ilyes.go...@gmail.com wrote: Hi, On

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 marek.ol...@amd.com 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 ---

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 marek.ol...@amd.com 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

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 marek.ol...@amd.com 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

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 die...@nuetzel-hh.de 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 marek.ol...@amd.com Fixed by the CB_SHADER_MASK fix. Hurray, r600g

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

2015-07-29 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!

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.

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

2015-10-07 Thread Dieter Nützel
-CTS.program_interface_query.separate-programs-fragment Signed-off-by: Tapani Pälli <tapani.pa...@intel.com> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=92122 Tested-by: Dieter Nützel <die...@nuetzel-hh.de> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=92173 'broke WebGL-Water Caustics

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

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

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

2015-09-16 Thread Dieter Nützel
with glamor, now. Soo, Tested-by: Dieter Nützel <die...@nuetzel-hh.de> 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 <airl...@redhat.com> --- src/mesa/main/extensions.c | 3 ++- 1 file changed,

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 |

Re: [Mesa-dev] [RFC] r600g: evergreen/cayman tessellation support

2015-12-04 Thread Dieter Nützel
Am 04.12.2015 08:48, schrieb eocallag...@alterapraxis.com: On 2015-12-04 14:03, Dieter Nützel wrote: Am 03.12.2015 19:57, schrieb Dave Airlie: On 4 Dec 2015 03:01, "Aaron Watry" <awa...@gmail.com> wrote: Hi Dave (and others), I cloned your fdo r600g-tess-submit branch an

Re: [Mesa-dev] [RFC] r600g: evergreen/cayman tessellation support

2015-12-03 Thread Dieter Nützel
Am 03.12.2015 19:57, schrieb Dave Airlie: On 4 Dec 2015 03:01, "Aaron Watry" wrote: Hi Dave (and others), I cloned your fdo r600g-tess-submit branch and gave it a spin on CEDAR (Radeon 5400, kernel 4.3.0) with Heaven, and ran into a few issues. Just grab

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,

Re: [Mesa-dev] [PATCH 00/10] R600: Cache flush fixes and cleanup v2

2016-06-03 Thread Dieter Nützel
Am 01.06.2016 20:57, schrieb Marek Olšák: Hi, This is version 2 of the previous series. This time it's been tested!! Tested cards: - RV670 - RV730 - EG/REDWOOD - CAYMAN [-] More testing may be needed, especially testing on GPUs not listed above. Tested-by: Dieter Nützel <die...@nuet

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

2016-06-03 Thread Dieter Nützel
Am 03.06.2016 11:47, schrieb Michel Dänzer: On 03.06.2016 18:34, Marek =?UNKNOWN?B?T2zFocOhaw==?= wrote: Module: Mesa Branch: master Commit: 8c361e84ad010552a42593fad4130befc58e9a6a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8c361e84ad010552a42593fad4130befc58e9a6a Author:

Re: [Mesa-dev] [PATCH 00/29] Make more use of bitmasks

2016-05-28 Thread Dieter Nützel
From: Mathias Fröhlich Hi all, following a series with performance improvements for cpu/draw bound applications. This part makes more use of the bitmask/ffs technique for iterating a set of enabled items. The gains are not huge but they are noticable for some of my favourite workloads. Please

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]

Re: [Mesa-dev] [PATCH 4/5] radeon/vce: add Polaris11 VCE firmware support

2016-03-25 Thread Dieter Nützel
Hello all AMD guys, does that mean, that Polaris 10 didn't have VCE support? Or is it the same for both? With VCE support and the like Polaris 10 looks like the right thing for me. Thanks a lot for 'day one' support...;-) -Dieter Am 23.03.2016 19:43, schrieb Alex Deucher: From: Sonny

[Mesa-dev] [Patch v2] opencl: fix .gitignore for .install-gallium-links

2016-03-06 Thread Dieter Nützel
Fixes: 0b6157e9713 "install-gallium-links: port changes from install-lib-links" v2: move this to the top level .gitignore and added Fixes: like Emil Velikov <emil.l.veli...@gmail.com> suggested Signed-off-by: Dieter Nützel <die...@nuetzel-hh.de> Reviewed-by:

Re: [Mesa-dev] [Patch v2] opencl: fix .gitignore for .install-gallium-links

2016-03-06 Thread Dieter Nützel
Can someone commit for me please, as I didn't have commit access, yet. Thanks, Dieter Am 06.03.2016 20:37, schrieb Dieter Nützel: Fixes: 0b6157e9713 "install-gallium-links: port changes from install-lib-links" v2: move this to the top level .gitignore and added Fixes: like Em

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

2016-03-04 Thread Dieter Nützel
Ping. Ilia and Marek voted for it. Any progress? 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 for PK2H/UP2H Next message: [Mesa-dev] [PATCH]

[Mesa-dev] [PATCH] opencl: fix .gitignore for .install-gallium-links

2016-03-04 Thread Dieter Nützel
Signed-off-by: Dieter Nützel <die...@nuetzel-hh.de> --- src/gallium/targets/opencl/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/targets/opencl/.gitignore b/src/gallium/targets/opencl/.gitignore index dad573f..8f12fdd 100644 --- a/src/gallium/targets/

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 <die...@nuetzel-hh.de> wrote: Hello Christian, after all this new VDPAU stuff, I get after ages (months/years) only black window with mplay

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 <die...@nuetzel-hh.de> Thanks! Am 30.03.2016 15:40, schrieb Christian König: From: Christian König <christian.koe...@amd.com> Similar to radeonsi linear layout should work for all not compressed or depth/stencil formats. Fixes issues with VDPAU on r600.

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 <die...@nuetzel-hh.de> 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 d

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 <die...@nuetzel-hh.de> 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 <die...@nuet

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

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:20, schrieb Thomas H.P. Andersen: On Wed, Mar 30, 2016 at 6:36 AM, Dieter Nützel <die...@nuetzel-hh.de> 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,

Re: [Mesa-dev] [PATCH 00/14] radeonsi: Offchip tessellation

2016-05-19 Thread Dieter Nützel
Am 10.05.2016 12:52, schrieb Bas Nieuwenhuizen: This patchset implements offchip tessellation after which we can finally process more than one patch per wave without decreasing tessmark scores. For tessmark this improves performance by ~20% for the x32 case and ~80% for the x64 case. x8 and

Re: [Mesa-dev] [PATCH] mesa: Build EGL without X11 headers after interop patchset

2016-05-22 Thread Dieter Nützel
ch at Marek's direction, but I did test it on a several build configurations. Adding " && !defined(MESA_EGL_NO_X11_HEADERS)" to the ifdef above the failure seems to fix compilation for those options -- does it work for you? Yes, the attached patch fixes my issue. -Tom Rev

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

2016-07-25 Thread Dieter Nützel
Signed-off-by: Dieter Nützel <die...@nuetzel-hh.de> --- 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/c

[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 v2] clover: make GCC 4.8 happy

2016-07-27 Thread Dieter Nützel
gned-off-by: Dieter Nützel <die...@nuetzel-hh.de> 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/nat

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 llvm

[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

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

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

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 2/2] gallium/radeon: add VRAM-vis-usage HUD query

2017-01-26 Thread Dieter Nützel
Question more about the first one [Mesa-dev] [PATCH 1/2] gallium/radeon: query the CPU accessible size of VRAM Is vram_vis_size > vram_size valid? After some time I get this on r600/Turks XT/6670/2 GB: /opt/mesa> setenv R600_DEBUG info /opt/mesa> glxgears pci_id = 0x6758 family = 45 (AMD

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

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

[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':

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

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 28.02.2017 06:19, schrieb Dieter Nützel

[Mesa-dev] Any updates on threaded GL dispatch?

2017-03-01 Thread Dieter Nützel
Hello Gregory and Marek, are there any updates on threaded GL dispatch? I mean this: [-] As a quick summary: * there are now only 2 minors fail on piglit with my latest patches (sent to Marek) * I have a pending patch to allow asynchronous PBO transfer * Now that piglit is crash free I will

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

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

[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

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

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,

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
t have ARB_query_buffer_object and therefore wouldn't really need the fences, but let's be optimistic about filling in this feature gap eventually. Cc: Dieter Nützel <die...@nuetzel-hh.de> --- src/gallium/drivers/radeon/r600_pipe_common.c | 7 ++- src/gallium/drivers/radeon/r600_pipe_common.h | 2 +-

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

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

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, of course

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

2016-11-14 Thread Dieter Nützel
Tested-by: Dieter Nützel <die...@nuetzel-hh.de> 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/

[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

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] [ANNOUNCE] mesa 13.0.0-rc3 / CC'ing Mesa-devel

2016-10-31 Thread Dieter Nützel
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 <die...@nuetzel-hh.de> wrote: Hello Emil, if this commit commit 81a95946dab730c1cfcf04ac1373cea5f7908f65 Author: Marek Olšák <marek.ol...@amd.com> Date: Thu

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

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

2016-11-03 Thread Dieter Nützel
Tested-by: Dieter Nützel <die...@nuetzel-hh.de> Argh, should read, please go ahead and commit. ;-) Dieter Am 03.11.2016 15:28, schrieb Nicolai Hähnle: From: Nicolai Hähnle <nicolai.haeh...@amd.com> This fixes a build regression of commit 7115e56c21ace07cf04f5073ba73a533e21

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

2016-11-03 Thread Dieter Nützel
Tested-by: Dieter Nützel <die...@nuetzel-hh.de> Am 03.11.2016 15:28, schrieb Nicolai Hähnle: From: Nicolai Hähnle <nicolai.haeh...@amd.com> This fixes a build regression of commit 7115e56c21ace07cf04f5073ba73a533e2182099. Sorry for the breakage, this second location for link

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 3/4] gallium/radeon: Use flags parameter in radeon_winsys_surface_init

2016-11-02 Thread Dieter Nützel
ne) for me. https://bugs.freedesktop.org/show_bug.cgi?id=98518 So you have my Tested-by: Dieter Nützel <die...@nuetzel-hh.de> 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

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 <die...@nuetzel-hh.de> wrote: Hello Emil, if this commit commit 81a95946dab730c1cfcf04ac1373cea5f7908f65 Author: Marek Olšák <marek.ol...@amd.com> Date: Thu Oct 20 22:57:03 2016 +0200 ga

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?

[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 v2] r600g/sb: Fix memory leak by reworking uses list (rebased)

2017-03-20 Thread Dieter Nützel
Tested-by: Dieter Nützel <die...@nuetzel-hh.de> Am 20.03.2017 19:16, schrieb Constantine Kharlamov: The author is Heiko Przybyl(CC'ing), the patch is rebased on top of Bartosz Tomczyk's one per Dieter Nützel's comment. Tested-by: Constantine Charlamov <hi-an...@yandex.ru> v2: Rese

Re: [Mesa-dev] [AppVeyor] mesa master #3747 failed

2017-03-15 Thread Dieter Nützel
Arceri <tarc...@itsqueeze.com>\nTested-by: Dieter Nützel <die...@nuetzel-hh.de>\nTested-by: Mike Lothian <m...@fireburn.co.uk> Configure your notification preferences [2] Links: -- [1] https://ci.appveyor.com/project/jrfonseca-fdo/mesa/build/3747 [2] https://ci.appveyor

  1   2   3   4   5   >