pon., 17 wrz 2018 o 18:24 Michel Dänzer napisał(a):
>
> On 2018-09-15 3:04 a.m., Marek Olšák wrote:
> > On Fri, Sep 14, 2018 at 4:53 AM, Michel Dänzer wrote:
> >> On 2018-09-13 8:56 p.m., Marek Olšák wrote:
> >>
> >>> +* What happens if a driver is unloaded and the app creates a thread?
> >>
Fixes: 42ea0631f108d82554339 "meson: build clover"
Signed-off-by: Eric Engestrom
---
src/gallium/state_trackers/clover/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gallium/state_trackers/clover/meson.build
b/src/gallium/state_trackers/clover/meson.build
ind
Fixes: 9d40ec2cf6ec6d3d9d78 "radv: Add support for VK_KHR_driver_properties."
Signed-off-by: Eric Engestrom
---
src/amd/vulkan/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/amd/vulkan/meson.build b/src/amd/vulkan/meson.build
index 1ed5299d750bfc154702..d2309a
Fixes: e4538b93f5d5177318f2 "anv: Implement VK_KHR_driver_properties"
Signed-off-by: Eric Engestrom
---
src/intel/vulkan/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/intel/vulkan/meson.build b/src/intel/vulkan/meson.build
index 941186d38ec7d325dce1..e1fccaba
Fixes: a537231b226280bc1e5b7 "meson: build svga driver on linux"
Signed-off-by: Eric Engestrom
---
src/gallium/drivers/svga/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gallium/drivers/svga/meson.build
b/src/gallium/drivers/svga/meson.build
index 2976212fdf
Signed-off-by: Eric Engestrom
---
src/vulkan/wsi/wsi_common_wayland.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/vulkan/wsi/wsi_common_wayland.c
b/src/vulkan/wsi/wsi_common_wayland.c
index e9cc22ec60372e486e8e..c3cb066bd6dfedb6a363 100644
--- a/src/vulkan/wsi/wsi_com
Meson already automatically tracks included headers, so there's no need
to add them everywhere; cleans up the code a bit.
Signed-off-by: Eric Engestrom
---
src/vulkan/wsi/meson.build | 23 +--
1 file changed, 5 insertions(+), 18 deletions(-)
diff --git a/src/vulkan/wsi/meson
Signed-off-by: Eric Engestrom
---
src/vulkan/wsi/wsi_common_display.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/vulkan/wsi/wsi_common_display.h
b/src/vulkan/wsi/wsi_common_display.h
index 50d7f836a754d3ef488c..be0bd4e06fb9c818eed5 100644
--- a/src/vulkan/wsi/wsi_com
Signed-off-by: Eric Engestrom
---
src/vulkan/wsi/wsi_common.c | 9 +
src/vulkan/wsi/wsi_common.h | 3 +++
src/vulkan/wsi/wsi_common_display.c | 16
src/vulkan/wsi/wsi_common_x11.c | 14 ++
4 files changed, 18 insertions(+), 24 deletions(-
Requiring a 4th component to be free when only 3 is needed for compounds
limits the RA's options.
total instructions in shared programs : 7696203 -> 7695915 (-0.00%)
total gprs used in shared programs: 804270 -> 802998 (-0.16%)
total shared used in shared programs : 639636 -> 639636 (0.00%)
t
https://bugs.freedesktop.org/show_bug.cgi?id=108578
--- Comment #1 from Shmerl ---
Generated ICD (radeon_icd.x86_64.json) looks like this for me (Mesa master):
"ICD": {
"api_version": "1.1.70",
...
--
You are receiving this mail because:
You are the assignee for the
This function was there when the file was introduced in commit
38f10d5a03542c60a589 "intel: tools: add aubinator viewer", but was
never actually used.
Cc: Lionel Landwerlin
Signed-off-by: Eric Engestrom
---
Lionel, was this function no longer needed in the final revision of this
commit, or did y
https://bugs.freedesktop.org/show_bug.cgi?id=108581
Bug ID: 108581
Summary: llvmpipe crashes using kms_swrast_dri.so
Product: Mesa
Version: git
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity
https://bugs.freedesktop.org/show_bug.cgi?id=108581
--- Comment #1 from Stephan Hilb ---
Created attachment 142247
--> https://bugs.freedesktop.org/attachment.cgi?id=142247&action=edit
backtrace: calling thread
--
You are receiving this mail because:
You are the assignee for the bug.
You are
https://bugs.freedesktop.org/show_bug.cgi?id=108581
--- Comment #2 from Stephan Hilb ---
Created attachment 142248
--> https://bugs.freedesktop.org/attachment.cgi?id=142248&action=edit
backtrace: another rendering thread
--
You are receiving this mail because:
You are the assignee for the bug
https://bugs.freedesktop.org/show_bug.cgi?id=108581
--- Comment #3 from Stephan Hilb ---
Created attachment 142249
--> https://bugs.freedesktop.org/attachment.cgi?id=142249&action=edit
sway debug log (with egl and llvmpipe debug options)
--
You are receiving this mail because:
You are the ass
https://bugs.freedesktop.org/show_bug.cgi?id=108578
--- Comment #2 from Bas Nieuwenhuizen ---
Why do you think it is wrong?
We hardcode it because every version bump we need to see if we have implemented
the non-extension API changes+bugfixes in the driver, and apparently the last
time we did th
We use cross-thread constants to only upload one copy of the uniforms
on Haswell and later. We only duplicate things on Ivybridge. The
comment suggests that we duplicate data everywhere, which is inaccurate.
The second FINISHME is about a new mechanism we could use, if we wanted
to, but we aren'
On October 27, 2018 22:08:01 Timothy Arceri wrote:
Once linking opts are done this pass recombines varying components.
This patch is loosely based on Connor's vectorize alu pass.
V2: skip fragment shaders
---
src/compiler/Makefile.sources | 1 +
src/compiler/nir/meson.build
Rb
On October 28, 2018 08:19:19 Eric Engestrom wrote:
Fixes: e4538b93f5d5177318f2 "anv: Implement VK_KHR_driver_properties"
Signed-off-by: Eric Engestrom
---
src/intel/vulkan/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/intel/vulkan/meson.build b/src/inte
On October 28, 2018 08:45:30 Eric Engestrom wrote:
Signed-off-by: Eric Engestrom
---
src/vulkan/wsi/wsi_common_wayland.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/vulkan/wsi/wsi_common_wayland.c
b/src/vulkan/wsi/wsi_common_wayland.c
index e9cc22ec60372e486e8e..c
https://bugs.freedesktop.org/show_bug.cgi?id=108578
--- Comment #3 from bmil...@gmail.com ---
I still don't understand the reasoning. The version referenced here
https://gitlab.freedesktop.org/mesa/mesa/commit/13fd4e601c80b85317feac894c52bd24e4f98c09
for instance is different (1.1.88).
By non-ext
22 matches
Mail list logo