- Aug 04, 2014
-
-
Alam Ed Arias authored
-
Alam Ed Arias authored
-
Alam Ed Arias authored
-
- Aug 02, 2014
-
-
Alam Ed Arias authored
-
Alam Ed Arias authored
-
- Jul 29, 2014
-
-
Alam Ed Arias authored
-
Alam Ed Arias authored
-
- Jul 26, 2014
-
-
Ronald Kinard authored
SDL1.2 is dead, long live SDL
-
Ronald Kinard authored
to avoid a crash
-
Ronald Kinard authored
Should now ignore all motion events and not warp the mouse when the window is out of focus.
-
Ronald Kinard authored
-
Ronald Kinard authored
Fixes Furyhunter/SRB2#1 but probably makes mouse speed too slow on Linux. Whatever.
-
Alam Ed Arias authored
-
Alam Ed Arias authored
-
- Jul 25, 2014
-
-
Eidolon authored
-
Eidolon authored
-
Alam Ed Arias authored
-
Alam Ed Arias authored
-
Eidolon authored
-
Alam Ed Arias authored
-
Eidolon 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
-