Re: [Mesa-dev] [PATCH 07/40] i965/blorp: Use 8k chunk size for urb allocation

2016-04-17 Thread Kenneth Graunke
On Saturday, April 16, 2016 4:42:35 PM PDT Topi Pohjolainen wrote: > Otherwise switch from blorp to compute failes. Note that this now > follows the normal i965 upload logic found in gen7_upload_urb(). > > Effectively vs_size changes from 2 to 1 and vs_start from 2 to 4. > > Signed-off-by: Topi

Re: [Mesa-dev] [PATCH 06/40] i965/blorp/gen7: Prepare re-using for gen8

2016-04-17 Thread Kenneth Graunke
On Saturday, April 16, 2016 4:42:34 PM PDT Topi Pohjolainen wrote: > Signed-off-by: Topi Pohjolainen > --- > src/mesa/drivers/dri/i965/gen7_blorp.cpp | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git

Re: [Mesa-dev] [PATCH 02/40] i965/gen8: Document inst buffer size modify enabling bit

2016-04-17 Thread Kenneth Graunke
On Saturday, April 16, 2016 4:42:30 PM PDT Topi Pohjolainen wrote: > Signed-off-by: Topi Pohjolainen > --- > src/mesa/drivers/dri/i965/gen8_misc_state.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git

Re: [Mesa-dev] [PATCH 1/7] util: add MAYBE_UNUSED for config dependent variables

2016-04-17 Thread Francisco Jerez
Grazvydas Ignotas writes: > On Sun, Apr 17, 2016 at 2:50 AM, Emil Velikov > wrote: >> On 16 April 2016 at 02:00, Grazvydas Ignotas wrote: >>> This is mostly for variables that are only used in asserts and cause >>>

[Mesa-dev] [PATCH 2/4] gallivm: prepare for dynamic texture sizes

2016-04-17 Thread Dave Airlie
From: Dave Airlie Currently the texture member functions take a texture unit number, in order for TXQ to work we want to use a dynamic value here, so we need to pass in an value reference. This means we can't do the assert or add the llvm name. For most normal users they

[Mesa-dev] [PATCH 1/4] gallivm: convert size query to using a set of parameters.

2016-04-17 Thread Dave Airlie
From: Dave Airlie This isn't currently that easy to expand, so fix it up before expanding it later to include dynamic samplers. Signed-off-by: Dave Airlie --- src/gallium/auxiliary/draw/draw_llvm_sample.c | 22 ++-

[Mesa-dev] [rfc] llvmpipe dynamic sampler support.

2016-04-17 Thread Dave Airlie
Hi guys, Another in the line of things I thought would take a few hours, but took a few more hours again. This adds dynamic indexing of samplers to llvmpipe as required for ARB_gpu_shader5. The first two patches reorg some code (I've left some things commented out for now that I'll remove

[Mesa-dev] [PATCH 3/4] [rfc] gallivm/llvmpipe dynamic samplers support.

2016-04-17 Thread Dave Airlie
From: Dave Airlie This is a first attempt at adding support for dynamic indexing of samplers to llvmpipe. This is needed for ARB_gpu_shader5 support. This uses the sampler function generator to generate functions for all samplers, then uses if statements to pick which one to

[Mesa-dev] [PATCH 4/4] gallivm: add support for dynamic indexed texture size queries.

2016-04-17 Thread Dave Airlie
From: Dave Airlie This adds support for indirect samplers to the texture size query. Signed-off-by: Dave Airlie --- src/gallium/auxiliary/gallivm/lp_bld_sample.h | 2 ++ src/gallium/auxiliary/gallivm/lp_bld_sample_soa.c | 3 +++

Re: [Mesa-dev] [PATCH v2 0/2] Fix Gallium RGB565 image support

2016-04-17 Thread Michel Dänzer
On 17.04.2016 09:49, nico...@ndufresne.ca wrote: > From: Nicolas Dufresne > > Sorry for the long delay breaking down this patch. I have now rebased > on top recent mesa tree. First patch creates a new function to convert > DRI2 format into PIPE format (to avoid

Re: [Mesa-dev] [PATCH 2/2] radeonsi: Implement ddx/ddy on VI using ds_bpermute

2016-04-17 Thread Michel Dänzer
On 16.04.2016 19:20, Marek Olšák wrote: > On Sat, Apr 16, 2016 at 8:04 AM, Michel Dänzer wrote: >> On 16.04.2016 14:51, Michel Dänzer wrote: >>> On 16.04.2016 11:39, Tom Stellard wrote: The ds_bpermute instruction allows threads to transfer data directly to or from

Re: [Mesa-dev] [PATCH 1/7] util: add MAYBE_UNUSED for config dependent variables

2016-04-17 Thread Grazvydas Ignotas
On Sun, Apr 17, 2016 at 2:50 AM, Emil Velikov wrote: > On 16 April 2016 at 02:00, Grazvydas Ignotas wrote: >> This is mostly for variables that are only used in asserts and cause >> unused-but-set-variable warnings in release builds. Could just use >>

[Mesa-dev] Debugging kernel hangup

2016-04-17 Thread Владислав Каменев
Ran into kernel hangup using R600 driver. The question is - how can i get some debug infomation? Kdump and netconsole with debug kernel param doesn't show me anything useful. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org

Re: [Mesa-dev] [PATCH v2 11/12] gallium/util: Add u_bit_scan_consecutive_range64.

2016-04-17 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Sun, Apr 17, 2016 at 1:43 AM, Bas Nieuwenhuizen wrote: > For use by radeonsi. > > v2: Make sure that it works for all 64 bits set. > > Signed-off-by: Bas Nieuwenhuizen > --- >

Re: [Mesa-dev] [PATCH v2 10/12] radeonsi: Replace list_dirty with a mask.

2016-04-17 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Sun, Apr 17, 2016 at 1:43 AM, Bas Nieuwenhuizen wrote: > We can then upload only the dirty ones with the constant engine. > > Signed-off-by: Bas Nieuwenhuizen > --- >

Re: [Mesa-dev] [PATCH] gallivm: don't use vector selects with llvm 3.7

2016-04-17 Thread Roland Scheidegger
Am 18.04.2016 um 00:31 schrieb Emil Velikov: > Hi gents, > > On 17 April 2016 at 10:06, Jose Fonseca wrote: >> On 16/04/16 22:30, srol...@vmware.com wrote: >>> >>> From: Roland Scheidegger >>> >>> llvm 3.7 sometimes simply miscompiles vector selects. >>

[Mesa-dev] Mesa 11.1.3

2016-04-17 Thread Emil Velikov
Hi all, Mesa 11.1.3 is now available. This realease fixes crashes in VAAPI and EGL, squashes build problems in Nine and Android, OpenMAX decoding uses the correct timestamping, GLSL no longer crashes on Android and GLX has been update against latest version of the EXT_create_context_es2_profile

Re: [Mesa-dev] [PATCH v2 2/2] glsl: raise warning when using uninitialized variables

2016-04-17 Thread Ilia Mirkin
On Mon, Mar 28, 2016 at 2:50 PM, Alejandro Piñeiro wrote: > v2: > * Take into account out varyings too (Timothy Arceri) > * Fix style (Timothy Arceri) > * Use a new ast_expression variable, instead of an >ast_expression::hir new parameter (Timothy Arceri) > >

[Mesa-dev] [Bug 94195] [llvmpipe] Does not build with LLVM 3.7.x on Windows

2016-04-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=94195 Emil Velikov changed: What|Removed |Added Status|NEW |RESOLVED

Re: [Mesa-dev] [PATCH v2 08/12] radeonsi: Allocate chunks of CE ram.

2016-04-17 Thread Marek Olšák
On Mon, Apr 18, 2016 at 12:19 AM, Bas Nieuwenhuizen wrote: > On Mon, Apr 18, 2016 at 12:13 AM, Marek Olšák wrote: >> On Sun, Apr 17, 2016 at 1:43 AM, Bas Nieuwenhuizen >> wrote: >>> v2: Use 32 byte alignment. >>> >>>

Re: [Mesa-dev] [PATCH] gallivm: don't use vector selects with llvm 3.7

2016-04-17 Thread Emil Velikov
Hi gents, On 17 April 2016 at 10:06, Jose Fonseca wrote: > On 16/04/16 22:30, srol...@vmware.com wrote: >> >> From: Roland Scheidegger >> >> llvm 3.7 sometimes simply miscompiles vector selects. > > > Reviewed-by: Jose Fonseca > We

[Mesa-dev] [PATCH] radeonsi: emit s_waitcnt for shader memory barriers and volatile

2016-04-17 Thread Nicolai Hähnle
From: Nicolai Hähnle Turns out that this is needed after all to satisfy some strengthened coherency tests. Depends on support in LLVM, see http://reviews.llvm.org/D19203 --- Note that this patch applies on top of the compute shader series, otherwise you'll get a trivial

[Mesa-dev] [Bug 94972] blend failures on llvmpipe with llvm 3.7 due to vector selects

2016-04-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=94972 Roland Scheidegger changed: What|Removed |Added Status|NEW |RESOLVED

Re: [Mesa-dev] [PATCH] gallivm: don't use vector selects with llvm 3.7

2016-04-17 Thread Roland Scheidegger
Am 17.04.2016 um 11:06 schrieb Jose Fonseca: > On 16/04/16 22:30, srol...@vmware.com wrote: >> From: Roland Scheidegger >> >> llvm 3.7 sometimes simply miscompiles vector selects. > > Reviewed-by: Jose Fonseca > >> See

Re: [Mesa-dev] [PATCH v2 05/12] radeonsi: Create CE IB.

2016-04-17 Thread Marek Olšák
On Mon, Apr 18, 2016 at 12:08 AM, Bas Nieuwenhuizen wrote: > On Mon, Apr 18, 2016 at 12:04 AM, Marek Olšák wrote: >> On Sun, Apr 17, 2016 at 1:43 AM, Bas Nieuwenhuizen >> wrote: >>> Based on work by Marek Olšák. >>> >>> v2:

Re: [Mesa-dev] [PATCH v2 08/12] radeonsi: Allocate chunks of CE ram.

2016-04-17 Thread Bas Nieuwenhuizen
On Mon, Apr 18, 2016 at 12:13 AM, Marek Olšák wrote: > On Sun, Apr 17, 2016 at 1:43 AM, Bas Nieuwenhuizen > wrote: >> v2: Use 32 byte alignment. >> >> Signed-off-by: Bas Nieuwenhuizen >> --- >>

Re: [Mesa-dev] [PATCH v2 08/12] radeonsi: Allocate chunks of CE ram.

2016-04-17 Thread Marek Olšák
On Sun, Apr 17, 2016 at 1:43 AM, Bas Nieuwenhuizen wrote: > v2: Use 32 byte alignment. > > Signed-off-by: Bas Nieuwenhuizen > --- > src/gallium/drivers/radeonsi/si_descriptors.c | 30 > +++ >

Re: [Mesa-dev] [PATCH v2 05/12] radeonsi: Create CE IB.

2016-04-17 Thread Bas Nieuwenhuizen
On Mon, Apr 18, 2016 at 12:04 AM, Marek Olšák wrote: > On Sun, Apr 17, 2016 at 1:43 AM, Bas Nieuwenhuizen > wrote: >> Based on work by Marek Olšák. >> >> v2: Add preamble IB. >> >> Leaves the load packet in the space calculation as the >> radeon winsys

Re: [Mesa-dev] [PATCH v2 03/12] winsys/amdgpu: Add support for const IB.

2016-04-17 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Sun, Apr 17, 2016 at 1:43 AM, Bas Nieuwenhuizen wrote: > From: Marek Olšák > > v2: Use the correct IB to update request (Bas Nieuwenhuizen) > v3: Add preamble IB. (Bas Nieuwenhuizen) > --- >

Re: [Mesa-dev] [PATCH v2 04/12] winsys/amdgpu: Enlarge const IB size.

2016-04-17 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Sun, Apr 17, 2016 at 1:43 AM, Bas Nieuwenhuizen wrote: > Necessary to prevent performance regressions due to extra flushing. > > Probably should enlarge it even further when also updating > uniforms through the

Re: [Mesa-dev] [PATCH v2 05/12] radeonsi: Create CE IB.

2016-04-17 Thread Marek Olšák
On Sun, Apr 17, 2016 at 1:43 AM, Bas Nieuwenhuizen wrote: > Based on work by Marek Olšák. > > v2: Add preamble IB. > > Leaves the load packet in the space calculation as the > radeon winsys might not be able to support a premable. > > The added space calculation may look

Re: [Mesa-dev] [PATCH] nir: only dereference undef after NULL check.

2016-04-17 Thread Jason Ekstrand
On Apr 17, 2016 1:56 PM, "Dave Airlie" wrote: > > From: Dave Airlie > > Pointed out by coverity. > > Signed-off-by: Dave Airlie > --- > src/compiler/nir/nir_builder.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff

[Mesa-dev] [PATCH] nir: only dereference undef after NULL check.

2016-04-17 Thread Dave Airlie
From: Dave Airlie Pointed out by coverity. Signed-off-by: Dave Airlie --- src/compiler/nir/nir_builder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/nir/nir_builder.h b/src/compiler/nir/nir_builder.h index

Re: [Mesa-dev] [PATCH 4/6] gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*

2016-04-17 Thread Jose Fonseca
On 17/04/16 20:21, Marek Olšák wrote: On Sun, Apr 17, 2016 at 8:23 PM, Jose Fonseca wrote: On 17/04/16 13:57, Marek Olšák wrote: On Sun, Apr 17, 2016 at 11:12 AM, Jose Fonseca wrote: On 16/04/16 23:27, Roland Scheidegger wrote: Am 16.04.2016 um

Re: [Mesa-dev] [PATCH] nvc0/lowering: Handle conversions to U64/S64 manually

2016-04-17 Thread Ilia Mirkin
On Sun, Apr 17, 2016 at 4:27 PM, Pierre Moreau wrote: > On 04:17 PM - Apr 17 2016, Ilia Mirkin wrote: >> On Sun, Apr 17, 2016 at 4:07 PM, Pierre Moreau wrote: >> > Ping :-) >> > >> > On 10:56 PM - Mar 19 2016, Pierre Moreau wrote: >> >> Generating a

Re: [Mesa-dev] [PATCH] nvc0/lowering: Handle conversions to U64/S64 manually

2016-04-17 Thread Pierre Moreau
On 04:17 PM - Apr 17 2016, Ilia Mirkin wrote: > On Sun, Apr 17, 2016 at 4:07 PM, Pierre Moreau wrote: > > Ping :-) > > > > On 10:56 PM - Mar 19 2016, Pierre Moreau wrote: > >> Generating a `cvt u32 $r0 u64 $r1d` or a `cvt u64 $r0d u32 $r2` makes the > >> GPU > >> unhappy.

Re: [Mesa-dev] [PATCH] nvc0/lowering: Handle conversions to U64/S64 manually

2016-04-17 Thread Ilia Mirkin
On Sun, Apr 17, 2016 at 4:07 PM, Pierre Moreau wrote: > Ping :-) > > On 10:56 PM - Mar 19 2016, Pierre Moreau wrote: >> Generating a `cvt u32 $r0 u64 $r1d` or a `cvt u64 $r0d u32 $r2` makes the GPU >> unhappy. Instead, manually handle the conversion between 64-bit and

Re: [Mesa-dev] [PATCH] nvc0/lowering: Handle conversions to U64/S64 manually

2016-04-17 Thread Pierre Moreau
Ping :-) On 10:56 PM - Mar 19 2016, Pierre Moreau wrote: > Generating a `cvt u32 $r0 u64 $r1d` or a `cvt u64 $r0d u32 $r2` makes the GPU > unhappy. Instead, manually handle the conversion between 64-bit and 32-bit > values, and use `cvt` to convert between the original target (resp. source) > and

Re: [Mesa-dev] [PATCH] radeonsi: implement TGSI_SEMANTIC_HELPER_INVOCATION

2016-04-17 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Sat, Apr 16, 2016 at 8:06 PM, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > --- > We will soon claim GLES 3.1 support, which requires gl_HelperInvocation, > so now is the time to do this. >

Re: [Mesa-dev] [PATCH 4/6] gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*

2016-04-17 Thread Marek Olšák
On Sun, Apr 17, 2016 at 8:23 PM, Jose Fonseca wrote: > On 17/04/16 13:57, Marek Olšák wrote: >> >> On Sun, Apr 17, 2016 at 11:12 AM, Jose Fonseca >> wrote: >>> >>> On 16/04/16 23:27, Roland Scheidegger wrote: Am 16.04.2016 um 14:50 schrieb

[Mesa-dev] [PATCH] glsl: fix lowering outputs for early/nested returns

2016-04-17 Thread Lars Hamre
Return statements in conditional blocks were not having their output varyings lowered correctly. This patch fixes the following piglit tests: /spec/glsl-1.10/execution/vs-float-main-return /spec/glsl-1.10/execution/vs-vec2-main-return /spec/glsl-1.10/execution/vs-vec3-main-return Signed-off-by:

Re: [Mesa-dev] [RFC] dynamic IB size tuning for radeonsi

2016-04-17 Thread Grigori Goronzy
Interesting, and thanks for poking at this issue. I've been thinking about tuning IB sizes as well. I'd like for us to get this right, so I wonder: What's your theory for _why_ your change helps? See below. I think you discovered it yourself. I'll be honest with you: Right now, I think your

[Mesa-dev] Mesa 11.2.1

2016-04-17 Thread Emil Velikov
Hi all, The first stable release for the 11.2 branch - Mesa 11.2.1 is now available. It fixes crashes in VAAPI, some build problems in Nine has been addressed, adds a drirc workaround for Warsow and resolves issues in the nouveau, radeonsi and i965 drivers. Brian Paul (2): st/mesa: fix

Re: [Mesa-dev] [PATCH 4/6] gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*

2016-04-17 Thread Jose Fonseca
On 17/04/16 13:57, Marek Olšák wrote: On Sun, Apr 17, 2016 at 11:12 AM, Jose Fonseca wrote: On 16/04/16 23:27, Roland Scheidegger wrote: Am 16.04.2016 um 14:50 schrieb Marek Olšák: From: Marek Olšák we should use MESA_SHADER_* everywhere, but

Re: [Mesa-dev] [PATCH 1/2] gallium/radeon: use enums in r600_query.h

2016-04-17 Thread Nicolai Hähnle
This is nicer indeed. For the series: Reviewed-by: Nicolai Hähnle On 16.04.2016 07:50, Marek Olšák wrote: From: Marek Olšák --- src/gallium/drivers/radeon/r600_query.h | 43 ++--- 1 file changed, 23 insertions(+),

Re: [Mesa-dev] [PATCH] gallium/util: fix undefined shift to the last bit in u_bit_scan

2016-04-17 Thread Nicolai Hähnle
Reviewed-by: Nicolai Hähnle On 15.04.2016 19:13, Marek Olšák wrote: From: Marek Olšák --- src/gallium/auxiliary/util/u_math.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/auxiliary/util/u_math.h

Re: [Mesa-dev] [RFC] dynamic IB size tuning for radeonsi

2016-04-17 Thread Nicolai Hähnle
On 15.04.2016 12:50, Grigori Goronzy wrote: apps that cause a lot of synchronization benefit from small IB sizes. The current IB size is a bit on the large side for this class of apps. On the other hand, if there isn't much synchronization going on, increasing the IB size can slightly improve

Re: [Mesa-dev] [PATCH 0/7] RadeonSI: Synchronization adjustments

2016-04-17 Thread Nicolai Hähnle
Looks good to me. Series is Reviewed-by: Nicolai Hähnle On 17.04.2016 11:11, Marek Olšák wrote: I discovered these programming sequences in our closed driver. Please review. Marek ___ mesa-dev mailing list

Re: [Mesa-dev] [PATCH v2 05/12] radeonsi: Create CE IB.

2016-04-17 Thread Emil Velikov
On 17 April 2016 at 00:43, Bas Nieuwenhuizen wrote: > Based on work by Marek Olšák. > > v2: Add preamble IB. > > Leaves the load packet in the space calculation as the > radeon winsys might not be able to support a premable. > > The added space calculation may look

[Mesa-dev] [PATCH 4/7] radeonsi: don't use ACQUIRE_MEM on the graphics ring

2016-04-17 Thread Marek Olšák
From: Marek Olšák It's only required on the compute ring. This matches the closed driver. The compute flag is removed to prevent confusion and Bas's compute shader patches remove it in the whole function. --- src/gallium/drivers/radeonsi/si_state_draw.c | 26

[Mesa-dev] [PATCH 6/7] radeonsi: don't do VS/PS partial flushes if SURFACE_SYNC waits too

2016-04-17 Thread Marek Olšák
From: Marek Olšák --- src/gallium/drivers/radeonsi/si_state_draw.c | 25 ++--- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/src/gallium/drivers/radeonsi/si_state_draw.c b/src/gallium/drivers/radeonsi/si_state_draw.c index

[Mesa-dev] [PATCH 7/7] radeonsi: always use PFP_SYNC_ME when doing flushes and waits

2016-04-17 Thread Marek Olšák
From: Marek Olšák This is typically used by the closed driver before SURFACE_SYNC. --- src/gallium/drivers/radeonsi/si_state_draw.c | 10 +- src/gallium/drivers/radeonsi/sid.h | 1 + 2 files changed, 10 insertions(+), 1 deletion(-) diff --git

[Mesa-dev] [PATCH 5/7] radeonsi: add safety assertions for meta cache flushes

2016-04-17 Thread Marek Olšák
From: Marek Olšák --- src/gallium/drivers/radeonsi/si_state_draw.c | 4 1 file changed, 4 insertions(+) diff --git a/src/gallium/drivers/radeonsi/si_state_draw.c b/src/gallium/drivers/radeonsi/si_state_draw.c index 86fb443..c9f56c6 100644 ---

[Mesa-dev] [PATCH 3/7] radeonsi: remove TODO and correct a comment in si_emit_cache_flush

2016-04-17 Thread Marek Olšák
From: Marek Olšák Yes, that flag is really needed. --- src/gallium/drivers/radeonsi/si_state_draw.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/gallium/drivers/radeonsi/si_state_draw.c b/src/gallium/drivers/radeonsi/si_state_draw.c index

[Mesa-dev] [PATCH 2/7] radeonsi: don't flush CB/DB caches for performance counters

2016-04-17 Thread Marek Olšák
From: Marek Olšák I'm not sure about this. This will make the engines go idle, but the caches will be unflushed. This should match app behavior without performance counters, which can be a good thing. --- src/gallium/drivers/radeonsi/si_perfcounter.c | 9 ++--- 1 file

[Mesa-dev] [PATCH 1/7] gallium/radeon: don't flush CB/DB caches for timestamp queries

2016-04-17 Thread Marek Olšák
From: Marek Olšák --- src/gallium/drivers/radeon/r600_query.c | 4 ++-- src/gallium/drivers/radeon/r600d_common.h | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/gallium/drivers/radeon/r600_query.c b/src/gallium/drivers/radeon/r600_query.c index

[Mesa-dev] [PATCH 0/7] RadeonSI: Synchronization adjustments

2016-04-17 Thread Marek Olšák
I discovered these programming sequences in our closed driver. Please review. Marek ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] Why is www.freedesktop.org/wiki/AccountRequests/ so "complicated"?

2016-04-17 Thread
Hello I would like to make a few comments about wiki pages such as https://www.freedesktop.org/wiki/AccountRequests/ At first glance, the wiki page feels very old-school. That isn't a major problem by itself, because retro-things can have their own distinct quality. Unfortunately, I do not see

Re: [Mesa-dev] [PATCH 4/6] gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*

2016-04-17 Thread Marek Olšák
On Sun, Apr 17, 2016 at 11:12 AM, Jose Fonseca wrote: > On 16/04/16 23:27, Roland Scheidegger wrote: >> >> Am 16.04.2016 um 14:50 schrieb Marek Olšák: >>> >>> From: Marek Olšák >>> >>> we should use MESA_SHADER_* everywhere, but we're not ready for that

[Mesa-dev] [Bug 94979] dolphin-emu rendering broken on gallium/SWR + crashing often

2016-04-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=94979 Bug ID: 94979 Summary: dolphin-emu rendering broken on gallium/SWR + crashing often Product: Mesa Version: git Hardware: x86-64 (AMD64) OS: Linux (All)

Re: [Mesa-dev] [PATCH 1/6] gallium: use enums in p_defines.h

2016-04-17 Thread Marek Olšák
On Sun, Apr 17, 2016 at 1:22 AM, Emil Velikov wrote: > On 16 April 2016 at 22:04, Marek Olšák wrote: >> On Sat, Apr 16, 2016 at 9:40 PM, Rob Clark wrote: >>> On Sat, Apr 16, 2016 at 8:50 AM, Marek Olšák wrote:

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

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

Re: [Mesa-dev] [PATCH 1/6] gallium: use enums in p_defines.h

2016-04-17 Thread Jose Fonseca
On 16/04/16 22:51, Rob Clark wrote: On Sat, Apr 16, 2016 at 5:49 PM, Rob Clark wrote: On Sat, Apr 16, 2016 at 5:04 PM, Marek Olšák wrote: On Sat, Apr 16, 2016 at 9:40 PM, Rob Clark wrote: On Sat, Apr 16, 2016 at 8:50 AM, Marek

Re: [Mesa-dev] [PATCH 4/6] gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*

2016-04-17 Thread Jose Fonseca
On 16/04/16 23:27, Roland Scheidegger wrote: Am 16.04.2016 um 14:50 schrieb Marek Olšák: From: Marek Olšák we should use MESA_SHADER_* everywhere, but we're not ready for that yet --- I think the idea initially was that tgsi is essentially self-contained: you can parse

Re: [Mesa-dev] [PATCH] gallivm: don't use vector selects with llvm 3.7

2016-04-17 Thread Jose Fonseca
On 16/04/16 22:30, srol...@vmware.com wrote: From: Roland Scheidegger llvm 3.7 sometimes simply miscompiles vector selects. Reviewed-by: Jose Fonseca See https://bugs.freedesktop.org/show_bug.cgi?id=94972 Great detective work. I think you should

Re: [Mesa-dev] [PATCH 0/2] two super simple patches

2016-04-17 Thread Eduardo Lima Mitev
Both patches are: Reviewed-by: Eduardo Lima Mitev Thanks! Eduardo On 04/16/2016 09:26 PM, Juha-Pekka Heikkila wrote: > These are just fixes for error paths. > > Juha-Pekka Heikkila (2): > meta: Avoid random memory access on error > meta: initialize values to avoid random