Fabian Giesen
3e17544873
stb_image: Give up trying to runtime-detect SSE2 on GCC.
...
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 .
ago%!(EXTRA string=8 years)
Jeremy Sawicki
9e76bb5108
stb_image: JPEG: Improved detection of RGB images
ago%!(EXTRA string=8 years)
Sean Barrett
6f6e11f85f
readme
ago%!(EXTRA string=8 years)
Sean Barrett
a463577988
update README w/ MIT info
ago%!(EXTRA string=8 years)
Gregory Mullen (grayhatter)
16c83cd5fc
Fix a pair of warnings in stb_image.h
ago%!(EXTRA string=8 years)
Sean Barrett
be931882ef
update README
ago%!(EXTRA string=8 years)
Sean Barrett
ee19531f68
fix to new bc5 path
ago%!(EXTRA string=8 years)
Sean Barrett
def6a1898c
version number
ago%!(EXTRA string=8 years)
Sean Barrett
bee6e9fc2e
Merge branch 'textedit-line_start_end_handlers' of https://github.com/ocornut/stb into working
ago%!(EXTRA string=8 years)
Sean Barrett
bd2cb593e0
Merge branch 'old_textedit' into working
...
Conflicts:
stb_textedit.h
ago%!(EXTRA string=8 years)
Sean Barrett
d052909923
better handle dragging mouse in single-line mode
ago%!(EXTRA string=8 years)
Sean Barrett
b1a0089c4b
stb.h swprintf fix
ago%!(EXTRA string=8 years)
Sean Barrett
a81422cd80
version number
ago%!(EXTRA string=8 years)
Sean Barrett
98e825ac67
Merge branch 'master' into working
ago%!(EXTRA string=8 years)
Sean Barrett
07c6c6bc88
Merge branch 'stbir_patch' of https://github.com/BSVino/stb into working
ago%!(EXTRA string=8 years)
Sean Barrett
a2bc1eabec
perlin noise function pull request by Jack Mott but deleted before I could pull it
ago%!(EXTRA string=8 years)
Sean Barrett
03611a369e
Merge branch 'working'
ago%!(EXTRA string=8 years)
Sean Barrett
e895f6d3af
tweak previous PR merge
ago%!(EXTRA string=8 years)
Sean Barrett
9009ae042e
Merge branch 'rect-pack-fail' of https://github.com/IntellectualKitty/stb into working
ago%!(EXTRA string=8 years)
Sean Barrett
fab4c61d45
Merge branch 'working'
ago%!(EXTRA string=8 years)
Sean Barrett
c918a6b801
tweak previous PR merge
ago%!(EXTRA string=8 years)
Sean Barrett
2be620d2bb
Merge branch 'lead_sign' of https://github.com/rohit-n/stb into working
ago%!(EXTRA string=8 years)
Sean Barrett
324be64e80
version number
ago%!(EXTRA string=8 years)
Sean Barrett
3841bc6198
Merge branch 'master' of https://github.com/jarikomppa/stb into working
ago%!(EXTRA string=8 years)
Sean Barrett
335565a86f
Merge branch 'working'
ago%!(EXTRA string=8 years)
Sean Barrett
fd912b5d93
version number, doc tweaks
ago%!(EXTRA string=8 years)
Sean Barrett
98537b7091
Merge branch 'master' of https://github.com/guitarfreak/stb into working
ago%!(EXTRA string=8 years)
Sean Barrett
d79487a0ba
readme
ago%!(EXTRA string=8 years)
Sean Barrett
0c1232f576
version number
ago%!(EXTRA string=8 years)
Sean Barrett
b280541e6a
Merge branch 'stbtt_const_chardata' of https://github.com/cdwfs/stb into working
ago%!(EXTRA string=8 years)
Sean Barrett
3afc3de41d
version number
ago%!(EXTRA string=8 years)
Sean Barrett
83a2489d5b
fix compilation on non-C99 compilers
ago%!(EXTRA string=8 years)
Sean Barrett
ed05048323
Merge branch 'master' of https://github.com/fahickman/stb into working
ago%!(EXTRA string=8 years)
Sean Barrett
e77673f4aa
Merge branch 'patch-1' of https://github.com/bryongloden/stb into working
ago%!(EXTRA string=8 years)
Sean Barrett
2d0518833b
readme
ago%!(EXTRA string=8 years)
Sean Barrett
eab4930cc4
Merge branch 'working'
ago%!(EXTRA string=8 years)
Sean Barrett
6ba52a370c
stb_dxt: extern "C"
ago%!(EXTRA string=8 years)
Sean Barrett
4ce23da44a
rename 3dc to bc5, tweaks to clean stuff up
ago%!(EXTRA string=8 years)
Sean Barrett
a217948c16
change 3dc name to bc5
ago%!(EXTRA string=8 years)
Sean Barrett
c39063727d
Merge branch 'master' of https://github.com/snake5/stb into working
ago%!(EXTRA string=8 years)
Sean Barrett
8879908f78
update readme
ago%!(EXTRA string=8 years)
Sean Barrett
6a3d4786c9
Merge branch 'unknown-marker' of https://github.com/jeremysawicki/stb into working
ago%!(EXTRA string=8 years)
Sean Barrett
7e389e85c1
Merge branch 'dnl-segment' of https://github.com/jeremysawicki/stb into working
ago%!(EXTRA string=8 years)
Sean Barrett
15c7e06dc8
Merge branch 'junk-before-marker' of https://github.com/jeremysawicki/stb into working
ago%!(EXTRA string=8 years)
Sean Barrett
dc6089f05b
tweak fill byte PR
ago%!(EXTRA string=8 years)
Sean Barrett
50ae79d811
Merge branch 'fill-bytes' of https://github.com/jeremysawicki/stb into working
ago%!(EXTRA string=8 years)
Sean Barrett
a6dc061137
tweak 16-bit quantization for clarity
ago%!(EXTRA string=8 years)
Sean Barrett
0befbc3d78
Merge branch 'dequant-16-bits' of https://github.com/jeremysawicki/stb into working
ago%!(EXTRA string=8 years)
Sean Barrett
014af7b78a
Merge branch 'component-ids' of https://github.com/jeremysawicki/stb into working
ago%!(EXTRA string=8 years)
Sean Barrett
786ac92daa
tweak RGB-to-Y conversion
ago%!(EXTRA string=8 years)