Age | Commit message (Collapse) | Author |
|
|
|
Check dimensions in addition to target, format, etc.
Fixes a bug where we failed to detect a change in texture image sizes and
wound up using the old texture data.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes problems with interleaved glTexImage and rendering calls.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The struct is still there though until all winsys layers are updated
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|