[Mesa-dev] [PATCH] i965: Fix indirect parameters draw during conditional rendering on hsw+

2018-11-15 Thread Illia Iorin
dings which were constant in respect to the draw loop outside of it. Signed-off-by: Illia Iorin Signed-off-by: Danylo Piliaiev Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108759 --- I haven’t tested this patch on intel CI. I going to test this patch when piglit test

[Mesa-dev] [PATCH] mesa: Fix pack_uint_Z_FLOAT32()

2018-10-11 Thread Illia Iorin
his issue. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=91433 Signed-off-by: Illia Iorin --- src/mesa/main/format_pack.py | 21 + src/mesa/swrast/s_depth.c| 6 -- 2 files changed, 9 insertions(+), 18 deletions(-) diff --git a/src/mesa/main/format_pac

[Mesa-dev] [PATCH v3] mesa/format_pack: Fix pack_uint_Z_FLOAT32()

2018-10-01 Thread Illia Iorin
all, which was added for debuging this issue Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=91433 Signed-off-by: Illia Iorin --- src/mesa/main/format_pack.py | 21 + src/mesa/swrast/s_depth.c| 6 -- 2 files changed, 9 insertions(+), 18 deletions(-) diff -

[Mesa-dev] [PATCH] mesa/format_pack: Fix pack_uint_Z_FLOAT32()

2018-09-13 Thread Illia Iorin
=91433 Signed-off-by: Illia Iorin --- src/mesa/main/format_pack.py | 13 + 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/src/mesa/main/format_pack.py b/src/mesa/main/format_pack.py index 0b9e0d424d..5cf49909b5 100644 --- a/src/mesa/main/format_pack.py +++ b/src/mesa

[Mesa-dev] [PATCH] mesa/format_pack: Fix pack_uint_Z_FLOAT32()

2018-09-13 Thread Illia Iorin
=91433 Signed-off-by: Illia Iorin --- src/mesa/main/format_pack.py | 13 + 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/src/mesa/main/format_pack.py b/src/mesa/main/format_pack.py index 0b9e0d424d..a1774212c4 100644 --- a/src/mesa/main/format_pack.py +++ b/src/mesa