On Sat, 2016-09-10 at 13:19 +0200, Thomas Helland wrote:
> 2016-09-09 0:20 GMT+02:00 Thomas Helland :
> >
> > 2016-08-16 22:10 GMT+02:00 Thomas Helland > m>:
> > >
> > > Signed-off-by: Thomas Helland
> > > ---
> > > src/compiler/glsl/ir_constant_expression.cpp | 24 +-
> > > ---
Niels Ole Salscheider writes:
> On Wednesday, 31 August 2016, 15:53:05 CEST, Serge Martin wrote:
>> On Wednesday 31 August 2016 12:39:23 Vedran Miletić wrote:
>> > On 08/28/2016 04:42 PM, Niels Ole Salscheider wrote:
>> > > This is required by the OpenCL standard.
>> > >
>> > > Signed-off-by: Ni
Forgotten on commit "i965: Fix calculation of the image height at start level".
Thanks to Ilia Mirkin for point it.
Fixes the following regressions on Haswell and Broadwell:
ES2-CTS.gtf.GL2ExtensionTests.egl_image_external.TestSimpleUnassociated (crash
back to pass)
ES2-CTS.gtf.GL2ExtensionTests
After commit "i965: Fix calculation of the image height at start level", it is
not needed. This commit removes the "warning: unused variable ‘i’" warning.
---
src/mesa/drivers/dri/i965/intel_tex_image.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/mesa/drivers/dri/i965/intel_tex_image.c
Alejandro Piñeiro writes:
> On 09/09/16 07:33, Francisco Jerez wrote:
>> Alejandro Piñeiro writes:
>>
>>> On 02/09/16 23:13, Kenneth Graunke wrote:
On Friday, August 26, 2016 10:49:18 PM PDT Kenneth Graunke wrote:
> This fixes a numerical precision issue that was causing two CTS
>
I like the easy way out in this case. Thanks for the pointer.
On Fri, Sep 9, 2016, at 18:03, Ilia Mirkin wrote:
> On Fri, Sep 9, 2016 at 8:59 PM, Dylan Baker wrote:
> >> Some piglit tests to check the TES behaviour would be nice.
> >
> > Yeah, I figured. I'll have to go read up on how tessellatio
This series is:
Reviewed-by: Samuel Pitoiset
On 09/10/2016 06:58 PM, Ilia Mirkin wrote:
We have to force it to write to predicate 7 (aka PT) in order for it not
to mess up another predicate. Unclear what would be returned in the
predicate, perhaps an error code for out-of-bounds requests. Blob
Looks like the GM107 IPA op does not allow a separate offset when
using an indirect register. Instead we must use AL2P like we do for
indirect vertex operations on Kepler+.
Signed-off-by: Ilia Mirkin
---
v1 -> v2: Use AL2P instead of an ADD. Also do this in a pre-SSA stage so that
we g
We have to force it to write to predicate 7 (aka PT) in order for it not
to mess up another predicate. Unclear what would be returned in the
predicate, perhaps an error code for out-of-bounds requests. Blob
doesn't seem to check it.
Signed-off-by: Ilia Mirkin
Cc: mesa-sta...@lists.freedesktop.org
This patch regresses
es2-cts.gtf.gl2extensiontests.egl_image_external.testsimpleunassociated
https://bugs.freedesktop.org/show_bug.cgi?id=97761
Antia Puentes writes:
> - Fixes CTS tests:
>
> * GL44-CTS.shader_image_size.advanced-nonMS-cs-float
> * GL44-CTS.shader_image_size.advanced-nonMS-cs-in
On 09/09/16 07:33, Francisco Jerez wrote:
> Alejandro Piñeiro writes:
>
>> On 02/09/16 23:13, Kenneth Graunke wrote:
>>> On Friday, August 26, 2016 10:49:18 PM PDT Kenneth Graunke wrote:
This fixes a numerical precision issue that was causing two CTS
failures:
ES31-CTS.blend_e
Cc: Nicolai Hähnle
Signed-off-by: Samuel Pitoiset
---
src/gallium/docs/source/tgsi.rst | 28
1 file changed, 28 insertions(+)
diff --git a/src/gallium/docs/source/tgsi.rst b/src/gallium/docs/source/tgsi.rst
index c6e5ceb..881aef6 100644
--- a/src/gallium/docs/source
On 09/10/2016 05:01 PM, Ilia Mirkin wrote:
On Sat, Sep 10, 2016 at 10:05 AM, Samuel Pitoiset
wrote:
Cc: Nicolai Hähnle
Signed-off-by: Samuel Pitoiset
---
src/gallium/docs/source/tgsi.rst | 26 ++
1 file changed, 26 insertions(+)
diff --git a/src/gallium/docs/source
On Sat, Sep 10, 2016 at 10:05 AM, Samuel Pitoiset
wrote:
> Cc: Nicolai Hähnle
> Signed-off-by: Samuel Pitoiset
> ---
> src/gallium/docs/source/tgsi.rst | 26 ++
> 1 file changed, 26 insertions(+)
>
> diff --git a/src/gallium/docs/source/tgsi.rst
> b/src/gallium/docs/sou
Cc: Nicolai Hähnle
Signed-off-by: Samuel Pitoiset
---
src/gallium/docs/source/tgsi.rst | 26 ++
1 file changed, 26 insertions(+)
diff --git a/src/gallium/docs/source/tgsi.rst b/src/gallium/docs/source/tgsi.rst
index c6e5ceb..d83cf9a 100644
--- a/src/gallium/docs/source/t
Am 09.09.2016 um 02:58 schrieb Rob Clark:
> On Thu, Sep 8, 2016 at 8:28 PM, Roland Scheidegger wrote:
>> Am 09.09.2016 um 02:19 schrieb Rob Clark:
>>> On Thu, Sep 8, 2016 at 7:54 PM, Rob Clark wrote:
On Thu, Sep 8, 2016 at 6:41 PM, Roland Scheidegger
wrote:
> Am 08.09.2016 um 23:4
This clears the last bits of the usecases of the hash table
located in mesa/program, allowing us to remove it.
V2: Rebase on top of changes to Makefile.sources
Signed-off-by: Thomas Helland
---
src/compiler/glsl/link_uniform_initializers.cpp| 2 +-
src/compiler/glsl/link_uniforms.cpp
On 09/09/2016 08:50 PM, Ilia Mirkin wrote:
On Thu, Sep 8, 2016 at 4:31 PM, Samuel Pitoiset
wrote:
Signed-off-by: Samuel Pitoiset
---
src/compiler/glsl/builtin_variables.cpp | 2 ++
src/compiler/shader_enums.h | 1 +
2 files changed, 3 insertions(+)
diff --git a/src/compiler/gls
On 09/09/2016 08:46 PM, Ian Romanick wrote:
On 09/08/2016 01:31 PM, Samuel Pitoiset wrote:
The ARB_compute_variable_group_size specification explains that
when a compute shader includes both a fixed and a variable local
size, a compile-time error occurs.
I probably would have squashed this i
On 09/09/2016 08:22 PM, Ian Romanick wrote:
On 09/09/2016 08:46 AM, Samuel Pitoiset wrote:
On 09/08/2016 10:58 PM, Ian Romanick wrote:
On 09/08/2016 01:31 PM, Samuel Pitoiset wrote:
Signed-off-by: Samuel Pitoiset
---
.../glapi/gen/ARB_compute_variable_group_size.xml | 25
+++
V2: Fix incorrect argument ordering on hash table insert
Signed-off-by: Thomas Helland
---
src/compiler/glsl/ir_constant_expression.cpp | 24 +---
1 file changed, 13 insertions(+), 11 deletions(-)
diff --git a/src/compiler/glsl/ir_constant_expression.cpp
b/src/compiler/glsl
2016-09-09 0:20 GMT+02:00 Thomas Helland :
> 2016-08-16 22:10 GMT+02:00 Thomas Helland :
>> Signed-off-by: Thomas Helland
>> ---
>> src/compiler/glsl/ir_constant_expression.cpp | 24 +---
>> 1 file changed, 13 insertions(+), 11 deletions(-)
>>
>> diff --git a/src/compiler/glsl
On 09.09.2016 23:26, Marek Olšák wrote:
On Fri, Sep 9, 2016 at 7:34 PM, Nicolai Hähnle wrote:
Hi,
this is a bunch of random cleanups in and related to radeon and amdgpu
winsyses.
There is one significant behavioral change, which is that amdgpu now only
keeps a single fence around for each buf
On 10.09.2016 00:40, Marek Olšák wrote:
From: Marek Olšák
LLVM can CSE the loads, thus we can always re-load constants before each
use. The decrease in SGPR spilling is huge.
The best improvements are the dumbest ones.
Indeed :)
Reviewed-by: Nicolai Hähnle
26011 shaders in 14651 tests
T
On Wednesday, 31 August 2016, 15:53:05 CEST, Serge Martin wrote:
> On Wednesday 31 August 2016 12:39:23 Vedran Miletić wrote:
> > On 08/28/2016 04:42 PM, Niels Ole Salscheider wrote:
> > > This is required by the OpenCL standard.
> > >
> > > Signed-off-by: Niels Ole Salscheider
> >
> > Reviewed-
25 matches
Mail list logo