~dokomix/dokomix/+git/taisei:v1.3.x

Last commit made on 2021-05-06
Get this branch:
git clone -b v1.3.x https://git.launchpad.net/~dokomix/dokomix/+git/taisei

Branch merges

Branch information

Name:
v1.3.x
Repository:
lp:~dokomix/dokomix/+git/taisei

Recent commits

0543a2c... by Andrei Alexeyev <email address hidden>

glcommon: ignore GL_EXT_texture_norm16 on WebGL

Works around a Chromium bug. See comment for details.

Related: #287

5de530e... by Andrei Alexeyev <email address hidden>

Remove glDrawElementsInstancedBaseInstance support

This extension is unimportant, and actually severely degrades ANGLE
performance over Direct3D to unacceptable levels. This also removes the
alternative sprite batching codepath making use of this functionality.
The renderer API hasn't changed yet; attempting to use the extension
will trigger an assertion failure.

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

glcommon: fix logging in glcommon_ext_flag

123bdf0... by Andrei Alexeyev <email address hidden>

glcommon: shut up some warnings

960698c... by Andrei Alexeyev <email address hidden>

blind fix for macos crap

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

build: default cglm:werror to false

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

build: Use 'create-dmg' on macOS for prettier .dmg files (#288)

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

build: set project version to 1.3.2

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

switch: force TAISEI_NOASYNC until threading issues are fixed

018abab... by Andrei Alexeyev <email address hidden>

build: update SPIRV-Cross, SPIRV-Headers, SPIRV-Tools, glslang, shaderc