- 17 Aug, 2018 2 commits
-
-
Alex Butler authored
-
Alex Butler authored
[gpu_cache] Only rasterize & upload after queue has successfully fit in cache See merge request !125
-
- 16 Aug, 2018 2 commits
-
-
Alex Butler authored
Allows faster failing without wasted rasterization & upload. Produces a 1.16-1.29 speed up in cache_bad_cases benchmarks Update changelog
-
Alex Butler authored
-
- 15 Aug, 2018 5 commits
-
-
Alex Butler authored
Add CacheBuilder::rebuild, Cache::to_builder Closes #122 See merge request !124
-
Alex Butler authored
-
Alex Butler authored
Add resizing benchmark
-
Alex Butler authored
Move gpu_cache benchmarks to benches/ & add cache thrashing benchmark See merge request !123
-
Alex Butler authored
Wrap gpu_cache tests in a module
-
- 07 Aug, 2018 2 commits
-
-
Alex Butler authored
-
Alex Butler authored
Don't use default-features on dependencies See merge request !122
-
- 06 Aug, 2018 1 commit
-
-
Christopher Serr authored
This reduces the compile time, ensures that depending crates don't get features forced onto them that they don't need / want / can't have and works around a cargo bug around features.
-
- 17 Jul, 2018 2 commits
-
-
Alex Butler authored
Update approx -> 0.3 See merge request !121
-
Alex Butler authored
-
- 12 Jul, 2018 2 commits
-
-
Alex Butler authored
Update dev-dependencies & examples See merge request !120
-
Alex Butler authored
-
- 21 Jun, 2018 2 commits
-
-
Alex Butler authored
Add some notes clarifying the top left origin of glyphs See merge request !119
-
dooskington authored
-
- 20 Jun, 2018 1 commit
-
-
Alex Butler authored
-
- 18 Jun, 2018 2 commits
-
-
Jeremy Soller authored
Swap fnv for fx hashing in gpu-cache hashmaps (#119) See merge request !118
-
Alex Butler authored
Provided by rustc-hash crate ~30% gpu-cache speed boost Minor refactor to rasterizer code
-
- 12 Jun, 2018 1 commit
-
-
Jeremy Soller authored
-
- 06 Jun, 2018 5 commits
-
-
Alex Butler authored
Improve lazy_static -> SharedBytes conversion
-
Alex Butler authored
-
Alex Butler authored
-
Alex Butler authored
-
Alex Butler authored
-
- 27 May, 2018 2 commits
-
-
Alex Butler authored
-
Alex Butler authored
Remove internal hashing in rasterizer
-
- 26 May, 2018 3 commits
-
-
Alex Butler authored
-
Alex Butler authored
-
Alex Butler authored
Use fnv hashing in rasterizer
-
- 25 May, 2018 2 commits
-
-
Alex Butler authored
Small key hash speed improves draw benchmarks by 9-65%
-
Alex Butler authored
-
- 24 May, 2018 4 commits
-
-
Jeremy Soller authored
Add reference tests for drawing
-
Alex Butler authored
-
Alex Butler authored
Mirror the reference tests in function with fast byte-insert callbacks verified by blake2 hash.
-
Alex Butler authored
Reference tests draw a glyph and compare with a reference "correct" render. Should protect against regression when modifying draw logic.
-
- 23 May, 2018 2 commits
-
-
Jeremy Soller authored
Update readme + remove doc version ref
-
Alex Butler authored
-