mbox series

[meta-ti,kirkstone,0/4] Enable vulkan proper

Message ID 20230426215538.3502212-1-rs@ti.com
Headers show
Series Enable vulkan proper | expand

Message

Randolph Sapp April 26, 2023, 9:55 p.m. UTC
From: Randolph Sapp <rs@ti.com>

Properly enable Vulkan with all WSI extensions enabled. Attempt some
light packaging changes to the graphics umlibs recipe so we can decrease
the number of check we have to skip, and the checks become a little more
targeted.

Randolph Sapp (4):
  ti-img-rogue-umlibs: bump srcrev, add vulkan, update deps
  pvr-mesa: add new vulkan configuration options and wsi
  cairo: resolve opengl version
  ti-img-rogue-umlibs: package firmware separately

 .../recipes-graphics/cairo/cairo_%.bbappend   |  5 +++
 .../ti-img-rogue-umlibs_23.1.6404501.bb       | 33 +++++++++++++++----
 .../recipes-graphics/mesa/pvr-mesa.inc        |  6 +++-
 3 files changed, 36 insertions(+), 8 deletions(-)
 create mode 100644 meta-ti-bsp/recipes-graphics/cairo/cairo_%.bbappend

Comments

Andrew Davis April 26, 2023, 11:36 p.m. UTC | #1
On 4/26/23 4:55 PM, rs@ti.com wrote:
> From: Randolph Sapp <rs@ti.com>
> 
> Properly enable Vulkan with all WSI extensions enabled. Attempt some
> light packaging changes to the graphics umlibs recipe so we can decrease
> the number of check we have to skip, and the checks become a little more
> targeted.
> 

Nothing too crazy here, for the series,

Reviewed-by: Andrew Davis <afd@ti.com>

> Randolph Sapp (4):
>    ti-img-rogue-umlibs: bump srcrev, add vulkan, update deps
>    pvr-mesa: add new vulkan configuration options and wsi
>    cairo: resolve opengl version
>    ti-img-rogue-umlibs: package firmware separately
> 
>   .../recipes-graphics/cairo/cairo_%.bbappend   |  5 +++
>   .../ti-img-rogue-umlibs_23.1.6404501.bb       | 33 +++++++++++++++----
>   .../recipes-graphics/mesa/pvr-mesa.inc        |  6 +++-
>   3 files changed, 36 insertions(+), 8 deletions(-)
>   create mode 100644 meta-ti-bsp/recipes-graphics/cairo/cairo_%.bbappend
>