Martin Fouilleul
d01dc832fb
- update gles surface example - add mp_dispatch_on_main_thread_sync() to osx threads - add /experimental:c11atomics to glesTriangle build.bat - mp_dispatch_on_main_thread_sync: win32 impl - move mp_dispatch_on_main_thread_sync() on app layer - configure dlmalloc to not assume contiguity. This allows us to reserve blocks on our end without trashing malloc-owned zones. This way we can add a block to store GL static strings when needed. - implement deselect interface - Log an error when an OpenGL function is called while no OpenGL API is selected, or if that function is not part of the selected API - avoid dispatching calls to image or canvas API if surface is not selected. However, we could later allow it and temporarily select the surface _on behalf of the user_. - Adding support for format string and optional parameters in assert macros |
||
---|---|---|
.. | ||
embed_text.py | ||
glapi.py |