Doj
0755e6a76f
stb_sprintf: fix stbsp_ddtoS64 macro
...
Should use xh argument not ph (which is the name of the
variable that it actually gets instantiated with the
one time it is used).
ago%!(EXTRA string=4 years)
Jan CW Kroeze
6931571861
Note GL blend state for stb_truetype
ago%!(EXTRA string=4 years)
Rafael Sachetto
0cc6060b77
Fix compilation warnings in the s390x architeture. Fixes #1082 .
ago%!(EXTRA string=4 years)
Valentin Lenhart
073114d111
stb_sprintf.h: stdlib.h is not needed
...
va_arg() is in stdarg.h, which is already being included
ago%!(EXTRA string=4 years)
Fabian Giesen
9a9c937f68
stb_dxt: Remove dithering support.
...
Keep STB_DXT_DITHER so as not to break existing code that tries
to enable it, but just leave it permanently off. I originally
introduced it somewhat superstitiously because of the RGB565
endpoint resolution but it never improved either perceptual quality
or objective quality metrics, and the code is appreciably simpler
without it.
ago%!(EXTRA string=4 years)
Fabian Giesen
425c4d8b31
stb_dxt: Better error calc for single-color table
...
Don't truncate error as aggressively; easily done, but wanted
to keep it separate from the previous change.
ago%!(EXTRA string=4 years)
Alan Hickman
d84beeeff3
stb_dxt: Initialize tables at compile time
...
Also fix a "potentially uninitialized variable" warning.
This is a modified version of Alan's original PR that keeps the
table generator in the file (in case there's interest) and also
replaces the expand[] tables with math, since it's trivial.
Fixes issue #1117 .
ago%!(EXTRA string=4 years)
Michael Aganier
40d7e47896
stb_sprintf: add attribute format to variadic functions
...
This allows for compiler verification of the format string
just like printf.
ago%!(EXTRA string=4 years)
Fabian Giesen
05e1efab3d
Move stb.h to deprecated.
...
It was never designed to be used by anyone but Sean and has
numerous problems; new code should definitely not be using
this.
ago%!(EXTRA string=4 years)
Sean Barrett
80c8f6af03
Update why_public_domain.md
ago%!(EXTRA string=4 years)
Sean Barrett
ea2f937a01
increment stb_ds version, update README
ago%!(EXTRA string=4 years)
Sean Barrett
0188581ff0
Merge branch 'stbds_custom_free_fix' of https://github.com/avennstrom/stb into foo
ago%!(EXTRA string=4 years)
Sean Barrett
6b647c0257
Merge branch 'working'
ago%!(EXTRA string=4 years)
Sean Barrett
781609b7e9
stb_ds: fix arrisn, shgetp_null
ago%!(EXTRA string=4 years)
Macoy Madson
e97a95c0c1
Added Macoy Madson to contributors
ago%!(EXTRA string=4 years)
Macoy Madson
63e4ada98c
Fix temp_key being stale on key re-insert
...
See issue #992 and pull request #993 .
ago%!(EXTRA string=4 years)
Andreas Vennström
579ace225f
fix indentation
ago%!(EXTRA string=4 years)
Andreas Vennström
fcd86e8f57
credits
ago%!(EXTRA string=4 years)
Andreas Vennström
89762b9934
Fix stb_ds custom allocator
ago%!(EXTRA string=4 years)
Sean Barrett
c9064e3176
stb_hexwave tweak comment
ago%!(EXTRA string=4 years)
Sean Barrett
997d3c421e
stb_hexwave: add full license text
ago%!(EXTRA string=4 years)
Sean Barrett
559d759c2c
stb_hexwave added, stretchy_buffer.h deprecated
ago%!(EXTRA string=4 years)
Sean Barrett
b42009b3b9
fix readme linebreaks
ago%!(EXTRA string=5 years)
Sean Barrett
e140649ccf
remove trailign whitespace
ago%!(EXTRA string=5 years)
Sean Barrett
314d0a6f9a
update version numbers
ago%!(EXTRA string=5 years)
Sean Barrett
59f06c1a97
stb_ds: move temp_key added by PR into hash_table structure instead of main header struct
ago%!(EXTRA string=5 years)
Sean Barrett
ef23148510
Merge branch 'master' of https://github.com/srdjanstipic/stb into working
ago%!(EXTRA string=5 years)
Sean Barrett
580fc1ab9b
Merge branch 'stb_vorbis-fix-comment-read-oom' of https://github.com/akien-mga/stb into working
ago%!(EXTRA string=5 years)
Sean Barrett
db2acff8b1
stb_vorbis: fix bug in computing end of temp alloc buffer if it's not a multiple of 8
ago%!(EXTRA string=5 years)
Sean Barrett
3152efaa97
Merge branch 'fuzzer_updates' of https://github.com/randy408/stb into working
ago%!(EXTRA string=5 years)
Sean Barrett
f3085776a4
Merge branch 'patch-1' of https://github.com/coltongit/stb into working
ago%!(EXTRA string=5 years)
Sean Barrett
589a678b65
Merge branch 'master' of https://github.com/recp/stb into working
ago%!(EXTRA string=5 years)
Sean Barrett
a9df364a7c
Merge branch 'fix_stb_vorbis_alignment' of https://github.com/RandomShaper/stb into working
ago%!(EXTRA string=5 years)
Sean Barrett
bfaccab17a
Merge branch 'stb-image-fuzzing-fixes' of https://github.com/rcgordon/stb into working
ago%!(EXTRA string=5 years)
Sean Barrett
58b2e1490d
Merge branch 'fix_alloca' of https://github.com/Clownacy/stb into working
ago%!(EXTRA string=5 years)
Sean Barrett
ce54bbc454
Merge branch 'master' of https://github.com/AdamKorcz/stb into working
ago%!(EXTRA string=5 years)
Sean Barrett
0ccb4f0071
Merge branch 'rg-matchcolors' of https://github.com/castano/stb into working
ago%!(EXTRA string=5 years)
Sean Barrett
5a8702567a
credit for PR
ago%!(EXTRA string=5 years)
Sean Barrett
da888065bf
Merge branch 'master' of https://github.com/Vawx/stb into working
ago%!(EXTRA string=5 years)
Sean Barrett
fb1cea02f8
tweak PR
ago%!(EXTRA string=5 years)
Sean Barrett
add7adc3ea
Merge branch 'patch-1' of https://github.com/vickit144/stb into working
ago%!(EXTRA string=5 years)
Sean Barrett
fd9c3ea4af
Merge branch 'bmp-assert' of https://github.com/zturtleman/stb into working
ago%!(EXTRA string=5 years)
Sean Barrett
6f7420a825
add credits for last few PR merges
ago%!(EXTRA string=5 years)
Sean Barrett
67881b61ab
Merge branch 'stbds-arraddn' of https://github.com/HeroicKatora/stb into working
ago%!(EXTRA string=5 years)
Sean Barrett
1c816743b6
make PR compile in MSVC6
ago%!(EXTRA string=5 years)
Sean Barrett
cae8e852f6
Merge branch 'perfect-endpoint-quantization' of https://github.com/castano/stb into test
ago%!(EXTRA string=5 years)
Sean Barrett
cae97bdb17
Merge branch 'alloca-fix' of https://github.com/mackron/stb into test
ago%!(EXTRA string=5 years)
Sean Barrett
fdafd1aab4
Merge branch 'loadgif-realloc-sized' of https://github.com/SasLuca/stb into test
ago%!(EXTRA string=5 years)
Sean Barrett
b3a74a5c8a
fix PR to work on VC6
ago%!(EXTRA string=5 years)
Sean Barrett
206529e08e
Merge branch 'unused#801' of https://github.com/hashitaku/stb into test
ago%!(EXTRA string=5 years)