diff options
author | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2024-07-02 08:49:23 +0100 |
---|---|---|
committer | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2024-07-02 08:49:23 +0100 |
commit | 56b2c6263189f5783aad0cd39aaf174088e04670 (patch) | |
tree | 1ff25ac05c3dc810c9387a476dc0035b667a175d /html/index.html | |
parent | 4487b7797f5a601ad68c8e81d5c7714f46abe0f8 (diff) |
android_swrast: Publish note
Diffstat (limited to 'html/index.html')
-rw-r--r-- | html/index.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/html/index.html b/html/index.html index aa6c498..a12cf29 100644 --- a/html/index.html +++ b/html/index.html @@ -45,6 +45,14 @@ </a> </h2> <div class="notes-container"> + <a href="/notes/android_swrast.html" class="note-link"> + <div class="note-box"> + <img src="/assets/2024-06-27-android-swrast/lavapipe_thumbnail.png"> + <h2>Software Rendering and Android</h2> + <p>My current project at Igalia has had me working on Mesa’s + software renderers, llvmpipe and been ...</p> + </div> + </a> <a href="/notes/vulkanised_2024.html" class="note-link"> <div class="note-box"> <img src="/assets/vulkanised_2024/vulkanized_logo_web.jpg"> |