165 Commits (f9c24c20fc44b989909ffb0085fbd16f2c22f036)

Author SHA1 Message Date
Sean Barrett f9c24c20fc various cleanup; vheight works (only one path tested) ago%!(EXTRA string=10 years)
Sean Barrett 1d18b23ea1 replace main.c & game.c with cave_main.c ago%!(EXTRA string=10 years)
Sean Barrett 7add4d09b9 delete game.h ago%!(EXTRA string=10 years)
Sean Barrett 0e2583041d minor cleanup ago%!(EXTRA string=10 years)
Sean Barrett 5a0dcc90d6 initialize cache mutexes in right file ago%!(EXTRA string=10 years)
Sean Barrett cd17050ca4 split render.c into cave_mesher.c and cave_render.c ago%!(EXTRA string=10 years)
Sean Barrett 2770c92148 initial stb_voxel_render version with working minecraft viewer ago%!(EXTRA string=10 years)
Sean Barrett 0d840ab330 quick & dirty leak checker ago%!(EXTRA string=10 years)
Sean Barrett 22fa9a467a rewrite HDR rle logic ago%!(EXTRA string=10 years)
Sean Barrett 5b53d20c68 Put progressive JPEG AC decode logic back the way I wrote it originally (I changed it to match jpgd when I was trying to figure out why it didn't work); ago%!(EXTRA string=11 years)
Sean Barrett 16d9ed7211 return truetype test code to old path ago%!(EXTRA string=11 years)
Sean Barrett 53008c0922 default tests ago%!(EXTRA string=11 years)
Sean Barrett 33e24eafa0 in progress progressive stuff ago%!(EXTRA string=11 years)
Sean Barrett ba5e333faf STBI_MALLOC etc. ago%!(EXTRA string=11 years)
Sean Barrett bd6b78f268 finalize scalar YCbCr conversion back-ported from SSE version; ago%!(EXTRA string=11 years)
Sean Barrett f259bf27e9 VC6: ago%!(EXTRA string=11 years)
Sean Barrett f547761c15 Fix assert() that should be STBI_ASSERT() ago%!(EXTRA string=11 years)
Sean Barrett 8ac015c03f fix 1/2/4-bit png to filter bytes before decoding to pixels; ago%!(EXTRA string=11 years)
Sean Barrett 01d2c9d957 test program now verifies pngsuite tests against refererence versions ago%!(EXTRA string=11 years)
Sean Barrett 8679ce08b7 fix incorrect img_n variable for interlaced files, caused files to be totally incorrect if forcing channel count ago%!(EXTRA string=11 years)
Sean Barrett 26439254e8 fix use of stbrp_coord if no stb_rect_pack; ago%!(EXTRA string=11 years)
nothings 8ac41a413d fix typo ago%!(EXTRA string=11 years)
nothings 3a5caacaae Update README.md ago%!(EXTRA string=11 years)
nothings 49d5456de9 Update README.md ago%!(EXTRA string=11 years)
nothings 916800aae5 Update README.md ago%!(EXTRA string=11 years)
nothings cd5b5a5684 Update README.md ago%!(EXTRA string=11 years)
nothings b62bc08c34 Update README.md ago%!(EXTRA string=11 years)
nothings ae5bc8dfe9 Update README.md ago%!(EXTRA string=11 years)
nothings 9b1e1c50c0 Update README.md ago%!(EXTRA string=11 years)
nothings 7d0cec62c8 Update README.md ago%!(EXTRA string=11 years)
nothings 4b87ba76fe Update README.md ago%!(EXTRA string=11 years)
nothings 539dc3996b Update README.md ago%!(EXTRA string=11 years)
nothings 19b24bba1a Update README.md ago%!(EXTRA string=11 years)
nothings c6e1ec0cec Create README.md ago%!(EXTRA string=11 years)
Sean Barrett 22dbcffef7 stbtt_Pack* documentation ago%!(EXTRA string=11 years)
Sean Barrett f03e352093 stb_rect_pack: fix LARGE_RECT bug ago%!(EXTRA string=11 years)
Sean Barrett b6f8358f47 various fixes for compilation test ago%!(EXTRA string=11 years)
Sean Barrett d97c160e4a tilemap editor 0.30 ago%!(EXTRA string=11 years)
Sean Barrett 17647014b3 fix c++ compilation ago%!(EXTRA string=11 years)
Sean Barrett 0fc13e997b optimization attempts, no meaningful changes ago%!(EXTRA string=11 years)
Jorge Rodriguez cbf5ebbd35 Install ryg's float -> uint8 sRGB conversion code, which is much faster. ago%!(EXTRA string=11 years)
Jorge Rodriguez 600d80387e Make a guess at the value before doing the binary search, cuts the number of conditionals by half. Not as much gain as I hoped but something. ago%!(EXTRA string=11 years)
Sean Barrett dd28033b34 don't encode alpha channel twice when alpha is different colorspace from other channels ago%!(EXTRA string=11 years)
Sean Barrett 9f66b441bd new quickstart docs; ago%!(EXTRA string=11 years)
Jorge Rodriguez f0ba7f5f7e Get rid of old perf tests. ago%!(EXTRA string=11 years)
Sean Barrett 385d7a417c delete some unused functions; ago%!(EXTRA string=11 years)
Sean Barrett f711fdcb0f disable performance test in test code, back to regression test path ago%!(EXTRA string=11 years)
Sean Barrett 9a6af9a8d3 replace int(floor()) with int(), since that produces same results for non-negative values and is much faster on 32-bit x86 ago%!(EXTRA string=11 years)
Sean Barrett 1dcca19ae0 because of we divide by /255 not /256, we lose numerical precision, so can't guarantee that box filter results round to same results as naive ago%!(EXTRA string=11 years)
Sean Barrett 972456cb63 explicit performance tests variants ago%!(EXTRA string=11 years)