Am Sonntag, den 20.08.2017, 15:48 +0200 schrieb Marek Olšák:
> The patch seems OK to me.
Hmm,
you're right in that I was wrong about "program", I still need learn to
think in patches.
However, when I look at si_delete_compute_state where
si_compute_reference is called:
>+ si_compute_refe
On 08/21/2017 08:47 AM, Harish Krupo wrote:
Hi Ilia,
On 08/21/2017 10:42 AM, Ilia Mirkin wrote:
On Mon, Aug 21, 2017 at 12:52 AM, Harish Krupo
wrote:
Hi Ilia,
On 08/18/2017 07:20 PM, Ilia Mirkin wrote:
Why the static data changes? Also, I haven't double checked the
code, but
I'm almost
Hi Ilia,
On 08/21/2017 10:42 AM, Ilia Mirkin wrote:
On Mon, Aug 21, 2017 at 12:52 AM, Harish Krupo
wrote:
Hi Ilia,
On 08/18/2017 07:20 PM, Ilia Mirkin wrote:
Why the static data changes? Also, I haven't double checked the code, but
I'm almost certain this is incomplete. You have to add code
On Mon, Aug 21, 2017 at 12:52 AM, Harish Krupo
wrote:
> Hi Ilia,
>
> On 08/18/2017 07:20 PM, Ilia Mirkin wrote:
>>
>> Why the static data changes? Also, I haven't double checked the code, but
>> I'm almost certain this is incomplete. You have to add code disallowing the
>> other enums from being u
Hi Ilia,
On 08/18/2017 07:20 PM, Ilia Mirkin wrote:
Why the static data changes? Also, I haven't double checked the code,
but I'm almost certain this is incomplete. You have to add code
disallowing the other enums from being used on es2.
Thank you for pointing out that code is required to dis
Outdated, features.txt is used instead.
---
It would be great if someone who knows how could just remove the wiki
page. It doesn't really offer anything of value anymore.
docs/helpwanted.html | 2 --
1 file changed, 2 deletions(-)
diff --git a/docs/helpwanted.html b/docs/helpwanted.html
index
We are using appveyor for Windows continuous integration.
---
docs/helpwanted.html | 3 ---
1 file changed, 3 deletions(-)
diff --git a/docs/helpwanted.html b/docs/helpwanted.html
index bf6f788096..48e57fc716 100644
--- a/docs/helpwanted.html
+++ b/docs/helpwanted.html
@@ -28,23 +28,20 @@ Patches
Generally I'm not a huge fan of todo.txt files as they tend to not
get updated. However we have a faily active community looking for
ways to contribute and wiki pages tend to be forgotten about even
more easily as well as being more onerous to update.
features.txt although more specific has been s
Intel has a Jenkins setup and has made the various scripts and
documentation open source.
---
docs/helpwanted.html | 6 --
1 file changed, 6 deletions(-)
diff --git a/docs/helpwanted.html b/docs/helpwanted.html
index 273d4d56be..bf6f788096 100644
--- a/docs/helpwanted.html
+++ b/docs/helpwant
Features are already covered by features.txt like all the other
drivers.
---
docs/helpwanted.html | 2 --
src/gallium/docs/llvm-todo.txt | 14 --
2 files changed, 16 deletions(-)
delete mode 100644 src/gallium/docs/llvm-todo.txt
diff --git a/docs/helpwanted.html b/docs/hel
---
docs/helpwanted.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/helpwanted.html b/docs/helpwanted.html
index 11be4e0454..273d4d56be 100644
--- a/docs/helpwanted.html
+++ b/docs/helpwanted.html
@@ -56,21 +56,21 @@ You can find some further To-do lists here:
Common
This page is deprecated.
---
docs/helpwanted.html | 2 --
1 file changed, 2 deletions(-)
diff --git a/docs/helpwanted.html b/docs/helpwanted.html
index 683ebbe615..f7bba0f479 100644
--- a/docs/helpwanted.html
+++ b/docs/helpwanted.html
@@ -59,22 +59,20 @@ You can find some further To-do lists her
This is an unoffical unmaintained driver, we don't really want
people wasting effort trying to improve it.
---
docs/helpwanted.html | 2 --
1 file changed, 2 deletions(-)
diff --git a/docs/helpwanted.html b/docs/helpwanted.html
index f7bba0f479..11be4e0454 100644
--- a/docs/helpwanted.html
+++ b/
Tested-by: Dieter Nützel
on RX580
smaller foot print, now;-)
Dieter
Am 19.08.2017 19:03, schrieb Marek Olšák:
From: Marek Olšák
We have come to the conclusion that it doesn't improve performance.
---
src/gallium/drivers/radeon/r600_gpu_load.c| 3 -
src/gallium/drivers/radeon/r600_pi
On 21 August 2017 at 10:58, Marek Olšák wrote:
> On Mon, Aug 21, 2017 at 2:41 AM, Dave Airlie wrote:
>> On 21 August 2017 at 10:22, Dave Airlie wrote:
>>> Hi Gert,
>>>
>>> Can you test this along with the fetch shader patch Marek sent?
>>>
>>> I'm giving it a piglit run now.
>>
>> Actually that
On Mon, Aug 21, 2017 at 2:41 AM, Dave Airlie wrote:
> On 21 August 2017 at 10:22, Dave Airlie wrote:
>> Hi Gert,
>>
>> Can you test this along with the fetch shader patch Marek sent?
>>
>> I'm giving it a piglit run now.
>
> Actually that patch is probably not necessary,
>
> I think you need to f
This code was separated from the validation code so it could
use used with KHR_no_error paths. The return values were inverted
to reflect the name of the helper, but here the condtion was
mistakenly inverted rather than the return value.
Fixes: 4df2931a87fe (mesa/vbo: move some Draw checks out of
On 21 August 2017 at 10:22, Dave Airlie wrote:
> Hi Gert,
>
> Can you test this along with the fetch shader patch Marek sent?
>
> I'm giving it a piglit run now.
Actually that patch is probably not necessary,
I think you need to fill in 0 for the 4th 2D coordinate for LD to be used.
TGSI spec f
Hi Gert,
Can you test this along with the fetch shader patch Marek sent?
I'm giving it a piglit run now.
Dave.
On 21 August 2017 at 09:22, Dave Airlie wrote:
> On 20 August 2017 at 05:25, Marek Olšák wrote:
>> On Sat, Aug 19, 2017 at 7:24 PM, Gert Wollny wrote:
>>> Am Samstag, den 19.08.2017
>
> Actually I can still get into a wierd place where simple tests that
> readback fail.
>
> I'll try and dig some more.
Ignore previous, the problem is you don't zero the other coords in the
vertex buffer, so r600 sees a TXF 2D but passes all 4 texture coord
to the hw.
Dave.
On Mon, Aug 21, 2017 at 1:38 AM, Timothy Arceri wrote:
>
>
> On 21/08/17 08:58, Marek Olšák wrote:
>>
>> On Mon, Aug 21, 2017 at 12:52 AM, Timothy Arceri
>> wrote:
>>>
>>> On 21/08/17 03:25, Marek Olšák wrote:
On Thu, Aug 17, 2017 at 1:02 PM, Timothy Arceri
wrote:
>
>
On 21 August 2017 at 09:28, Dave Airlie wrote:
> On 18 August 2017 at 04:31, Marek Olšák wrote:
>> From: Marek Olšák
>>
>
> This break r600 first.
>
>> - if (attrib) {
>> + switch (type) {
>> + case UTIL_BLITTER_ATTRIB_COLOR:
>> memcpy(vb+4, attrib->f, sizeof(fl
On 21/08/17 08:58, Marek Olšák wrote:
On Mon, Aug 21, 2017 at 12:52 AM, Timothy Arceri wrote:
On 21/08/17 03:25, Marek Olšák wrote:
On Thu, Aug 17, 2017 at 1:02 PM, Timothy Arceri
wrote:
Shared (the default) and packed layouts are decided by the
implementation.
Currently we just pack the
On 19/08/17 17:44, Jordan Justen wrote:
Signed-off-by: Jordan Justen
Cc: Timothy Arceri
---
src/compiler/glsl/linker.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/compiler/glsl/linker.cpp b/src/compiler/glsl/linker.cpp
index 306051f1f0..671c38e8e1 100644
--- a
On 18 August 2017 at 04:31, Marek Olšák wrote:
> From: Marek Olšák
>
This break r600 first.
> - if (attrib) {
> + switch (type) {
> + case UTIL_BLITTER_ATTRIB_COLOR:
> memcpy(vb+4, attrib->f, sizeof(float)*4);
> memcpy(vb+12, attrib->f, sizeof(f
On 20 August 2017 at 05:25, Marek Olšák wrote:
> On Sat, Aug 19, 2017 at 7:24 PM, Gert Wollny wrote:
>> Am Samstag, den 19.08.2017, 18:35 +0200 schrieb Marek Olšák:
>>> Can you try the attached patch?
>>
>> While if fixes the crash and lets me run glxgears and some other rathe
>> simple OpenGL pr
On 19/08/17 17:44, Jordan Justen wrote:
Fixes many GL 4.5 CTS blend tests, such as:
* GL45-CTS.blend_equation_advanced.extension_directive_enable
* GL45-CTS.blend_equation_advanced.extension_directive_warn
* GL45-CTS.blend_equation_advanced.blend_all.GL_MULTIPLY_KHR_all_qualifier
* GL45-CTS.bl
On Mon, Aug 21, 2017 at 12:52 AM, Timothy Arceri wrote:
> On 21/08/17 03:25, Marek Olšák wrote:
>>
>> On Thu, Aug 17, 2017 at 1:02 PM, Timothy Arceri
>> wrote:
>>>
>>> Shared (the default) and packed layouts are decided by the
>>> implementation.
>>> Currently we just pack them using the std140 l
On 21/08/17 03:25, Marek Olšák wrote:
On Thu, Aug 17, 2017 at 1:02 PM, Timothy Arceri wrote:
Shared (the default) and packed layouts are decided by the implementation.
Currently we just pack them using the std140 layout. This change makes it so
we use the slightly more compact std430 layout on
https://bugs.freedesktop.org/show_bug.cgi?id=102308
Ilia Mirkin changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
On Fri, Aug 18, 2017 at 8:53 PM, Chih-Wei Huang wrote:
> 2017-08-19 8:27 GMT+08:00 Emil Velikov :
>> On 18 August 2017 at 20:46, Rob Herring wrote:
>>> Both statically linking libLLVMCore and dynamically linking libLLVM causes
>>> duplicated symbols in gallium_dri.so and it fails to dlopen. We do
On Thu, Aug 17, 2017 at 1:02 PM, Timothy Arceri wrote:
> Shared (the default) and packed layouts are decided by the implementation.
> Currently we just pack them using the std140 layout. This change makes it so
> we use the slightly more compact std430 layout on i965 and radeonsi.
>
> I doubt this
On August 20, 2017 8:57:15 AM Andres Gomez wrote:
On Sun, 2017-08-20 at 07:19 -0700, Jason Ekstrand wrote:
On August 19, 2017 8:38:04 AM Andres Gomez wrote:
[...]
>
> Mesa stable queue
> -
>
> Nominated (3)
> =
>
> Ilia Mirkin (1):
> glsl: add a few miss
On Sun, Aug 20, 2017 at 3:42 AM, Christoph Haag
wrote:
> On 20.08.2017 02:07, Ilia Mirkin wrote:
>> Reviewed-by: Ilia Mirkin
>>
>> Will push this out tomorrow unless there are any objections.
>
> It would probably be also good for mesa stable, right?
>
Yep, I have it tagged as such in my tree.
_
On Sun, Aug 20, 2017 at 6:51 AM, Marek Olšák wrote:
> On Sun, Aug 20, 2017 at 4:29 AM, Roland Scheidegger
> wrote:
>> For 1-3/8, I don't think anything ever used these, and 5/8 (DPH) we
>> don't need neither, so
>> Reviewed-by: Roland Scheidegger
>>
>> 4,6,7, well we can live fine without them,
For patches 12-16:
Reviewed-by: Marek Olšák
Marek
On Wed, Aug 16, 2017 at 1:05 PM, Nicolai Hähnle wrote:
> From: Nicolai Hähnle
>
> ---
> src/gallium/drivers/ddebug/dd_draw.c| 21 -
> src/gallium/drivers/radeonsi/si_debug.c | 8 +++-
> src/gallium/include/pipe/p_
On Wed, Aug 16, 2017 at 1:05 PM, Nicolai Hähnle wrote:
> From: Nicolai Hähnle
>
> Use the auto logger facility, so that CS chunks will be interleaved
> with other log info.
> ---
> src/gallium/drivers/radeonsi/si_debug.c | 215
> +--
> src/gallium/drivers/radeonsi/
On Sun, 2017-08-20 at 07:19 -0700, Jason Ekstrand wrote:
> On August 19, 2017 8:38:04 AM Andres Gomez wrote:
>
[...]
> >
> > Mesa stable queue
> > -
> >
> > Nominated (3)
> > =
> >
> > Ilia Mirkin (1):
> > glsl: add a few missing int64 constant propagation c
For patches 1-10:
Reviewed-by: Marek Olšák
Marek
On Wed, Aug 16, 2017 at 1:05 PM, Nicolai Hähnle wrote:
> From: Nicolai Hähnle
>
> ---
> src/gallium/drivers/radeon/r600_pipe_common.h | 2 +-
> src/gallium/drivers/radeon/r600_texture.c | 41 +++--
> src/gallium/drivers/radeonsi/si_debu
On August 19, 2017 8:38:04 AM Andres Gomez wrote:
Hello list,
The candidate for the Mesa 17.1.7 is now available. Currently we have:
- 33 queued
- 3 nominated (outstanding)
- and 3 rejected patches
In the current queue we have:
The state tracker received a fix to avoid a crash accessing
The patch seems OK to me.
Marek
On Wed, Aug 16, 2017 at 1:50 PM, Gert Wollny wrote:
> Hello Nicolai,
>
> I've spotted a little problem in you code (see below).
>
> Best,
> Gert
>
>
> Am Mittwoch, den 16.08.2017, 13:05 +0200 schrieb Nicolai Hähnle:
>> From: Nicolai Hähnle
>>
>> To allow keep-ali
On Sun, Aug 20, 2017 at 4:29 AM, Roland Scheidegger wrote:
> For 1-3/8, I don't think anything ever used these, and 5/8 (DPH) we
> don't need neither, so
> Reviewed-by: Roland Scheidegger
>
> 4,6,7, well we can live fine without them, just translating them away
> the same as you do here too. (I t
From: Marek Olšák
---
src/gallium/auxiliary/gallivm/lp_bld_tgsi_action.c | 1 -
src/gallium/auxiliary/gallivm/lp_bld_tgsi_info.c | 1 -
src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c| 43 -
src/gallium/auxiliary/nir/tgsi_to_nir.c| 3 --
src/gallium/auxil
On Sat, 2017-08-19 at 17:56 -0400, Ilia Mirkin wrote:
> On Sat, Aug 19, 2017 at 11:37 AM, Andres Gomez wrote:
> > nouveau's nv50 has gotten a fix for a problem involving ConstantFolding
> > with saturation that was visible in Hitman Absolution and, possibly, in
> > some other games. Also, it has g
Quoting Jason Ekstrand (2017-08-19 23:07:48)
> "Alloc for render" is a terrible name for a flag because it means
> basically nothing. What the flag really does is allocate a busy BO
> which someone theorized at one point in time would be more efficient if
> you're planning to immediately render to
https://bugs.freedesktop.org/show_bug.cgi?id=102318
Alex Granni changed:
What|Removed |Added
Attachment #133638|Mesa3D scons build with |Mesa3D scons build with
descriptio
https://bugs.freedesktop.org/show_bug.cgi?id=102318
Bug ID: 102318
Summary: Scons build - LLVM 5.0 not supported
Product: Mesa
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: major
It would probably be also good for mesa stable, right?
On 20.08.2017 02:07, Ilia Mirkin wrote:
> Reviewed-by: Ilia Mirkin
>
> Will push this out tomorrow unless there are any objections.
>
> On Sat, Aug 19, 2017 at 7:59 PM, Christoph Haag
> wrote:
>> From: Christoph Haag
>>
>> This is analogo
48 matches
Mail list logo