Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|