From 10debf623c1b0704cf647fa9af7cd27c22ca116b Mon Sep 17 00:00:00 2001 From: Lucas Fryzek Date: Wed, 3 Jul 2024 16:14:13 +0100 Subject: android_swrast: Update links to use MR names --- html/feed.xml | 18 +++++++++--------- html/graphics_feed.xml | 18 +++++++++--------- html/notes/android_swrast.html | 16 ++++++++-------- notes/android_swrast.md | 8 ++++---- 4 files changed, 30 insertions(+), 30 deletions(-) diff --git a/html/feed.xml b/html/feed.xml index ef2698a..89b0b54 100644 --- a/html/feed.xml +++ b/html/feed.xml @@ -1,5 +1,5 @@ -Fryzek Conceptshttps://fryzekconcepts.comLucas is a developer working on cool thingsTue, 02 Jul 2024 07:46:54 -0000Generating Videohttps://fryzekconcepts.com/notes/generating-video.html<p>One thing I’m very interested in is computer graphics. This could be +Fryzek Conceptshttps://fryzekconcepts.comLucas is a developer working on cool thingsWed, 03 Jul 2024 15:07:36 -0000Generating Videohttps://fryzekconcepts.com/notes/generating-video.html<p>One thing I’m very interested in is computer graphics. This could be complex 3D graphics or simple 2D graphics. The idea of getting a computer to display visual data fascinates me. One fundamental part of showing visual data is interfacing with a computer monitor. This can be @@ -2020,17 +2020,17 @@ process for a project like this. My work is not totally merged into upstream mesa yet, but you can see the MRs I made here:</p> <ul> <li><a -href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29344">MR -!29344</a></li> +href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29344">llvmpipe: +Add android platform integration</a></li> <li><a -href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29785">MR -!29785</a></li> +href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29785">u_gralloc/fallback: +Set fd from handle directly</a></li> <li><a -href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27805">MR -!27805</a></li> +href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27805">llvmpipe +&amp; lavalpipe: Implement sync fd import/export extensions</a></li> <li><a -href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28735">MR -!28735</a></li> +href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28735">lavapipe: +Implement <code>VK_EXT_external_memory_dma_buf</code></a></li> </ul> <h2 id="setting-up-an-android-development-environment">Setting up an Android development environment</h2> diff --git a/html/graphics_feed.xml b/html/graphics_feed.xml index c2c8ebf..83e4082 100644 --- a/html/graphics_feed.xml +++ b/html/graphics_feed.xml @@ -1,5 +1,5 @@ -Fryzek Conceptshttps://fryzekconcepts.comLucas is a developer working on cool thingsTue, 02 Jul 2024 07:46:55 -00002022 Graphics Team Contributions at Igaliahttps://fryzekconcepts.com/notes/2022_igalia_graphics_team.html<p>This year I started a new job working with <a +Fryzek Conceptshttps://fryzekconcepts.comLucas is a developer working on cool thingsWed, 03 Jul 2024 15:07:37 -00002022 Graphics Team Contributions at Igaliahttps://fryzekconcepts.com/notes/2022_igalia_graphics_team.html<p>This year I started a new job working with <a href="https://www.igalia.com/technology/graphics">Igalia’s Graphics Team</a>. For those of you who don’t know <a href="https://www.igalia.com/">Igalia</a> they are a <a @@ -782,17 +782,17 @@ process for a project like this. My work is not totally merged into upstream mesa yet, but you can see the MRs I made here:</p> <ul> <li><a -href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29344">MR -!29344</a></li> +href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29344">llvmpipe: +Add android platform integration</a></li> <li><a -href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29785">MR -!29785</a></li> +href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29785">u_gralloc/fallback: +Set fd from handle directly</a></li> <li><a -href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27805">MR -!27805</a></li> +href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27805">llvmpipe +&amp; lavalpipe: Implement sync fd import/export extensions</a></li> <li><a -href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28735">MR -!28735</a></li> +href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28735">lavapipe: +Implement <code>VK_EXT_external_memory_dma_buf</code></a></li> </ul> <h2 id="setting-up-an-android-development-environment">Setting up an Android development environment</h2> diff --git a/html/notes/android_swrast.html b/html/notes/android_swrast.html index 0f688ef..28a47be 100644 --- a/html/notes/android_swrast.html +++ b/html/notes/android_swrast.html @@ -51,17 +51,17 @@ process for a project like this. My work is not totally merged into upstream mesa yet, but you can see the MRs I made here:

  • MR -!29344
  • +href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29344">llvmpipe: +Add android platform integration
  • MR -!29785
  • +href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29785">u_gralloc/fallback: +Set fd from handle directly
  • MR -!27805
  • +href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27805">llvmpipe +& lavalpipe: Implement sync fd import/export extensions
  • MR -!28735
  • +href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28735">lavapipe: +Implement VK_EXT_external_memory_dma_buf

Setting up an Android development environment

diff --git a/notes/android_swrast.md b/notes/android_swrast.md index 67087ed..6e2507f 100644 --- a/notes/android_swrast.md +++ b/notes/android_swrast.md @@ -12,10 +12,10 @@ been working to get them running on Android, and I wanted to document the progre I've faced, and talk a little bit about the development process for a project like this. My work is not totally merged into upstream mesa yet, but you can see the MRs I made here: -- [MR !29344](https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29344) -- [MR !29785](https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29785) -- [MR !27805](https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27805) -- [MR !28735](https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28735) +- [llvmpipe: Add android platform integration](https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29344) +- [u_gralloc/fallback: Set fd from handle directly](https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29785) +- [llvmpipe & lavalpipe: Implement sync fd import/export extensions](https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27805) +- [lavapipe: Implement `VK_EXT_external_memory_dma_buf`](https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28735) ## Setting up an Android development environment -- cgit v1.2.3