[Mesa-dev] [PATCH 3/3] vbo: provide 64bits support to print_draw_arrays

2018-01-28 Thread Andres Gomez
Cc: Mathias Fröhlich <mathias.froehl...@web.de> Cc: Brian Paul <bri...@vmware.com> Signed-off-by: Andres Gomez <ago...@igalia.com> --- src/mesa/vbo/vbo_exec_array.c | 21 +++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/src/mesa/vbo/vbo_exec_

Re: [Mesa-dev] [Mesa-announce] [ANNOUNCE] mesa 17.2.8

2018-01-19 Thread Andres Gomez
We missed to mention this. NOTE: It is anticipated that 17.2.8 will be the final release in the 17.2 series. Users of 17.2 are encouraged to migrate to the 17.3 series in order to obtain future fixes. On Sat, 2017-12-23 at 01:05 +0200, Andres Gomez wrote: > Mesa 17.2.8 is now availa

Re: [Mesa-dev] [PATCH 4/5] docs: move untar line in basic testing instructions for coherence

2018-01-19 Thread Andres Gomez
On Thu, 2018-01-18 at 23:26 +, Eric Engestrom wrote: > On Thursday, 2018-01-18 23:06:40 +0000, Andres Gomez wrote: > > For scons, windows/mingw dealing with LLVM_CONFIG is done before > > untarring. > > Isn't this a no-op change? Yes, it is. A real nitpick to be able t

Re: [Mesa-dev] [ANNOUNCE] mesa 17.2.8

2018-01-19 Thread Andres Gomez
On Thu, 2018-01-18 at 15:14 +, Emil Velikov wrote: > On 18 January 2018 at 13:43, Andres Gomez <ago...@igalia.com> wrote: > > On Thu, 2018-01-18 at 09:56 +0100, Juan A. Suarez Romero wrote: > > > On Wed, 2018-01-17 at 18:03 +, Emil Velikov wrote: > > &g

[Mesa-dev] mesa-dev mailing list is not listing the archived mails properly since January 2018 (?)

2018-01-18 Thread Andres Gomez
Hi, maybe it has been mentioned and I have overlooked it. In that case, sorry for the redundant mail. I'm checking: https://lists.freedesktop.org/archives/mesa-dev/2018-January/ And it seems very few messages are listed. Notice that you can access directly to them, though. I don't know if

[Mesa-dev] [PATCH 4/5] docs: move untar line in basic testing instructions for coherence

2018-01-18 Thread Andres Gomez
For scons, windows/mingw dealing with LLVM_CONFIG is done before untarring. This is also more convenient for copy and paste. Cc: Emil Velikov <emil.veli...@collabora.com> Cc: Juan A. Suarez Romero <jasua...@igalia.com> Signed-off-by: Andres Gomez <ago...@igalia.com> --- docs/

[Mesa-dev] [PATCH 3/5] docs: add a notice whenever a release is the final in a series

2018-01-18 Thread Andres Gomez
Cc: Emil Velikov <emil.veli...@collabora.com> Cc: Juan A. Suarez Romero <jasua...@igalia.com> Signed-off-by: Andres Gomez <ago...@igalia.com> --- docs/releasing.html | 17 - 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/docs/releasing.html b/d

[Mesa-dev] [PATCH 2/5] docs: add final release note for 17.2.8

2018-01-18 Thread Andres Gomez
Cc: Emil Velikov <emil.veli...@collabora.com> Cc: Juan A. Suarez Romero <jasua...@igalia.com> Signed-off-by: Andres Gomez <ago...@igalia.com> --- docs/index.html | 4 1 file changed, 4 insertions(+) diff --git a/docs/index.html b/docs/index.html index 95a07150644..

[Mesa-dev] [PATCH 5/5] docs: correct a typo in releasing instructions

2018-01-18 Thread Andres Gomez
Cc: Emil Velikov <emil.veli...@collabora.com> Cc: Juan A. Suarez Romero <jasua...@igalia.com> Signed-off-by: Andres Gomez <ago...@igalia.com> --- docs/releasing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releasing.html b/docs/releasing.html

[Mesa-dev] [PATCH 0/5] docs: add missing final release of series notes

2018-01-18 Thread Andres Gomez
f a series. Finally, I'm throwing in a nitpick and a small typo fix. Andres Gomez (5): docs: add final release note for 17.1.10 docs: add final release note for 17.2.8 docs: add a notice whenever a release is the final in a series docs: move untar line in basic testing instructions for cohere

[Mesa-dev] [PATCH 1/5] docs: add final release note for 17.1.10

2018-01-18 Thread Andres Gomez
Cc: Emil Velikov <emil.veli...@collabora.com> Cc: Juan A. Suarez Romero <jasua...@igalia.com> Signed-off-by: Andres Gomez <ago...@igalia.com> --- docs/index.html | 4 1 file changed, 4 insertions(+) diff --git a/docs/index.html b/docs/index.html index 75a39d797d4..

Re: [Mesa-dev] [ANNOUNCE] mesa 17.2.8

2018-01-18 Thread Andres Gomez
On Thu, 2018-01-18 at 09:56 +0100, Juan A. Suarez Romero wrote: > On Wed, 2018-01-17 at 18:03 +, Emil Velikov wrote: > > On 22 December 2017 at 23:05, Andres Gomez <ago...@igalia.com> wrote: > > > Mesa 17.2.8 is now available. > > > > > > In thi

[Mesa-dev] [PATCH v2] anv: Import mako templates only during execution of anv_extensions

2018-01-10 Thread Andres Gomez
). Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=104551 Fixes: 0ab04ba979b ("anv: Use python to generate ICD json files") Cc: Jason Ekstrand <jason.ekstr...@intel.com> Cc: Emil Velikov <emil.veli...@collabora.com> Signed-off-by: Andres Gomez <ago...@igalia.com> --- src/in

[Mesa-dev] [PATCH] anv: Import mako templates only during execution of anv_extensions

2018-01-10 Thread Andres Gomez
/show_bug.cgi?id=104551 Fixes: 0ab04ba979b ("anv: Use python to generate ICD json files") Cc: Jason Ekstrand <jason.ekstr...@intel.com> Cc: Emil Velikov <emil.veli...@collabora.com> Signed-off-by: Andres Gomez <ago...@igalia.com> --- src/intel/v

[Mesa-dev] [ANNOUNCE] mesa 17.2.8

2017-12-22 Thread Andres Gomez
driver has been improved to notify properly a mesa warning rather than using fprintf. Andres Gomez (7): cherry-ignore: swr: Fix KNOB_MAX_WORKER_THREADS thread creation override. cherry-ignore: added 17.3 nominations. cherry-ignore: radv: port merge tess info from anv cherry

[Mesa-dev] Mesa 17.2.8 release candidate

2017-12-20 Thread Andres Gomez
cked from commit b926da241a4221376afe195c476f6a05621e5c75) Cheers, Andres Mesa stable queue - Nominated (0) = Queued (16) ======= Andres Gomez (5): cherry-ignore: swr: Fix KNOB_MAX_WORKER_THREADS thread creation override. cherry-ignore: added 17.3 nominatio

Re: [Mesa-dev] [PATCH] docs: update 17.3 and 18.0 cycles for the release calendar

2017-12-20 Thread Andres Gomez
On Wed, 2017-12-20 at 15:59 +, Emil Velikov wrote: > Thanks, it aligns perfectly with my holidays ;-) o/\o > Reviewed-by: Emil Velikov ... and pushed! -- Br, Andres ___ mesa-dev mailing list

[Mesa-dev] [PATCH] docs: update 17.3 and 18.0 cycles for the release calendar

2017-12-18 Thread Andres Gomez
Cc: Emil Velikov <emil.veli...@collabora.com> Cc: Juan A. Suarez Romero <jasua...@igalia.com> Signed-off-by: Andres Gomez <ago...@igalia.com> --- docs/release-calendar.html | 63 +- 1 file changed, 62 insertions(+), 1 deletion(-)

Re: [Mesa-dev] [Mesa-stable] [PATCH] swr: Fix KNOB_MAX_WORKER_THREADS thread creation override.

2017-12-18 Thread Andres Gomez
On Mon, 2017-12-18 at 00:28 +, Cherniak, Bruce wrote: > > On Dec 17, 2017, at 10:23 AM, Andres Gomez <ago...@igalia.com> > > wrote: > > > > Bruce, this depends on ead0dfe31ec7 which didn't make it for the > > 17.2 > > queue so I will be leaving

Re: [Mesa-dev] [Mesa-stable] [PATCH] swr: Fix KNOB_MAX_WORKER_THREADS thread creation override.

2017-12-17 Thread Andres Gomez
Bruce, this depends on ead0dfe31ec7 which didn't make it for the 17.2 queue so I will be leaving out from there. Let me know what you think. On Tue, 2017-12-12 at 17:37 -0600, Bruce Cherniak wrote: > Environment variable KNOB_MAX_WORKER_THREADS allows the user to override > default thread

Re: [Mesa-dev] [PATCH] util: scons: wire up the sha1 test

2017-12-15 Thread Andres Gomez
Ugh! How did we miss this? This is: Reviewed-by: Andres Gomez <ago...@igalia.com> On Thu, 2017-12-14 at 19:10 +, Emil Velikov wrote: > From: Emil Velikov <emil.veli...@collabora.com> > > Cc: <mesa-sta...@lists.freedesktop.org> > Fixes: 513d7ffa23d ("

Re: [Mesa-dev] [PATCH] docs/release-calendar: update and extend

2017-11-30 Thread Andres Gomez
On Wed, 2017-11-29 at 18:20 +, Emil Velikov wrote: > From: Emil Velikov <emil.veli...@collabora.com> > > Cc: Juan A. Suárez <jasua...@igalia.com> > Cc: Andres Gomez <ago...@igalia.com> > Signed-off-by: Emil Velikov <emil.veli...@collabora.com> > ---

Re: [Mesa-dev] [PATCH] intel/blorp: Fix possible NULL pointer dereferencing

2017-11-30 Thread Andres Gomez
On Wed, 2017-11-29 at 17:53 +0200, Vadym Shovkoplias wrote: > Hi Andres, > > Thanks for the review! > I'm not familiar with Mesa workflow so far so I'll appreciate any > help in pushing this patch. You are welcome ... ... and pushed ☺ -- Br, Andres

Re: [Mesa-dev] [PATCH v2] util: hash_table: move NULL assert to string hashing function

2017-11-28 Thread Andres Gomez
reference --^ This is: Reviewed-by: Andres Gomez <ago...@igalia.com> > want to be sure it's not NULL. > > v2: Add assert in _mesa_fnv32_1a_accumulate_block (Ian) > > Signed-off-by: Lionel Landwerlin <lionel.g.landwer...@intel.com> > --- &

Re: [Mesa-dev] [PATCH] intel/blorp: Fix possible NULL pointer dereferencing

2017-11-28 Thread Andres Gomez
This is: Reviewed-by: Andres Gomez <ago...@igalia.com> Vadym, let me know if you need someone to push your change. On Mon, 2017-11-27 at 12:15 +0200, vadim.shovkopl...@gmail.com wrote: > From: Vadym Shovkoplias <vadym.shovkopl...@globallogic.com> > > Fix incomplete

Re: [Mesa-dev] [Mesa-stable] [PATCH 2/5] r600: use DX10_CLAMP bit in shader setup

2017-11-28 Thread Andres Gomez
On Tue, 2017-11-28 at 16:05 +0200, Andres Gomez wrote: > Nicolai, this looks like a good candidate to nominate for inclusion in ^^^ I meant Roland  > all the stable queues. > > What do you think? > > On Thu, 2017-11-09 at 20:00 +0100, srol...@vmware.com wrote

Re: [Mesa-dev] [PATCH 2/5] r600: use DX10_CLAMP bit in shader setup

2017-11-28 Thread Andres Gomez
Nicolai, this looks like a good candidate to nominate for inclusion in all the stable queues. What do you think? On Thu, 2017-11-09 at 20:00 +0100, srol...@vmware.com wrote: > From: Roland Scheidegger > > The docs are not very concise in what this really does, however both

Re: [Mesa-dev] [PATCH v4 1/2] glsl: allow any l-value of an input variable as interpolant in interpolateAt*

2017-11-28 Thread Andres Gomez
Nicolai, this looks like a good candidate to nominate for inclusion in all the stable queues. What do you think? On Tue, 2017-10-10 at 14:09 +0200, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > The intended rule has been clarified in GLSL 4.60, Section 8.13.2 >

Re: [Mesa-dev] [PATCH 01/12] i965/fs: Unpack count argument to 64-bit shift ops on Atom

2017-11-28 Thread Andres Gomez
Matt, this looks like a good candidate to nominate for inclusion in the 17.2 stable queue. What do you think? On Thu, 2017-09-28 at 23:05 -0700, Matt Turner wrote: > 64-bit operations on Atom parts have additional restrictions over their > big-core counterparts (validated by later patches). > >

Re: [Mesa-dev] [PATCH] gallium/{r600, radeonsi}: Fix segfault with color format (v2)

2017-11-28 Thread Andres Gomez
Denis, this looks like a good candidate to nominate for inclusion in the 17.2 stable queue. What do you think? On Tue, 2017-09-12 at 23:38 +0300, Denis Pauk wrote: > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=102552 > > v2: Patch cleanup proposed by Nicolai Hähnle. > * deleted

Re: [Mesa-dev] [PATCH] st/va: change frame_idx from array to hash table

2017-11-28 Thread Andres Gomez
Forgot to include mesa-stable ... On Tue, 2017-11-28 at 15:32 +0200, Andres Gomez wrote: > Julien, this looks like a good candidate to nominate for inclusion in > the 17.2 stable queue. > > What do you think? > > On Tue, 2017-07-25 at 15:31 +0100, Julien Isorce wrote:

Re: [Mesa-dev] [PATCH] st/va: change frame_idx from array to hash table

2017-11-28 Thread Andres Gomez
Julien, this looks like a good candidate to nominate for inclusion in the 17.2 stable queue. What do you think? On Tue, 2017-07-25 at 15:31 +0100, Julien Isorce wrote: > The picture_is was assumed to be a frame number so in 0-31. > But the vaapi client gstreamer-vaapi uses the surfaces handles >

Re: [Mesa-dev] [PATCH 1/3] util: Fix SHA1 implementation on big endian

2017-11-25 Thread Andres Gomez
On Sat, 2017-11-25 at 16:00 -0800, Matt Turner wrote: > On Sat, Nov 25, 2017 at 1:58 PM, Jon Turney > wrote: > > On 25/11/2017 04:24, Matt Turner wrote: > > > > > > diff --git a/src/util/u_endian.h b/src/util/u_endian.h > > > index 7bbd7dc215..3d5c006f35 100644 > >

[Mesa-dev] [ANNOUNCE] mesa 17.2.6

2017-11-25 Thread Andres Gomez
renderType into glXCreateContext Alex Smith (2): spirv: Use correct type for sampled images nir/spirv: tg4 requires a sampler Andres Gomez (15): docs: add sha256 checksums for 17.2.5 cherry-ignore: intel/fs: Use a pure vertical stride for large register strides cherry

Re: [Mesa-dev] [PATCH 1/3] util: Fix SHA1 implementation on big endian

2017-11-25 Thread Andres Gomez
On Sun, 2017-11-26 at 00:59 +0200, Andres Gomez wrote: > > Although the series landed without the mesa-stable tag, I assume that > you wanted to keep the nomination. If that's the case, remember to land > them with the tag in the future since, if it is not included, it is >

Re: [Mesa-dev] [PATCH 1/3] util: Fix SHA1 implementation on big endian

2017-11-25 Thread Andres Gomez
Matt, as Jon and Ilia have reported, this is now breaking with GCC and MSVC. You can check the Appveyor error at: https://ci.appveyor.com/project/mesa3d/mesa/build/6245 Also, for Travis-CI: https://travis-ci.org/Igalia/mesa/builds/307262963 Although the series landed without the mesa-stable

Re: [Mesa-dev] [PATCH 1/3] util: Fix SHA1 implementation on big endian

2017-11-24 Thread Andres Gomez
On Fri, 2017-11-24 at 13:32 +, Emil Velikov wrote: > On 24 November 2017 at 10:25, Eric Engestrom > wrote: > > On Thursday, 2017-11-23 11:08:04 -0800, Matt Turner wrote: > > > The code defines a macro blk0(i) based on the preprocessor condition > > > BYTE_ORDER ==

Re: [Mesa-dev] Mesa 17.2.6 release candidate

2017-11-24 Thread Andres Gomez
On Thu, 2017-11-23 at 15:49 -0800, Matt Turner wrote: > I would like to include the three patch series I sent today in 17.2.6. > It fixes our SHA1 implementation on big endian, adds a test, and fixes > another test. > > I hope it'll be reviewed and in master before the planned 17.2.6 release.

[Mesa-dev] Mesa 17.2.6 release candidate

2017-11-23 Thread Andres Gomez
lx/dri3: Fix passing renderType into glXCreateContext Alex Smith (2): spirv: Use correct type for sampled images nir/spirv: tg4 requires a sampler Andres Gomez (13): docs: add sha256 checksums for 17.2.5 cherry-ignore: intel/fs: Use a pure vertical stride for large regist

Re: [Mesa-dev] [PATCH] i965/vec4: fix splitting of interleaved attributes

2017-11-23 Thread Andres Gomez
On Thu, 2017-11-23 at 09:09 +0100, Iago Toral Quiroga wrote: > Whe we split an instruction that reads a uniform value When^ an ^ Acked-by: Andres Gomez <ago...@igalia.com> > (vstride 0) we need to respect the vstride on the second > half of

Re: [Mesa-dev] [PATCH] mesa: add AllowGLSLCrossStageInterpolationMismatch workaround

2017-11-23 Thread Andres Gomez
Acked-by: Andres Gomez <ago...@igalia.com> On Thu, 2017-11-23 at 07:54 +0200, Tapani Pälli wrote: > This fixes issues seen with certain versions of Unreal Engine 4 editor > and games built with that using GLSL 4.30. > > Signed-off-by: Tapani Pälli <tapani.pa...@intel.c

Re: [Mesa-dev] [Mesa-stable] [PATCH V2 1/4] i965/gen10: Implement WaSampleOffsetIZ workaround

2017-11-20 Thread Andres Gomez
Anuj, these 4 patches series landed in master without the "mesa-stable" tag, hence, just confirming that you dropped the nomination. Let me know if that was not the case. On Fri, 2017-10-06 at 16:30 -0700, Anuj Phogat wrote: > There are few other (duplicate) workarounds which have similar >

Re: [Mesa-dev] [PATCH 1/2] i965/bufmgr: Add a helper to mark a BO as external

2017-11-20 Thread Andres Gomez
Jason, this nominated series landed without mentioning any specific stable queue. From what I'm seeing, both depend on 2c4097aff1b which didn't make it for 17.2 so I'm dropping them for that queue. Let me know what you think. On Fri, 2017-11-17 at 17:02 -0800, Jason Ekstrand wrote: > --- >

Re: [Mesa-dev] [Mesa-stable] [PATCH 02/14] anv/cmd_buffer: Take bo_offset into account in fast clear state addresses

2017-11-20 Thread Andres Gomez
Jason, this nominated patch landed without mentioning any specific stable queue. Similarly to the 01/14, from what I'm seeing, it depends on a62a97933578 which didn't make it for 17.2 so I'm dropping it for that queue. Let me know what you think. On Mon, 2017-11-13 at 08:12 -0800, Jason

Re: [Mesa-dev] [Mesa-stable] [PATCH 01/14] anv/cmd_buffer: Advance the address when initializing clear colors

2017-11-20 Thread Andres Gomez
Jason, this nominated patch landed without mentioning any specific stable queue. From what I'm seeing, it depends on 3735af04152b which didn't make it for 17.2 so I'm dropping it for that queue, unless you want to provide a backport. Let me know what you think. On Mon, 2017-11-13 at 08:12

Re: [Mesa-dev] [Mesa-announce] [ANNOUNCE] mesa 17.3.0-rc5

2017-11-20 Thread Andres Gomez
On Mon, 2017-11-20 at 14:40 +, Emil Velikov wrote: > The fifth release candidate for Mesa 17.3.0 is now available. > This is the last planned release candidate before the final release. > > We still have a couple of regressions in our tracker [1] although I'm > anticipating for those to be

Re: [Mesa-dev] [PATCH 3/3] glx/dri3: Fix passing renderType into glXCreateContext

2017-11-20 Thread Andres Gomez
Hi Adam, This fix is causing the following regression in master (and in the stable 17.2 queue, if cherry-picked): https://bugs.freedesktop.org/show_bug.cgi?id=103825 Hence, I'm leaving it out until the regression is cleared (either with a fix in mesa or by clarifying whether it is a false

[Mesa-dev] [PATCH] i965: Correct disasm_info usage in eu_validate test

2017-11-17 Thread Andres Gomez
Fixes: 4f82b1728719 ("i965: Rewrite disassembly annotation code") Cc: Matt Turner <matts...@gmail.com> Signed-off-by: Andres Gomez <ago...@igalia.com> --- src/intel/compiler/test_eu_validate.cpp | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --gi

Re: [Mesa-dev] [PATCH] i915: add missing extensions.h include

2017-11-16 Thread Andres Gomez
This is: Reviewed-by: Andres Gomez <ago...@igalia.com> On Thu, 2017-11-16 at 15:55 +, Emil Velikov wrote: > From: Emil Velikov <emil.veli...@collabora.com> > > Otherwise we'll bail with due to -Werror=implicit-function-declaration. > It went unnoticed since th

Re: [Mesa-dev] [PATCH] mesa: document _mesa_extension_override_* variables

2017-11-16 Thread Andres Gomez
This is: Reviewed-by: Andres Gomez <ago...@igalia.com> On Thu, 2017-11-16 at 14:22 +, Emil Velikov wrote: > From: Emil Velikov <emil.veli...@collabora.com> > > Currently there are no users of these outside of extensions.c. > Provide some information why they e

Re: [Mesa-dev] [ANNOUNCE] mesa 17.3.0-rc4

2017-11-15 Thread Andres Gomez
On Tue, 2017-11-14 at 11:28 -0800, Matt Turner wrote: > On Tue, Nov 14, 2017 at 6:37 AM, Emil Velikov > wrote: > > The fourth release candidate for Mesa 17.3.0 is now available. > > > > As per the issue tracker [1] we still have a number of outstanding bugs > >

Re: [Mesa-dev] [PATCH 1/2] r600/shader: reserve first register of vertex shader.

2017-11-14 Thread Andres Gomez
Dave, this nominated patch landed without mentioning any specific stable queue. From what I'm seeing, they depend on ea1b97714d9b which didn't make it for 17.2 so I'm dropping it for that queue. Let me know what you think. On Mon, 2017-11-13 at 14:18 +1000, Dave Airlie wrote: > From: Dave

Re: [Mesa-dev] [Mesa-stable] [PATCH v3 01/48] intel/fs: Pass builders instead of blocks into emit_[un]zip

2017-11-14 Thread Andres Gomez
Jason, after checking more in detail these 3 nominated commits from this series: fcd4adb9d08094520fb8d118d3448b04c6ec1fd1 intel/fs: Pass builders instead of blocks into emit_[un]zip. 0d905597fe2997c89022c76cdf84dc4fba5eb055 intel/fs: Be more explicit about our placement of [un]zip.

Re: [Mesa-dev] [Mesa-stable] [PATCH 17/21] intel/nir: Add a helper for getting the NoIndirect mask

2017-11-10 Thread Andres Gomez
Jason, this series of nominated commits landed without mentioning any specific stable queue. From what I'm seeing, they depend on 379b24a40d3 which didn't make it for 17.2 so I'm dropping the 3 of them for that queue: 7364f080f9a272323ed3491f278a1eed3eb9b1a7 (intel/nir: Add a helper for getting

Re: [Mesa-dev] [Mesa-stable] [PATCH] intel/fs: Use a pure vertical stride for large register strides

2017-11-10 Thread Andres Gomez
On Fri, 2017-11-10 at 16:26 -0800, Jason Ekstrand wrote: > On Fri, Nov 10, 2017 at 4:12 PM, Andres Gomez <ago...@igalia.com> > wrote: > > Jason, having this into account, I'll leave this patch out of 17.2 > > so > > far we don't have another one that fixes this

Re: [Mesa-dev] [Mesa-stable] [PATCH] intel/fs: Use a pure vertical stride for large register strides

2017-11-10 Thread Andres Gomez
Jason, having this into account, I'll leave this patch out of 17.2 so far we don't have another one that fixes this regression (?) I noticed that the patch bisected by Mark is a different one so I'm not sure I'm understanding the status, though. Let me know what you think. On Thu, 2017-11-09 at

[Mesa-dev] [ANNOUNCE] mesa 17.2.5

2017-11-10 Thread Andres Gomez
. Andres Gomez (9): docs: add sha256 checksums for 17.2.4 cherry-ignore: radv: copy indirect lowering settings from radeonsi cherry-ignore: i965: fix blorp stage_prog_data->param leak cherry-ignore: etnaviv: don't do resolve-in-place without valid TS cherry-ignore: intel

Re: [Mesa-dev] [Mesa-announce] [ANNOUNCE] mesa 17.3.0-rc3

2017-11-10 Thread Andres Gomez
Hi, It seems we are a bit delayed with regard to the release-calendar [1]. Let's see when we finally get the final 17.3.0 but it may be that we will need to add a new cycle for 17.2.x and, also, move the 17.3.x release dates. Mentioning this specifically because I won't be able to be to the task

[Mesa-dev] [PATCH 2/3] docs/releasing: drop manually exported variables during smoke test

2017-11-09 Thread Andres Gomez
Cc: Emil Velikov <emil.veli...@collabora.com> Cc: Eric Engestrom <eric.engest...@imgtec.com> Signed-off-by: Andres Gomez <ago...@igalia.com> --- docs/releasing.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/releasing.html b/docs/releasing.html index e58843

[Mesa-dev] [PATCH 3/3] docs/releasing: improve the pre-announce template and examples

2017-11-09 Thread Andres Gomez
Cc: Emil Velikov <emil.veli...@collabora.com> Cc: Eric Engestrom <eric.engest...@imgtec.com> Signed-off-by: Andres Gomez <ago...@igalia.com> --- docs/releasing.html | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/releasing.html b/docs/re

[Mesa-dev] [PATCH 1/3] docs/releasing: drop custom LLVM_CONFIG if previously manually set

2017-11-09 Thread Andres Gomez
Cc: Emil Velikov <emil.veli...@collabora.com> Cc: Eric Engestrom <eric.engest...@imgtec.com> Signed-off-by: Andres Gomez <ago...@igalia.com> --- docs/releasing.html | 4 1 file changed, 4 insertions(+) diff --git a/docs/releasing.html b/docs/releasing.html index 66742b

[Mesa-dev] [PATCH 0/3] docs/releasing: enhance the releasing documentation

2017-11-09 Thread Andres Gomez
Just some small updates on the releasing documentation. Andres Gomez (3): docs/releasing: drop custom LLVM_CONFIG if previously manually set docs/releasing: drop manually exported variables during smoke test docs/releasing: improve the pre-announce template and examples docs

[Mesa-dev] Mesa 17.2.5 release candidate

2017-11-08 Thread Andres Gomez
ering intel/fs: Mark 64-bit values as being contiguous intel/fs: Rework zero-length URB write handling intel/nir: Add a helper for getting the NoIndirect mask inte l/nir: Break the linking code into a helper in brw_nir.c Queued (30) === Andres Gomez (7): docs: add

Re: [Mesa-dev] [Mesa-stable] [PATCH 2/2] radv: Disallow indirect outputs for GS on GFX9 as well.

2017-11-07 Thread Andres Gomez
Queued. Thanks a lot, Bas. Very much appreciated ☺ On Tue, 2017-11-07 at 10:02 +0100, Bas Nieuwenhuizen wrote: > The backports and cherry-picks are available at > https://patchwork.freedesktop.org/series/33323/ . > > On Mon, Nov 6, 2017 at 11:25 AM, Andres Gomez <ago...@ig

Re: [Mesa-dev] [Mesa-stable] [PATCH 2/2] radv: Disallow indirect outputs for GS on GFX9 as well.

2017-11-06 Thread Andres Gomez
Bas, how is the backport for this patch going? The pre-release announce is planned for this Wednesday so it'd great to have it latest by tomorrow. Thanks! On Mon, 2017-10-30 at 18:55 +0200, Andres Gomez wrote: > On Fri, 2017-10-27 at 19:50 +0200, Bas Nieuwenhuizen wrote: > > On Fri, Oct

Re: [Mesa-dev] [PATCH] radv: Don't expose heaps with 0 memory.

2017-11-03 Thread Andres Gomez
Bas, this commit landed without mentioning any specific stable queue. For 17.2, this is quite an extensive change and has several trivial conflicts. I think it is OK to merge if you really meant it for 17.2 too, but just double checking. Thanks! On Wed, 2017-11-01 at 20:58 +0100, Bas

Re: [Mesa-dev] [PATCH 1/2] intel/fs: Alloc pull constants off mem_ctx

2017-11-03 Thread Andres Gomez
On Wed, 2017-11-01 at 20:58 +0200, Tapani Pälli wrote: > > On 11/01/2017 06:33 PM, Jason Ekstrand wrote: > > Do either of you mind if I cc the first one to stable? It does fix a > > potential memory leak in the case where compilation fails. > > IMO CC stable would be fine for that one. Jason,

Re: [Mesa-dev] [PATCH] etnaviv: bugfix: Don't do resolve-in-place without valid TS

2017-11-03 Thread Andres Gomez
On Wed, 2017-11-01 at 12:47 +0100, Lucas Stach wrote: > Am Mittwoch, den 01.11.2017, 12:34 +0100 schrieb Wladimir J. van der Laan: > > On Wed, Nov 01, 2017 at 11:52:55AM +0100, Lucas Stach wrote: > > > Am Mittwoch, den 01.11.2017, 11:17 +0100 schrieb Wladimir J. van der Laan: > > > > GC3000

Re: [Mesa-dev] [PATCH] gallium: fix typos in README.portability

2017-11-01 Thread Andres Gomez
This is: Reviewed-by: Andres Gomez <ago...@igalia.com> I would drop the mesa-stable nomination, though. These are just typos and not even in the docs/ directory ... On Mon, 2017-10-30 at 10:55 -0400, Ben Crocker wrote: > Cc: "17.2" <mesa-sta...@lists.freedesktop.org

Re: [Mesa-dev] [PATCH] i965: fix blorp stage_prog_data->param leak

2017-11-01 Thread Andres Gomez
Tapani, this patch landed with the "mesa-sta...@lists.freedesktop.org" tag without specifying branch. However, it addresses a fix for 8d90e28839, which didn't land in 17.2 so I'm skipping this patch for that queue. I hope this is OK with you. Let me know otherwise. On Fri, 2017-10-27 at 15:55

Re: [Mesa-dev] [Mesa-stable] [PATCH 2/2] radv: Disallow indirect outputs for GS on GFX9 as well.

2017-10-30 Thread Andres Gomez
On Fri, 2017-10-27 at 19:50 +0200, Bas Nieuwenhuizen wrote: > On Fri, Oct 27, 2017 at 5:03 PM, Andres Gomez <ago...@igalia.com> wrote: [...] > > In any case, I was wondering whether it would be interesting to bring > > them both to the 17.2 stable queue and wheth

Re: [Mesa-dev] Mesa 17.2.4 release candidate

2017-10-30 Thread Andres Gomez
On Mon, 2017-10-30 at 11:39 -0400, Ilia Mirkin wrote: > On Mon, Oct 30, 2017 at 11:29 AM, Emil Velikov <emil.l.veli...@gmail.com> > wrote: > > On 28 October 2017 at 21:35, Andres Gomez <ago...@igalia.com> wrote: > > > On Fri, 2017-10-27 at 14:14 -0400, Ilia Mir

[Mesa-dev] [ANNOUNCE] mesa 17.2.4

2017-10-30 Thread Andres Gomez
clang revision. Vulkan's WSI has gotten plugged a memory leak for X11. Andres Gomez (9): cherry-ignore: configure.ac: rework llvm detection and handling cherry-ignore: glsl: fix derived cs variables cherry-ignore: added 17.3 nominations. cherry-ignore: radv: Don't use

Re: [Mesa-dev] Mesa 17.2.4 release candidate

2017-10-28 Thread Andres Gomez
On Fri, 2017-10-27 at 14:14 -0400, Ilia Mirkin wrote: > On Fri, Oct 27, 2017 at 1:43 PM, Andres Gomez <ago...@igalia.com> wrote: > > Rejected (6) > > > > > > Ilia Mirkin (1): > > glsl: fix derived cs variables > > > >

[Mesa-dev] Mesa 17.2.4 release candidate

2017-10-27 Thread Andres Gomez
Hähnle (1): amd/common/gfx9: workaround DCC corruption more conservatively Tapani Pälli (1): i965: unref push_const_bo in intelDestroyContext Queued (21) === Andres Gomez (7): cherry-ignore: configure.ac: rework llvm detection and handling cherry-ignore: glsl: fix

Re: [Mesa-dev] [PATCH 2/2] radv: Disallow indirect outputs for GS on GFX9 as well.

2017-10-27 Thread Andres Gomez
Bas, this patch looks like it should have been marked as fixing 6ce550453f1 instead of e38685cc62e (?). In any case, I was wondering whether it would be interesting to bring them both to the 17.2 stable queue and whether we would also want Timothy's preceding patch:

Re: [Mesa-dev] [Mesa-stable] [PATCH] amd/common/gfx9: workaround DCC corruption more conservatively

2017-10-26 Thread Andres Gomez
Nicolai, this patch depends on 759526813be which didn't make it for 17.2 Hence, I could recover that if you want to nominate it or we would need a backport. Otherwise, I'm dropping this patch. Let me know what you think. On Thu, 2017-10-12 at 11:24 +0200, Nicolai Hähnle wrote: > From: Nicolai

Re: [Mesa-dev] [Mesa-stable] [PATCH v2] glsl: fix derived cs variables

2017-10-26 Thread Andres Gomez
Ilia, for stable, this is quite a big patch, adding a new class and source file. As per documentation, our criteria to accept a patch in the stable queue includes not being larger than 100 lines, which this ones exceeds by far: https://www.mesa3d.org/submittingpatches.html#criteria Hence, by now

Re: [Mesa-dev] [Mesa-stable] [PATCH 4/7] Travis: add binutils 2.26 for a few more LLVM 3.9 builds

2017-10-26 Thread Andres Gomez
Scratch my previous mail about binutils 2.26 not helping. The problem is that this patch needs previous commit b9a358a3e6c Emil, I will keep this series on hold. Can you do a backport of the 2 patches I've mentioned? (Alternative, I can do the backport myself, if you prefer that ...) On Thu,

Re: [Mesa-dev] [Mesa-stable] [PATCH 3/7] configure.ac: rework llvm libs handling for 3.9+

2017-10-25 Thread Andres Gomez
Emil, this patch series introduces a lot of changes on how we treat LLVM's dependency. After applying this patch in the stable queue, I get these errors: For the "make Gallium Drivers SWR" and "make Gallium Drivers Other" targets: " ... CXXLDgallium_dri.la /usr/bin/ld:

Re: [Mesa-dev] [Mesa-stable] [PATCH 6/7] configure.ac: add missing LLVM components for OpenCL

2017-10-25 Thread Andres Gomez
Emil, by 17.2, Clover is still asking only for LLVM 3.6 and "coverage" doesn't seem to be there. Hence, I think we should drop or backport this patch. In any case, check my other mail about this patch series ... On Thu, 2017-10-05 at 11:19 +0100, Emil Velikov wrote: > From: Emil Velikov

Re: [Mesa-dev] XDC 2017 feedback

2017-10-24 Thread Andres Gomez
Hi, Just chipping in to leave a couple of additional notes. As other have said before me, I also think the organization was very good. Things mentioned before: * Tables layout: kind of agree it was not great for following the talks but they were also making it easier to talk with other

Re: [Mesa-dev] [PATCH mesa] meson: add missing radv_extensions.c generation for libvulkan_radeon

2017-10-17 Thread Andres Gomez
, > + [libradv_files, radv_entrypoints, radv_extensions, nir_opcodes_h, > vk_format_table_c], >include_directories : [inc_common, inc_amd, inc_amd_common, inc_compiler, > inc_vulkan_util, inc_vulkan_wsi], >link_with : [libamd_common, libamdgpu_addrlib

Re: [Mesa-dev] [PATCH] wayland-egl: redistribute wayland.egl.h include

2017-10-03 Thread Andres Gomez
On Tue, 2017-10-03 at 01:49 +0200, Tobias Klausmann wrote: > Starting with commit ab0589c6ed ("wayland-egl: remove no longer needed > wayland-client dependency") the wayland-egl.h include was missing leading to a > build failure: > > CC wayland-egl.lo > wayland-egl.c:33:10: fatal error:

Re: [Mesa-dev] [PATCH] etnaviv: Add missing includes after 6ace0b8

2017-09-22 Thread Andres Gomez
The build is successful again after this patch. This is: Tested-by: Andres Gomez <ago...@igalia.com> On Fri, 2017-09-22 at 15:52 +0200, Wladimir J. van der Laan wrote: > Add missing includes after 6ace0b8 (etnaviv: don't enable RT > full-overwrite when logicop is enabled), otherwise

Re: [Mesa-dev] [PATCH] gbm: Add gbm_device_get_format_modifier_plane_count to test

2017-09-17 Thread Andres Gomez
This is: Reviewed-by: Andres Gomez <ago...@igalia.com> ... and pushed in a couple of minutes. Thanks for the patch, Gert ☺ On Sun, 2017-09-17 at 00:12 +0100, Eric Engestrom wrote: > On Saturday, 2017-09-16 16:04:15 +, Gert Wollny wrote: &

Re: [Mesa-dev] [PATCH mesa] docs: update sourcetree following omx rename

2017-09-17 Thread Andres Gomez
This is: Reviewed-by: Andres Gomez <ago...@igalia.com> On Sat, 2017-09-16 at 23:58 +0100, Eric Engestrom wrote: > Fixes: 6a8aa11c207b99920b93 "st/omx_bellagio: Rename state tracker and option" > Cc: Gurkirpal Singh <gurkirpal...@gmail.com> > Signed-off-by: Er

[Mesa-dev] [PATCH] travis: replace omx feature flag with omx-bellagio one

2017-09-16 Thread Andres Gomez
Fixes: 6a8aa11c207 ("st/omx_bellagio: Rename state tracker and option") Signed-off-by: Andres Gomez <ago...@igalia.com> Cc: Gurkirpal Singh <gurkirpal...@gmail.com> Cc: Eric Engestrom <eric.engest...@imgtec.com> Cc: Emil Velikov <emil.veli...@collabora.com> ---

[Mesa-dev] [PATCH] gbm: Add gbm_device_get_format_modifier_plane_count to symbols-check

2017-09-16 Thread Andres Gomez
Fixes: 8824141b8d4("gbm: Add a gbm_device_get_format_modifier_plane_count function") Signed-off-by: Andres Gomez <ago...@igalia.com> Cc: Jason Ekstrand <jason.ekstr...@intel.com> Cc: Emil Velikov <emil.veli...@collabora.com> Cc: Daniel Stone <dani...@collabora.com&

Re: [Mesa-dev] [PATCH] radv/ac: bump params array for image atomic comp swap

2017-09-13 Thread Andres Gomez
Hi Dave, This patch landed tagged for 17.2 only. Was it, then, not nominated for 17.1 intentionally ? Br. On Wed, 2017-09-13 at 15:19 +1000, Dave Airlie wrote: > From: Dave Airlie > > For the comp_swap case this was overflowing and crashing > sometimes. > > Fixes: >

Re: [Mesa-dev] [PATCH] intel/eu/validate: Look up types on demand in execution_type()

2017-09-13 Thread Andres Gomez
Jason, this patch landed tagged for mesa-stable but without mentioning any specific branch. For 17.1 it depends on earlier commit 4fab67a4415 which did not land in the branch so I'm keeping it out. I hope this is OK with you. On Thu, 2017-08-31 at 15:48 -0700, Jason Ekstrand wrote: > We are

Re: [Mesa-dev] Is there a mesa Docker image available like on travis-ci? (was Re: [PATCH 1/2] gallium/targets/dri: Add libunwind to linker flags)

2017-09-13 Thread Andres Gomez
On Tue, 2017-09-12 at 12:17 +0200, Gert Wollny wrote: > > > This doesn't seem right. GALLIUM_COMMON_LIB_DEPS already has > > > $(LIBUNWIND_LIBS) so this change should not be needed. > > > > I already started looking at this, but haven't been able to figure > > out why in this specific

[Mesa-dev] [ANNOUNCE] mesa 17.1.9

2017-09-08 Thread Andres Gomez
of the locale-setting. Andres Gomez (9):   docs: add sha256 checksums for 17.1.8   cherry-ignore: added 17.2 nominations.   cherry-ignore: add "nir: Fix system_value_from_intrinsic for subgroups"   cherry-ignore: add "i965: Fix crash in fallback GTT mapping."

[Mesa-dev] Mesa 17.1.9 release candidate

2017-09-06 Thread Andres Gomez
> spirv: Add support for the HelperInvocation builtin (cherry picked from commit e439908af9665b50443f1196cb55388c69d0c7d7) Cheers, Andres Mesa stable queue - Nominated (0) = Queued (27) === Andres Gomez (7):   docs: add sha256 checksums for 17.1.8    

Re: [Mesa-dev] [PATCH v2 3/3] docs/release-calendar: update and extend

2017-09-06 Thread Andres Gomez
On Tue, 2017-09-05 at 18:41 +0100, Emil Velikov wrote: > From: Emil Velikov <emil.veli...@collabora.com> > > v2: Use correct 17.1.10 version, adjust some names. > > Cc: Juan A. Suárez <jasua...@igalia.com> > Cc: Andres Gomez <ago...@igalia.com> >

Re: [Mesa-dev] [PATCH 3/3] docs/release-calendar: update and extend

2017-09-05 Thread Andres Gomez
On Tue, 2017-09-05 at 15:21 +0100, Emil Velikov wrote: > From: Emil Velikov <emil.veli...@collabora.com> > > Cc: Andres Gomez <ago...@igalia.com> > Signed-off-by: Emil Velikov <emil.veli...@collabora.com> > --- > docs/release-calendar.html | 27 +

Re: [Mesa-dev] [PATCH 2/3] docs/releasing: polish LLVM_CONFIG wording/handling

2017-09-05 Thread Andres Gomez
ut and unset for the Windows/mingw builds. > > Cc: Andres Gomez <ago...@igalia.com> > Signed-off-by: Emil Velikov <emil.veli...@collabora.com> > --- > docs/releasing.html | 13 - > 1 file changed, 8 insertions(+), 5 deletions(-) > > diff --git a/docs

Re: [Mesa-dev] [PATCH 1/3] docs/releasing: remove -jX instances

2017-09-05 Thread Andres Gomez
This is: Reviewed-by: Andres Gomez <ago...@igalia.com> On Tue, 2017-09-05 at 15:21 +0100, Emil Velikov wrote: > From: Emil Velikov <emil.veli...@collabora.com> > > One can control the number of jobs via MAKEFLAGS. As such there's > little reason to set the numb

Re: [Mesa-dev] [Mesa-stable] [PATCH] spirv: Add support for the HelperInvocation builtin

2017-09-05 Thread Andres Gomez
On Mon, 2017-09-04 at 09:14 -0700, Jason Ekstrand wrote: > Yeah, just haven't gotten around to pushing it. Feel free. Pushed! ☺ > > > On September 4, 2017 7:33:38 AM Andres Gomez <ago...@igalia.com> wrote: > > > Jason, has this patch fallen through the cracks ?

Re: [Mesa-dev] [Mesa-stable] [PATCH] spirv: Add support for the HelperInvocation builtin

2017-09-04 Thread Andres Gomez
Jason, has this patch fallen through the cracks ? On Mon, 2017-08-21 at 22:11 -0700, Jason Ekstrand wrote: > I have no idea how this got missed but it's been missing since forever. > > Cc: mesa-sta...@lists.freedesktop.org > --- > src/compiler/spirv/vtn_variables.c | 5 - > 1 file changed,

<    1   2   3   4   5   6   7   >