1. 18 4月, 2017 2 次提交
  2. 19 3月, 2017 10 次提交
  3. 09 3月, 2017 1 次提交
  4. 05 3月, 2017 2 次提交
    • F
      stb_image: Support optional args consistently. · 22c72a06
      Fabian Giesen 提交于
      My guideline for the rules is the PNG loader (which I consider
      "canonical"). In the _load functions, x and y are required but
      comp is optional; in the _info functions, all three are optional.
      
      Fixes issue #411 (and other related, unreported issues).
      22c72a06
    • F
      stb_image: Give up trying to runtime-detect SSE2 on GCC. · 3e175448
      Fabian Giesen 提交于
      We tried but it was nothing but trouble. New rule: with
      GCC/Clang, if you're compiling with -msse2, you get always-on
      SSE2 code, otherwise you don't get any. Trying to ship
      anything with proper runtime dispatch requires both working
      around certain bugs and some fiddling with build settings,
      which runs contrary to the intent of a one-file library,
      so bail on it entirely.
      
      Fixes issue #280.
      Fixes issue #410.
      3e175448
  5. 04 3月, 2017 6 次提交
  6. 03 3月, 2017 9 次提交
  7. 16 1月, 2017 4 次提交
  8. 28 12月, 2016 1 次提交
  9. 16 12月, 2016 1 次提交
  10. 04 12月, 2016 4 次提交