- Jul 25, 2014
-
-
Alam Ed Arias authored
-
Alam Ed Arias authored
-
Eidolon authored
-softblit uses SDL2 software renderer backend for blitting
-
Alam Ed Arias authored
-
Eidolon authored
SDL_UpdateTexture is apparently not good for streaming textures. So instead, I did SDL_LockTexture/Unlock.
-
- Jul 24, 2014
-
-
Eidolon authored
-
Eidolon authored
GL_EXT_texture_filter_anisotropic is cool I guess
-
Eidolon authored
-
Eidolon authored
-
Alam Ed Arias authored
-
Eidolon authored
GL Initialization needs to happen before window creation, otherwise the GL library will get reloaded while in use and Windows will have a heart attack. This is bad, obviously.
-
Alam Ed Arias authored
-
Eidolon authored
-
Eidolon authored
-
Eidolon authored
This is a massive performance boost on slow processors, because before, the intermediary buffer had to be swizzled to ABGR8888 before being uploaded -- for large resolutions this was an enormous performance penalty.
-
Alam Ed Arias authored
-
Eidolon authored
-
Alam Ed Arias authored
-
Alam Ed Arias authored
-
Alam Ed Arias authored
-
Eidolon authored
-
Eidolon authored
-
Eidolon authored
-
- Jul 22, 2014
-
-
Eidolon authored
-
Eidolon authored
-
Eidolon authored
-
Eidolon authored
-
Eidolon authored
-
Alam Ed Arias authored
-
Alam Ed Arias authored
-
Alam Ed Arias authored
-
Alam Ed Arias authored
-
- Jul 21, 2014
-
-
Alam Ed Arias authored
-
- Jul 18, 2014
-
-
Switch the Linux symbolic links with manual copy-pastes, should fix compiling on Windows for most users.
-
- May 27, 2014
-
-
Alam Ed Arias authored
-
Alam Ed Arias authored
-
- May 03, 2014
-
-
Alam Ed Arias authored
-
Alam Ed Arias authored
-
- May 02, 2014
-
-
ilag authored
Also, fix the issue pointed out by Alam.
-
Alam Ed Arias authored
-