Age | Commit message (Collapse) | Author |
|
|
|
|
|
of glBufferSubData on large buffers (even when we use a small part of them)
|
|
|
|
we can actually support
|
|
|
|
|
|
|
|
|
|
|
|
buffers are being used. allows use of vertex data from arbitrary parts of the vertex data range, not just the beginning
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
with mouse button staying down after leaving, until reentering and clicking
|
|
Adding LLVM intrinsic llvm_uadd_with_overflow_i16.
|
|
Add missing sdl functions
|
|
|
|
|
|
compiled with emulation
|
|
With -O1, sometimes LLVM generates code which calls its intrinsic
llvm_uadd_with_overflow_i16, which was previously missing in
emscripten's library.
This commit adds that intrinsic, and also adds a test which
causes LLVM to call that intrinsic (only in 'o1'). This test
previously failed in 'o1' but now passes.
|
|
|
|
|
|
strndump function implementation
|
|
|
|
|
|
|
|
|
|
|
|
in type between class and non-class
|
|
|
|
SDL_QuitSubSystem)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Some extension to SCons testcase.
|
|
|
|
|
|
|
|
|