About Social Code
summaryrefslogtreecommitdiff
path: root/html/notes/android_swrast.html
diff options
context:
space:
mode:
authorLucas Fryzek <lucas.fryzek@fryzekconcepts.com>2024-07-03 16:14:13 +0100
committerLucas Fryzek <lucas.fryzek@fryzekconcepts.com>2024-07-03 16:14:13 +0100
commit10debf623c1b0704cf647fa9af7cd27c22ca116b (patch)
treef4aecfb630701467edd8023ac53a8d945b85177b /html/notes/android_swrast.html
parent56b2c6263189f5783aad0cd39aaf174088e04670 (diff)
android_swrast: Update links to use MR names
Diffstat (limited to 'html/notes/android_swrast.html')
-rw-r--r--html/notes/android_swrast.html16
1 files changed, 8 insertions, 8 deletions
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
+&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>