All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/3] Update wlroots to the latest release
@ 2022-04-22 21:49 Adrian Perez de Castro
  2022-04-22 21:49 ` [Buildroot] [PATCH 1/3] package/wlroots: bump to version 0.15.1 Adrian Perez de Castro
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Adrian Perez de Castro @ 2022-04-22 21:49 UTC (permalink / raw)
  To: buildroot; +Cc: Adrian Perez de Castro

Hi,

This is a small patch set which brings wlroots library to its most recent
version, fixing the cage compositor with a backported patch (as there is
no newer release yet). I am adding one additional patch that enables the
new Vulkan renderer when any of Mesa's Vulkan drivers is selected, too.

I don't expect the two first patches of the set to be controversial, but
dunno about the Vulkan one. If there are doubts, I suppose the first two
could be merged anyway, leaving the other out for further discussion.

One more thing: With wlroots 0.15.x it is finally possible to disable building
the accelerated renderers (GLESv2, Vulkan) and have only the software based
one (Pixman) built into wlroots. Currently I do not have the need for such a
configuration, and therefore I am not planning to send a patch to allow that
for now. On the other hand, if anyone wanted to try writing the patch, I would
be more than happy to review it :-)

Cheers,
-Adrian


Adrian Perez de Castro (3):
  package/wlroots: bump to version 0.15.1
  package/cage: add upstream patch for wlroots 0.15.x
  package/wlroots: enable vulkan renderer if possible

 .../cage/0001-Upgrade-to-wlroots-0.15.patch   | 312 ++++++++++++++++++
 package/wlroots/Config.in                     |   2 +-
 package/wlroots/wlroots.hash                  |   4 +-
 package/wlroots/wlroots.mk                    |  29 +-
 4 files changed, 332 insertions(+), 15 deletions(-)
 create mode 100644 package/cage/0001-Upgrade-to-wlroots-0.15.patch

-- 
2.36.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-02-08 13:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-22 21:49 [Buildroot] [PATCH 0/3] Update wlroots to the latest release Adrian Perez de Castro
2022-04-22 21:49 ` [Buildroot] [PATCH 1/3] package/wlroots: bump to version 0.15.1 Adrian Perez de Castro
2023-02-08 13:54   ` Peter Korsgaard
2022-04-22 21:49 ` [Buildroot] [PATCH 2/3] package/cage: add upstream patch for wlroots 0.15.x Adrian Perez de Castro
2022-04-22 21:49 ` [Buildroot] [PATCH 3/3] package/wlroots: enable vulkan renderer if possible Adrian Perez de Castro
2022-04-25 19:34 ` [Buildroot] [PATCH 0/3] Update wlroots to the latest release Arnout Vandecappelle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.