~dokomix/dokomix/+git/taisei:title_cards

Last commit made on 2022-02-13
Get this branch:
git clone -b title_cards https://git.launchpad.net/~dokomix/dokomix/+git/taisei

Branch merges

Branch information

Name:
title_cards
Repository:
lp:~dokomix/dokomix/+git/taisei

Recent commits

262dfc2... by Alice D <email address hidden>

remove whitespace

e805a72... by Alice D <email address hidden>

clean this up a bit

1e0273a... by Alice D <email address hidden>

moving over from private branch

dfecb7c... by Alice D <email address hidden>

bump MacOS test runner to 11

d1b64ae... by Andrei Alexeyev <email address hidden>

stage3: preload stage3_wriggle_bg shader

44ef44e... by Andrei Alexeyev <email address hidden>

stage3: remake wriggle's spellbg as a shader (and fix it)

Old version broke when we started using a floating point framebuffer for
the background.

52a75e1... by Andrei Alexeyev <email address hidden>

renderer: destroy static models idx buffer on shutdown

7d9603f... by Andrei Alexeyev <email address hidden>

gl33: index buffer fixes

* Allow updates before VAO association happens
* Fix array out of bounds on destroy

fb18c3b... by Andrei Alexeyev <email address hidden>

renderer: add r_index_buffer_invalidate()

de09759... by Andrei Alexeyev <email address hidden>

renderer: support specifying index size for index buffers

Sizes of 2 (uint16_t) and 4 (uint32_t) are supported.

Moved most of the logic for appending indices into renderer/api.c