Commit History

Author SHA1 Message Date
  Sylvain Becker cddb285cdb Fixed bug 4513 - Wayland, fix crash when remove event is sent (from Sebastian Krzyszkowiak) 6 years ago
  Sylvain Becker 052b4f2969 SDL_EVDEV_kbd_init: uninitialized data for ioctl (Bug 4530) 6 years ago
  Sylvain Becker b28e956b8c Fixed bug 4542 - Image flipped vertically when rendering on texture 6 years ago
  Sylvain Becker 28f54ee439 SDL_MouseQuit(): clear mouse->cur_cursor (Bug 4530) 6 years ago
  Sylvain Becker 7b27594274 KMSDRM: missing return value in VideoInit() (Bug 4530) 6 years ago
  Sylvain Becker 3b49ee5261 KMSDRM: change calls free() to SDL_free() (Bug 4529) 6 years ago
  Sylvain Becker 2fd4aee149 Un-activate some routine on mips because they are slowers (Bug 4503) 6 years ago
  Sylvain Becker 47fb781b94 BlitNtoN BlitNtoNKey: remove non-aligned word read/store (bpp 3<->4) (Bug 4503) 6 years ago
  Ryan C. Gordon 6fbe9e23fa raspberry: expose second display. 6 years ago
  Sylvain Becker 90a075d75f Fix windows build 6 years ago
  Sylvain Becker e9a7b6973a Fix bug 4053: Blit issues on Big Endian CPU 6 years ago
  Sam Lantinga ea4c4cfc28 Fixed bug 4500 - Heap-Buffer Overflow in Map1toN pertaining to SDL_pixels.c 6 years ago
  Sylvain Becker afd1b3dae4 Fix invalid memory access and optimise Blit_3or4_to_3or4__* 6 years ago
  Sylvain Becker 1aa2ad2fe8 Better naming for the blit permutation variables 6 years ago
  Sylvain Becker f6a2ae6007 Faster blit colorkey or not, applied to bpp: 3->4 and 4->3 6 years ago
  Sylvain Becker 604b44f20f Fix wrong access and simplify 6 years ago
  Sylvain Becker 5ed30f844d Some simplification of previous commit 6 years ago
  Sylvain Becker 5fd228921c Faster blit with CopyAlpha, no ColorKey 6 years ago
  Sylvain Becker 704e62bbf4 Code factorization of the pixel format permutation 6 years ago
  Sylvain Becker 0a007a9bea Fix wrong comment 6 years ago
  Sylvain Becker e5192384d0 Faster blit with no ColorKey 6 years ago
  Sylvain Becker 7372295ec9 Faster blit when using No Alpha or Set Alpha, + ColorKey 6 years ago
  Sylvain Becker bb9a9080dc Fix pointer warnings 6 years ago
  Sylvain Becker 3543a44ae4 Faster blit when using CopyAlpha + ColorKey 6 years ago
  Sylvain Becker 03cbac4040 Android/openslES: fix warnings, comment out un-used interface 6 years ago
  Sylvain Becker 614c8aea20 Android/openslES: set number of buffers of DATALOCATOR to internal NUM_BUFFER 6 years ago
  Sylvain Becker bf823bf2dc Android/openslES: prevent to run out of buffers if Enqueue() fails. 6 years ago
  Ryan C. Gordon 40781dfb15 opengles2: patched to compile. 6 years ago
  Ryan C. Gordon b7504f311b opengles2: keep cached texturing state correct. 6 years ago
  Ryan C. Gordon a609c03ac6 opengles1: keep cached texturing state correct. 6 years ago