Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
also some minor cleanups
|
|
The caller can then free the token array immediately.
|
|
|
|
|
|
|
|
|
|
It's quite a big struct & we examine it a lot (too much). Reduce
the impact of this by just looking at the active part where possible.
|
|
|
|
These should not be needed and were causing garbage to appear along the
edges of the mipmap images.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Pass arguments properly in linux now. Still need to change this to use
a single calling convention on both platforms.
|
|
|
|
|
|
Using char * for labels doesn't work if you realloc the function
during assembly and free the old storage...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to the stack
|
|
|
|
release builds
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We shouldn't be hashing with keys that have uninitialized memory.
|
|
‘enum’ types
|
|
|