From: hgn Date: Sat, 15 Jan 2022 20:31:24 +0000 (+0000) Subject: switched to command based rendering X-Git-Url: https://harrygodden.com/git/?a=commitdiff_plain;h=e35b11073e82e81c37a949e72b0f432df820142b;p=vg.git switched to command based rendering Former-commit-id: 3cb144985169da3cea1c21a7b0bfba8d43c28fdb --- diff --git a/build.sh.REMOVED.git-id b/build.sh.REMOVED.git-id index a3ef3e4..6a2f8fd 100644 --- a/build.sh.REMOVED.git-id +++ b/build.sh.REMOVED.git-id @@ -1 +1 @@ -aa0d03e0c21f5fa1d6b07d7fa6ac41469bc05692 \ No newline at end of file +63f64def69addf806e2e5df32f4bc098604bd94a \ No newline at end of file diff --git a/fishladder.c.REMOVED.git-id b/fishladder.c.REMOVED.git-id index ef26c93..6fabe71 100644 --- a/fishladder.c.REMOVED.git-id +++ b/fishladder.c.REMOVED.git-id @@ -1 +1 @@ -74f972643492666caabd88500d62892708a1f882 \ No newline at end of file +e0cfd67458a364ea41326f5c052916e34509662c \ No newline at end of file diff --git a/fishladder_resources.h.REMOVED.git-id b/fishladder_resources.h.REMOVED.git-id index ffed346..85d94d2 100644 --- a/fishladder_resources.h.REMOVED.git-id +++ b/fishladder_resources.h.REMOVED.git-id @@ -1 +1 @@ -82efc47100aee05fcf6954141cd26c17cd6816dc \ No newline at end of file +7b12859d44f94bb993c23fab06b9dd5627826e4f \ No newline at end of file diff --git a/phoboslab/qoi.h.REMOVED.git-id b/phoboslab/qoi.h.REMOVED.git-id index e8d16ff..fa7b36e 100644 --- a/phoboslab/qoi.h.REMOVED.git-id +++ b/phoboslab/qoi.h.REMOVED.git-id @@ -1 +1 @@ -d70e2e8557dff2e54a6a165d63f9ae54c7c853e0 \ No newline at end of file +988f9edcb4fe95935746bfaa53c9b97fa3db1e0d \ No newline at end of file diff --git a/phoboslab/qoi_old.h.REMOVED.git-id b/phoboslab/qoi_old.h.REMOVED.git-id new file mode 100644 index 0000000..e8d16ff --- /dev/null +++ b/phoboslab/qoi_old.h.REMOVED.git-id @@ -0,0 +1 @@ +d70e2e8557dff2e54a6a165d63f9ae54c7c853e0 \ No newline at end of file diff --git a/sprites_autocombine.h b/sprites_autocombine.h new file mode 100644 index 0000000..2808eb0 --- /dev/null +++ b/sprites_autocombine.h @@ -0,0 +1,15 @@ +static enum sprites_auto_combine_index +{ + k_sprite_donut, + k_sprite_jack_1, + k_sprite_jack_2, + k_sprite_peg, +}; + +static struct vg_sprite sprites_auto_combine[] = +{ + { 0, 0, 8192, 8192 }, + { 8192, 0, 4096, 4096 }, + { 12288, 0, 4096, 4096 }, + { 16384, 0, 4096, 4096 }, +}; \ No newline at end of file diff --git a/texsheet.c.REMOVED.git-id b/texsheet.c.REMOVED.git-id new file mode 100644 index 0000000..470450e --- /dev/null +++ b/texsheet.c.REMOVED.git-id @@ -0,0 +1 @@ +f420866bd1a6dfc5ef6d9f5b033fb7e3f4bf0d97 \ No newline at end of file diff --git a/textures_combine/donut.png.REMOVED.git-id b/textures_combine/donut.png.REMOVED.git-id new file mode 100644 index 0000000..b7312bd --- /dev/null +++ b/textures_combine/donut.png.REMOVED.git-id @@ -0,0 +1 @@ +a585c5ebb2721a5b510105c793a563f8cef4bc5c \ No newline at end of file diff --git a/textures_combine/jack-1.png.REMOVED.git-id b/textures_combine/jack-1.png.REMOVED.git-id new file mode 100644 index 0000000..7705d83 --- /dev/null +++ b/textures_combine/jack-1.png.REMOVED.git-id @@ -0,0 +1 @@ +7d88b8799dc051a017fabbb244deb520fa517a8a \ No newline at end of file diff --git a/textures_combine/jack-2.png.REMOVED.git-id b/textures_combine/jack-2.png.REMOVED.git-id new file mode 100644 index 0000000..72104fa --- /dev/null +++ b/textures_combine/jack-2.png.REMOVED.git-id @@ -0,0 +1 @@ +92488da62865fa671db2845c776c0c4ff7bd7782 \ No newline at end of file diff --git a/textures_combine/peg.png.REMOVED.git-id b/textures_combine/peg.png.REMOVED.git-id new file mode 100644 index 0000000..04d372e --- /dev/null +++ b/textures_combine/peg.png.REMOVED.git-id @@ -0,0 +1 @@ +83b366b374f16d68dbec866f5adc6f878fe37f24 \ No newline at end of file diff --git a/vg/vg_tex.h.REMOVED.git-id b/vg/vg_tex.h.REMOVED.git-id index c1af909..ce02ef4 100644 --- a/vg/vg_tex.h.REMOVED.git-id +++ b/vg/vg_tex.h.REMOVED.git-id @@ -1 +1 @@ -e97900fed12054673ab7d5a67abe3d85661ecfa4 \ No newline at end of file +c757b1826a42996aa643fe51259195e5d7d66c3f \ No newline at end of file