Age | Commit message (Collapse) | Author |
|
Though, the logf() call still needs attention.
|
|
This allows us to use 16-bit signed mul/add instructions. Had to
used unsigned mul before and there's no unsigned mul/add instruction.
|
|
|
|
|
|
|
|
|
|
Distinguish among texture targets in codegen.
progs/demos/cubemap.c runs correctly now too.
|
|
|
|
|
|
Though, progs/demos/cubemap.c doesn't quite work right...
|
|
glDrawPixels works now.
|
|
|
|
|
|
Though, only GL_MIPMAP_NEAREST / GL_LINEAR works right now.
|
|
|
|
|
|
|
|
Fewer float/int conversions involved.
|
|
|
|
|
|
|
|
|
|
Precompute tiles_per_row. Use ushort multiplies in a few places. New comments.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is in a separate commit to ensure renames are properly preserved.
|