Age | Commit message (Collapse) | Author |
|
|
|
This optimizes IMG_Load so that it just does a memcpy as opposed to try
to composite. The resulting buffer will be the same, it just happens
that we don't need to do all of the work involved in compositing in the
first place.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
properly; fixes #664
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Note that this is not the number of audio frames, so the number of
channels doesn't matter here.
|
|
|
|
|
|
|
|
|
|
Improve perfomance of SDL_HWPALETTE
|
|
|
|
|
|
|
|
Fix keyCodes for ctrl, alt, shift
|
|
|
|
|
|
|
|
Also provide a test case.
|
|
|