Age | Commit message (Collapse) | Author |
|
Initial support for positional audio
|
|
|
|
|
|
Fix large values in llvm_ctpop_i32().
|
|
|
|
same as the buffer for the new source
|
|
Large values looked like negative values, we have to do an
unsigned shift.
Fixes issue #966.
|
|
Fix the return value of fgets().
|
|
|
|
|
|
compile-time warnings or errors, instead runtime aborts
|
|
|
|
|
|
|
|
|
|
michaeljbishop/fix-stride-discrepancy-in-renderer-cache
Finding a renderer in the cache now takes into account the current VBO stride.
|
|
|
|
Hide all of the console.* stuff behind a compile time flag
|
|
|
|
Fix offsets for canvas
|
|
|
|
|
|
|
|
|
|
|
|
must be corrected
|
|
buffer object is also taken into account.
This fixes a problem where a renderer could be used to draw a
vertex buffer object with a different stride value than the renderer
captured when the renderer was created.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|