Edward R. Gonzalez ed
ed pushed to master at ed/SectrPrototype 2025-01-09 22:54:25 -08:00
50dd6130c8 Working towards getting the library to an alpha release state
488e5ba67f shaper_shape_text_latin was not resolving atlas info and bounds + lru poollist touchup
Compare 2 commits »
ed pushed to master at ed/SectrPrototype 2025-01-09 20:48:49 -08:00
9ab7bf78c6 made draw type vis a compile time option
ed pushed to master at ed/SectrPrototype 2025-01-09 20:37:22 -08:00
b5fdc02b7d Updates to client api settings and memory suage of sokol_gp
c114624eee fixes for: Atlas-Region B clear-region on caching glyph, batching, & tuning default values for performance
Compare 2 commits »
ed pushed to master at ed/SectrPrototype 2025-01-09 11:55:07 -08:00
08a8b4b823 Insane perfomrance after tuning the batch and caches.
ed pushed to master at ed/SectrPrototype 2025-01-09 10:23:40 -08:00
b4abde1094 Misc: VFontCache perf and features, exposing config on prototype side...
ed pushed to master at ed/SectrPrototype 2025-01-08 05:38:16 -08:00
ce84652417 More offloading to shaper, seeing if its better todo some math in loop...
ed pushed to master at ed/SectrPrototype 2025-01-07 19:24:30 -08:00
18d8735c54 Preparing to attempt to offload various metric calculations for a shape's glyphs to the shape itself from the draw list generator
fa627b4c4a LRU proper casts id to Pool_ListIter (don't assume i32)
6010dd1590 Fix for blitting
Compare 3 commits »
ed pushed to master at ed/SectrPrototype 2025-01-07 14:52:51 -08:00
7dee697103 partially restoring old order to try to identity the regression with blitting to atlas...
ed pushed to master at ed/SectrPrototype 2025-01-07 07:24:06 -08:00
6e01c39899 Builds again has on text rendering (makes sense)
ed pushed to master at ed/SectrPrototype 2025-01-07 00:06:20 -08:00
3a245a1e9b WIP (Broken) docs and huge changes
ed pushed to master at ed/SectrPrototype 2025-01-06 18:18:46 -08:00
a9080fe1f3 LRU cache now as templated key type
ed pushed to master at ed/SectrPrototype 2025-01-06 14:21:24 -08:00
bf38087d8e Remove rune tracking for string cache, + vecache deharcoding atlas...
ed pushed to master at ed/SectrPrototype 2025-01-06 11:13:03 -08:00
0350a0c282 Remove rune tracking for string cache, + vecache changes
ed pushed to master at ed/SectrPrototype 2025-01-06 08:23:36 -08:00
f1f98ffafb Removed usage of procedure using statements from vefontcache
ed pushed to master at ed/SectrPrototype 2025-01-06 08:01:01 -08:00
840e6053ff WIP - VEFontCache: Working on getting font size usage and super-sampling via scaling working on library side...
ed pushed to master at ed/SectrPrototype 2025-01-05 22:20:32 -08:00
c0b439bc30 Update readme and build script
ed pushed to master at ed/SectrPrototype 2025-01-04 17:30:09 -08:00
d400ad6524 Merge remote-tracking branch 'github.com/master'
62f9a726ee Update Readme.md
Compare 2 commits »
ed pushed to master at ed/SectrPrototype 2025-01-04 17:29:38 -08:00
f18da9af05 minor adjustments
ed pushed to master at ed/SectrPrototype 2025-01-04 17:10:05 -08:00
878c419a1f Oversized streamlined
ed pushed to master at ed/SectrPrototype 2025-01-04 14:00:07 -08:00
fe4f3ad14a VEFontCache : Streamlined to_cache (fixed)