Historique des commits

Auteur SHA1 Message Date
  Brick 3c59d3f69c Remove old references to blitter files il y a 9 mois
  Brick 95b683ac3e Tidy up/optimize BlitNtoNPixelAlpha_SSE4_1 il y a 9 mois
  Brick 070e48f66e Tidy up/optimize BlitNtoNPixelAlpha_AVX2 il y a 9 mois
  Brick 5d875aa94e Fix rounding in MULT_DIV_255 il y a 9 mois
  Isaac Aronson b7b513b70b Fix bytes_per_pixel rename il y a 10 mois
  Isaac Aronson 44d397282d Re-enable intrinsic blitters il y a 10 mois
  Isaac Aronson b34faf732d Implement fast 255 mult-div in SDL_blit_auto il y a 1 an
  Isaac Aronson 23d4e9ec13 Support VisualC-WinRT UWP build il y a 1 an
  Isaac Aronson 8d099d8976 Fix formatting il y a 1 an
  Isaac Aronson 8e3afd56f5 Restore BlitARGB 555 and 565 blending algorithms il y a 1 an
  Isaac Aronson 5cec91e27a Implement accurate, performant 32-bit scalar blitter for ARGB dst case il y a 1 an
  Isaac Aronson e5bbe32641 Implement alpha blend as macro and replace inaccurate blitters il y a 1 an
  Isaac Aronson 0f351cd6af Remove ARM32 assembly/pixman blitters il y a 1 an
  Isaac Aronson 3ecb927587 Remove last non-SDL types from test il y a 1 an
  Isaac Aronson adca9d408e Fixup tests to use correct types il y a 1 an
  Isaac Aronson f5ee88c2cf Implement mathematically correct scalar blitters il y a 1 an
  Isaac Aronson f0238ef615 Fix build issues il y a 1 an
  Isaac Aronson 594ca1a897 Add testautomation suite for alpha blending il y a 1 an
  Isaac Aronson 9590a47629 Implement visually accurate SIMD blitters il y a 1 an
  Isaac Aronson f6f12d0451 Revert "Remove buffer in SSE4.1, use unpacklo and packus intrinsics" il y a 1 an
  Isaac Aronson a027ad9788 Remove buffer in SSE4.1, use unpacklo and packus intrinsics il y a 1 an
  Isaac Aronson 2432b6686e Add back in buffer free removed during testing il y a 1 an
  Isaac Aronson 380bcff018 Allow arbitrary dstfmt in 1 pixel case; naming and const cleanup il y a 1 an
  Isaac Aronson 87958f44d0 Support arbitrary destination formats; remove buffer from AVX2 il y a 1 an
  Isaac Aronson c80c540be3 Support older GCC and clang that lack some intrinsics il y a 1 an
  Isaac Aronson e8cba442c5 Clean up API surface to use attribute macros and rename convertPixels il y a 1 an
  Isaac Aronson bac318fc27 Check for SSE4.1 first as more common il y a 1 an
  Isaac Aronson 12d18c7497 Add back glob for src/video/*.c to CMakeLists.txt il y a 1 an
  Isaac Aronson 735cf5a6f9 Relocate intrinsic modules to src/video/ il y a 1 an
  Isaac Aronson f68a7edcf8 Properly shortcut only when AVX2 or SSE4.1 available il y a 1 an