On Sat, May 5, 2018 at 8:50 PM, Mario Kleiner
wrote:
> Thanks. Can you see if you get any freezes in kwin_x11 by "violent
> alt-tabbing" with patch 1? I've seen two such freezes within 8 hours
> of normal use yesterday, each occuring when i alt-tabbed (normally)
> and the switcher side panel moved
Reviewed-by: Jason Ekstrand
On Sat, May 5, 2018 at 11:39 AM, Chris Wilson
wrote:
> A couple of typos found by inspecting field.end - field.start, revealed
> a few wide integers declared as bool and some that ended before they
> started.
>
> Cc: Lionel Landwerlin ---
> src/intel/genxml/gen4.xm
On Sat, May 5, 2018 at 4:44 PM, Roman Gilg wrote:
> Without this patch plasmashell on Xserver/Mesa master freezes on me
> when opening the launcher menu (Kickoff). With the patch haven't
> experienced freezes yet.
>
> Haven't tested the Steam client yet. Might be a different problem though.
>
> Te
A couple of typos found by inspecting field.end - field.start, revealed
a few wide integers declared as bool and some that ended before they
started.
Cc: Lionel Landwerlin
---
src/intel/genxml/gen4.xml | 12 ++--
src/intel/genxml/gen45.xml | 12 ++--
src/intel/genxml/gen5.xml |
A couple of typos found by inspecting field.end - field.start, revealed
a few wide integers declared as bool and some that ended before they
started.
Cc: Lionel Landwerlin
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/src/intel/genxml/g
https://bugs.freedesktop.org/show_bug.cgi?id=106411
Bug ID: 106411
Summary: Invalid gl_InstanceID value with combination of
gl_DrawIDARB under OpenGL
Product: Mesa
Version: 18.0
Hardware: Other
OS: All
In the prime case, our modifier is always DRM_FORMAT_MOD_LINEAR and we
would end up calling dri3_pixmap_from_buffers on an X server which does
not support it.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106180
Fixes: c80c08e226 "vulkan/wsi/x11: Add support for DRI3 v1.2"
---
src/vulkan
In the prime case, our modifier is always DRM_FORMAT_MOD_LINEAR and we
would end up calling dri3_pixmap_from_buffers on an X server which does
not support it.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106180
Fixes: c80c08e226 "vulkan/wsi/x11: Add support for DRI3 v1.2"
---
src/vulkan
On Sat, May 5, 2018 at 6:34 AM, Bas Nieuwenhuizen
wrote:
> This was setting the LINEAR modifier if neither the
> X server nor the driver supported modifiers.
>
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106180
> Fixes: c80c08e226 "vulkan/wsi/x11: Add support for DRI3 v1.2"
> CC: 18.
On Fri, 2018-05-04 at 10:56 -0700, Francisco Jerez wrote:
> Jan Vesely writes:
>
> > These are needed to destroy the v vector.
> > Fixes memory leaks on kernel launch.
> > Signed-off-by: Jan Vesely
> > ---
> > src/gallium/state_trackers/clover/core/kernel.hpp | 2 ++
> > 1 file changed, 2 inser
Thank you for the clarification.
On Sat, 5 May 2018 at 14:31 Daniel Stone wrote:
> On 5 May 2018 at 10:15, Mike Lothian wrote:
> > Out of interest can you try running the vulkan smoketest, I'm seeing
> this:
> >
> > smoketest
> > terminate called after throwing an instance of 'std::runtime_erro
Without this patch plasmashell on Xserver/Mesa master freezes on me
when opening the launcher menu (Kickoff). With the patch haven't
experienced freezes yet.
Haven't tested the Steam client yet. Might be a different problem though.
Tested-by: Roman Gilg
On Fri, May 4, 2018 at 3:45 PM, Mario Kle
This was setting the LINEAR modifier if neither the
X server nor the driver supported modifiers.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106180
Fixes: c80c08e226 "vulkan/wsi/x11: Add support for DRI3 v1.2"
CC: 18.1
CC: Abel Garcia Dorta
CC: Daniel Stone
---
src/vulkan/wsi/wsi_co
On 5 May 2018 at 10:15, Mike Lothian wrote:
> Out of interest can you try running the vulkan smoketest, I'm seeing this:
>
> smoketest
> terminate called after throwing an instance of 'std::runtime_error'
> what(): VkResult -101004 returned
> Aborted (core dumped)
VK_ERROR_OUT_OF_DATE_KHR i
On Wed, May 2, 2018 at 2:35 AM, Michel Dänzer wrote:
> From: Michel Dänzer
>
> And only free no longer needed back buffers there as well.
>
> We want to stick to the same back buffer throughout a frame, otherwise
> we can run into various issues.
>
> Bugzilla: https://bugs.freedesktop.org/105906
https://bugs.freedesktop.org/show_bug.cgi?id=106180
--- Comment #15 from mercuriete ---
Created attachment 139368
--> https://bugs.freedesktop.org/attachment.cgi?id=139368&action=edit
Xorg log
--
You are receiving this mail because:
You are the assignee for the bug.___
https://bugs.freedesktop.org/show_bug.cgi?id=106180
--- Comment #14 from mercuriete ---
I think i am.
I am using a laptop with prime configuration.
So I think when using plasma kde (kwin_x11 compositor) i am using X11 over
intel.
What I not sure is what DDX drivers i am using. I think i am usi
Which is:
VK_ERROR_OUT_OF_DATE_KHR = -101004,
On Sat, 5 May 2018 at 10:15 Mike Lothian wrote:
> Out of interest can you try running the vulkan smoketest, I'm seeing this:
>
> smoketest
> terminate called after throwing an instance of 'std::runtime_error'
> what(): VkResult -101004 re
Out of interest can you try running the vulkan smoketest, I'm seeing this:
smoketest
terminate called after throwing an instance of 'std::runtime_error'
what(): VkResult -101004 returned
Aborted (core dumped)
On Sat, 5 May 2018 at 05:25 Mario Kleiner
wrote:
> On Sat, May 5, 2018 at 4:08 A
Quoting James Xiong (2018-05-05 01:56:01)
> This series align the buffer size up to page instead of a bucket size
> to improve memory allocation efficiency.
It doesn't though. It still retrieves up to the bucket size, so with a
little cache poisoning (or a series of unfortunate events) it will be
On 04/05/18 21:06, Eleni Maria Stea wrote:
> Hi Eero,
>
> On Fri, 4 May 2018 18:29:55 +0300
> Eero Tamminen wrote:
>
>> You mean returning CAVEAT_SUPPORT in params for compressed formats
>> which are transparently converted to uncompressed data?
> Well, that would be the best solution I think, if
Quoting James Xiong (2018-05-05 01:56:05)
> From: "Xiong, James"
>
> When one of cached buffers is found to be evicted by kernel,
> most likely the buffers freed earlier than this buffer are
> gone too, go through the cached list in the bucket and purge.
The order in this list bears little relev
Quoting Chris Wilson (2018-05-04 22:27:27)
> Quoting Kenneth Graunke (2018-05-04 02:12:36)
> > + if (brw_using_softpin(bufmgr) && bo->gtt_offset == 0ull) {
> > + bo->gtt_offset = vma_alloc(bufmgr, memzone, bo->size, 1);
> > +
> > + if (bo->gtt_offset == 0ull)
> > + goto err_free
Quoting Kenneth Graunke (2018-05-04 02:12:36)
> This introduces a new fast virtual memory allocator integrated with our
> BO cache bucketing. For larger objects, it falls back to the simple
> free-list allocator (util_vma).
>
> This puts the allocators in place but doesn't enable softpin yet.
> -
24 matches
Mail list logo