Historique des commits

Auteur SHA1 Message Date
  Sylvain Becker 3543a44ae4 Faster blit when using CopyAlpha + ColorKey il y a 6 ans
  Sylvain Becker 03cbac4040 Android/openslES: fix warnings, comment out un-used interface il y a 6 ans
  Sylvain Becker 614c8aea20 Android/openslES: set number of buffers of DATALOCATOR to internal NUM_BUFFER il y a 6 ans
  Sylvain Becker bf823bf2dc Android/openslES: prevent to run out of buffers if Enqueue() fails. il y a 6 ans
  Ryan C. Gordon 40781dfb15 opengles2: patched to compile. il y a 6 ans
  Ryan C. Gordon b7504f311b opengles2: keep cached texturing state correct. il y a 6 ans
  Ryan C. Gordon a609c03ac6 opengles1: keep cached texturing state correct. il y a 6 ans
  Ryan C. Gordon 40a52ceef7 render: Fix OpenGL draw state cache for various points of texture binding. il y a 6 ans
  Sylvain Becker 670f3d3327 Fixed bug 4484 - use SIMD aligned memory for SDL_Surface il y a 6 ans
  Sylvain Becker 9292dc7ca1 Fix include path compilation il y a 6 ans
  Sylvain Becker 9a98dcc516 Rename surface aligned memory flag to SDL_SIMD_ALIGNED il y a 6 ans
  Alex Szpakowski 65e07b3884 iOS/tvOS: fix support for SDL_GameControllerGetButton(controller, GUIDE) with MFi controllers (thanks Caleb!) il y a 6 ans
  Sylvain Becker e5d194e902 Add SDL_MEMALIGNED flag for SDL_Surface using aligned memory. il y a 6 ans
  Sylvain Becker 7b8bac5958 Add fast paths in BlitNtoNKey il y a 6 ans
  Sylvain Becker cd25c83aad Fix blit with blending (Blit_A) to RGB332 which has no palette il y a 6 ans
  Sylvain Becker 5b07148f73 Fixed failing SDL_ConvertSurface() when blit has failed. il y a 6 ans
  Sylvain Becker a052d81bdf Add explicit unsigned int and char types in (for bug 4290) il y a 6 ans
  Sylvain Becker 1128d57316 Fixed bug 4290 - add fastpaths for format conversion in BlitNtoN il y a 6 ans
  Alon Zakai 3b4e369365 Emscripten: No need for Runtime. for dynCalls il y a 6 ans
  Alon Zakai 53ead95e1d Emscripten: Avoid SDL2 in JS global scope il y a 6 ans
  Charlie Birks 6d89a7bc71 Emscripten: remove GLES_DeleteContext implementation il y a 6 ans
  Charlie Birks 04b1494cf8 Emscripten: resize canvas to 0x0 in DestroyWindow il y a 6 ans
  Charlie Birks d60546aaa8 Emscripten: don't zero the display mode before adding it il y a 6 ans
  Charlie Birks 4a2888af10 Emscripten: use UTF8ToString instead of Pointer_stringify il y a 6 ans
  Charlie Birks aacb1091df Emscripten: call emscripten_sample_gamepad_data il y a 6 ans
  Charlie Birks 8dab9c956f Emscripten: Use set_canvas_element_size il y a 6 ans
  kichikuou ed66a430c9 Emscripten: Do not consume mouseup event outside of the canvas il y a 6 ans
  Sylvain Beucler 2838abb5b2 Emscripten: fix duplicate mousebuttonup/mousebuttondown events when touch events are disabled il y a 6 ans
  Charlie Birks 1767d09187 Emscripten: use a fake size for external sizing check il y a 6 ans
  Charlie Birks 80d690a2a0 Emscripten: reset fullscreen_window when leaving fullscreen il y a 6 ans