ecere:wasm-wip2

Last commit made on 2022-05-19
Get this branch:
git clone -b wasm-wip2 https://git.launchpad.net/ecere

Branch merges

Branch information

Name:
wasm-wip2
Repository:
lp:ecere

Recent commits

1609a79... by Jerome St-Louis

ecere/gfx/3D/Mesh: Made textures counting functions private
- These were note intended as external APIs and were causing problems for bindings

9d19583... by Jerome St-Louis

extras/threadedProcessing: Making ProcessingTask public; initializing threads when null

5cf002c... by Jerome St-Louis

ecere/gui/drivers/Emscripten: Enclosing debug printouts within _DEBUG check

c640932... by Jerome St-Louis

ecere/gfx/GL/DefaultShader: Fixed checks for uploading near plane uniform

84d8daa... by Jerome St-Louis

ecere/gfx/drivers/GL: Fixed bad Emscripten check for MultiSample

13d0c32... by Rejean Loyer

wasm: remove deprecated callbacks deviceorientation and devicemotion.

4347563... by Jerome St-Louis

ecere/gfx/drivers/GL/MultiDraw: Fixed bug in GLES check

739f28a... by Jerome St-Louis

butterbur/TIManager: Fixed text by enabling GL_UNPACK_ROW_LENGTH calls
- It appears to be working in WebGL 2
- TODO: Review whether this is supported or not and sync work-around in fontRenderer.ec

eed2f25... by Jerome St-Louis

ecere/gfx/drivers/GL: GLES3 Tweaks for 16-bit unsigned integer texture formats

42f02db... by Jerome St-Louis

ecere/gfx/drivers/GL/MultiDraw: OpenGL ES 3.0 fixes
- Array Textures: 16-bit unsigned integer texture format fixes