diff options
author | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2024-07-03 16:14:13 +0100 |
---|---|---|
committer | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2024-07-03 16:14:13 +0100 |
commit | 10debf623c1b0704cf647fa9af7cd27c22ca116b (patch) | |
tree | f4aecfb630701467edd8023ac53a8d945b85177b | |
parent | 56b2c6263189f5783aad0cd39aaf174088e04670 (diff) |
android_swrast: Update links to use MR names
-rw-r--r-- | html/feed.xml | 18 | ||||
-rw-r--r-- | html/graphics_feed.xml | 18 | ||||
-rw-r--r-- | html/notes/android_swrast.html | 16 | ||||
-rw-r--r-- | 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 @@ <?xml version='1.0' encoding='UTF-8'?> -<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Fryzek Concepts</title><atom:link href="https://fryzekconcepts.com/feed.xml" rel="self" type="application/rss+xml"/><link>https://fryzekconcepts.com</link><description>Lucas is a developer working on cool things</description><lastBuildDate>Tue, 02 Jul 2024 07:46:54 -0000</lastBuildDate><item><title>Generating Video</title><link>https://fryzekconcepts.com/notes/generating-video.html</link><description><p>One thing I’m very interested in is computer graphics. This could be +<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Fryzek Concepts</title><atom:link href="https://fryzekconcepts.com/feed.xml" rel="self" type="application/rss+xml"/><link>https://fryzekconcepts.com</link><description>Lucas is a developer working on cool things</description><lastBuildDate>Wed, 03 Jul 2024 15:07:36 -0000</lastBuildDate><item><title>Generating Video</title><link>https://fryzekconcepts.com/notes/generating-video.html</link><description><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 @@ <?xml version='1.0' encoding='UTF-8'?> -<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Fryzek Concepts</title><atom:link href="https://fryzekconcepts.com/feed.xml" rel="self" type="application/rss+xml"/><link>https://fryzekconcepts.com</link><description>Lucas is a developer working on cool things</description><lastBuildDate>Tue, 02 Jul 2024 07:46:55 -0000</lastBuildDate><item><title>2022 Graphics Team Contributions at Igalia</title><link>https://fryzekconcepts.com/notes/2022_igalia_graphics_team.html</link><description><p>This year I started a new job working with <a +<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Fryzek Concepts</title><atom:link href="https://fryzekconcepts.com/feed.xml" rel="self" type="application/rss+xml"/><link>https://fryzekconcepts.com</link><description>Lucas is a developer working on cool things</description><lastBuildDate>Wed, 03 Jul 2024 15:07:37 -0000</lastBuildDate><item><title>2022 Graphics Team Contributions at Igalia</title><link>https://fryzekconcepts.com/notes/2022_igalia_graphics_team.html</link><description><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:</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 +& 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/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 |