Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The texture BaseLevel is accounted for in texture layout so it doesn't factor
in here. May also need to adjust max_lod...
|
|
These should not be needed and were causing garbage to appear along the
edges of the mipmap images.
|
|
|
|
|
|
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...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|