diff options
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"> |