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/assets | |
parent | 25b08ce8bbc34c82558b86111f07fb88bf3b19dd (diff) |
Add freedreno post
Diffstat (limited to 'html/assets')
-rw-r--r-- | html/assets/freedreno/3d-mark.png | bin | 0 -> 3170073 bytes | |||
-rw-r--r-- | html/assets/freedreno/glinfo_freedreno.png | bin | 0 -> 119361 bytes | |||
-rw-r--r-- | html/assets/freedreno/glinfo_freedreno_preview.png | bin | 0 -> 55495 bytes | |||
-rw-r--r-- | html/assets/style.css | 2 |
4 files changed, 1 insertions, 1 deletions
diff --git a/html/assets/freedreno/3d-mark.png b/html/assets/freedreno/3d-mark.png Binary files differnew file mode 100644 index 0000000..7b69df3 --- /dev/null +++ b/html/assets/freedreno/3d-mark.png diff --git a/html/assets/freedreno/glinfo_freedreno.png b/html/assets/freedreno/glinfo_freedreno.png Binary files differnew file mode 100644 index 0000000..abbb52b --- /dev/null +++ b/html/assets/freedreno/glinfo_freedreno.png diff --git a/html/assets/freedreno/glinfo_freedreno_preview.png b/html/assets/freedreno/glinfo_freedreno_preview.png Binary files differnew file mode 100644 index 0000000..ab39307 --- /dev/null +++ b/html/assets/freedreno/glinfo_freedreno_preview.png diff --git a/html/assets/style.css b/html/assets/style.css index 7b4de1a..d9c40d8 100644 --- a/html/assets/style.css +++ b/html/assets/style.css @@ -60,7 +60,7 @@ img { display: block; margin: auto; - max-width: 100%; + max-width: 800px; height: auto; } |