diff options
author | Lucas Fryzek <lucas.fryzek@gmail.com> | 2023-02-28 14:55:57 -0500 |
---|---|---|
committer | Lucas Fryzek <lucas.fryzek@gmail.com> | 2023-02-28 14:55:57 -0500 |
commit | c4a96d638320cf134e0cc384c76b9a7907ab26f3 (patch) | |
tree | 0678c9eb04f37498c32205e13e4777f58d626a1e /html/index.html | |
parent | 25b08ce8bbc34c82558b86111f07fb88bf3b19dd (diff) |
Add freedreno post
Diffstat (limited to 'html/index.html')
-rw-r--r-- | html/index.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/html/index.html b/html/index.html index bf37882..957740d 100644 --- a/html/index.html +++ b/html/index.html @@ -44,6 +44,13 @@ </a> </h2> <div class="notes-container"> + <a href="/notes/freedreno_journey.html" class="note-link"> + <div class="note-box"> + <img src="/assets/freedreno/glinfo_freedreno_preview.png"> + <h2>Journey Through Freedreno</h2> + <p>Android running FreedrenoAs part of my training at Igalia I’ve been attempting to write a new ...</p> + </div> + </a> <a href="/notes/rasterizing-triangles.html" class="note-link"> <div class="note-box"> <img src="/assets/2022-04-03-rasterizing-triangles/Screenshot-from-2022-04-03-13-43-13.png"> |