On Sun, 2018-07-01 at 17:33 +0100, Lionel Landwerlin wrote:
> I reread the discussion you had with Jason in order to figure out
> why
> this change is required.
> Maybe adding a comment at the top of the function would be a good bit
> of
> documentation for future developers ;)
Sure, I will add
On Sun, 2018-07-01 at 18:32 -0500, Jason Ekstrand wrote:
> 1-3 are R-b me. Should we cc stable?
Yes, I think these should go to stable.
> On June 29, 2018 03:11:00 Iago Toral Quiroga
> wrote:
>
> > Every time we emit a new state base address we will need to re-emit
> > our
> > binding tables,
On Sun, 2018-07-01 at 18:30 -0500, Jason Ekstrand wrote:
> On June 29, 2018 03:11:00 Iago Toral Quiroga
> wrote:
>
> > ---
> > src/intel/vulkan/anv_private.h | 5 +
> > src/intel/vulkan/genX_cmd_buffer.c | 12 +++-
> > 2 files changed, 12 insertions(+), 5 deletions(-)
> >
> > diff
On 30 June 2018 at 14:54, Marek Olšák wrote:
> From: Marek Olšák
>
> This removes some ugly code around module initialization.
Reviewed-by: Dave Airlie
> ---
> Dave, please rebase your code on top of this, and we don't need triple
> and data_layout in ac_llvm_compiler_info.
>
Cool thanks,
Dav
This fixes crash due to NULL window when swap interval is set
for pbuffer surface.
Jira: 61995
Test: CtsDisplayTestCases pass
Signed-off-by: samiuddi
---
src/egl/drivers/dri2/platform_android.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/egl/drivers/dri2/platform_and
Reviewed-by: Bas Nieuwenhuizen
On Mon, Jul 2, 2018 at 1:25 AM, Mauro Rossi wrote:
> pthread types are used in some files without explicitely including pthread.h.
> This leads to compile errors on Android 7.x nougat-x86
> e.g. in src/amd/vulkan/winsys/amdgpu/radv_amdgpu_winsys.h
>
> In file inclu
Reviewed-by: Timothy Arceri
On 02/07/18 05:50, Marek Olšák wrote:
From: Marek Olšák
Users are encouraged to switch to LLVM 6.0 released in March 2018.
---
.travis.yml | 24 ++--
configure.ac | 4 +-
meson.build
1-3 are R-b me. Should we cc stable?
On June 29, 2018 03:11:00 Iago Toral Quiroga wrote:
Every time we emit a new state base address we will need to re-emit our
binding tables, since they might have been emitted with a different base
state adress.
---
src/intel/vulkan/genX_cmd_buffer.c | 5 +++
On June 29, 2018 03:11:00 Iago Toral Quiroga wrote:
---
src/intel/vulkan/anv_private.h | 5 +
src/intel/vulkan/genX_cmd_buffer.c | 12 +++-
2 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h
index 510471
pthread types are used in some files without explicitely including pthread.h.
This leads to compile errors on Android 7.x nougat-x86
e.g. in src/amd/vulkan/winsys/amdgpu/radv_amdgpu_winsys.h
In file included from
external/mesa/src/amd/vulkan/winsys/amdgpu/radv_amdgpu_bo.c:31:
In file included fro
Thank you.
Best regards,
Denis.
On Sun, Jul 1, 2018, 10:44 PM Marek Olšák wrote:
> Pushed, thanks for the patches.
>
> Marek
>
> On Sun, Jul 1, 2018 at 2:25 AM, Denis Pauk wrote:
> > HI Marek,
> >
> > Thank you, could you merge commits?
> >
> > I don't have commit rights.
>
From: Marek Olšák
Users are encouraged to switch to LLVM 6.0 released in March 2018.
---
.travis.yml | 24 ++--
configure.ac | 4 +-
meson.build | 4 +-
src/amd/common/ac_llvm_bu
Pushed, thanks for the patches.
Marek
On Sun, Jul 1, 2018 at 2:25 AM, Denis Pauk wrote:
> HI Marek,
>
> Thank you, could you merge commits?
>
> I don't have commit rights.
>
> On Sat, Jun 30, 2018 at 12:29 AM Marek Olšák wrote:
>>
>> For the series:
>>
>> Reviewed-by: Marek Olšák
>>
>> Marek
Below tests would fail with an error message
"Vertex format (R4G4B4A4|R5G5B5A1) not supported."
Add the formate to the translation routine to enable these formats.
Fixes:
dEQP-GLES3.functional.texture.specification.teximage2d_pbo.rgba4_2d
dEQP-GLES3.functional.texture.specification.teximage2
For a texture that has only one LOD defined, but for which
GL_TEXTURE_MAX_LEVEL is the default (1000) and
GL_TEXTURE_MIN_LOD != GL_TEXTURE_MAX_LOD the reading from the texture does
not properly resolve the LOD level and texture lookup might fail. Hence,
when no mipmap filter is given (indicating th
This series fixes another bunch of tests from deqp gles3 and gles31.
I didn't see any regressions with
piglit gpu -t texture -t gather
thanks for reviewing,
Gert
Gert Wollny (3):
r600: force LOD range to be only one value when mip.min filter is NONE
r600: Add R4G4B4A4 and A1B5G5R5 to supp
It seems the hardware always expects floating point border color values
[0,1] for unsigned, and [-1,1] for signed texture component, regardless
of pixel type, but the border colors are passed according to texture
component type. Hence, before submitting the border color, convert and
scale it these
I reread the discussion you had with Jason in order to figure out why
this change is required.
Maybe adding a comment at the top of the function would be a good bit of
documentation for future developers ;)
Regardless this series is :
Reviewed-by: Lionel Landwerlin
Thanks!
On 29/06/18 09:10
From: Gert Wollny
Structures might be padded by the compiler and these padding bytes remain
un-initialized which in turn makes memcmp return a difference where from
the logical point of view there is none.
Fixes valgrind:
Conditional jump or move depends on uninitialised value(s)
at
From: Gert Wollny
restart_index is later always used in a comparison, so it should be
initialized properly.
Fixes valgrind warning:
Conditional jump or move depends on uninitialised value(s)
at 0xB8D682F: r600_draw_vbo (r600_state_common.c:2153)
by 0xB71F743: u_vbuf_draw_vbo (u_vbuf.c:1
20 matches
Mail list logo