About Social Code
summaryrefslogtreecommitdiff
path: root/notes
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 /notes
parent56b2c6263189f5783aad0cd39aaf174088e04670 (diff)
android_swrast: Update links to use MR names
Diffstat (limited to 'notes')
-rw-r--r--notes/android_swrast.md8
1 files changed, 4 insertions, 4 deletions
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