- Updated mod icon
- Readded support for uploading empty buffers (Fixes Mini-Hud crash issue)
- Backported all features (from the 1.19.4 version) to the 1.19.2 version
- Fixed lag spikes with Iris and enabled shaders
- Fixed GPU driver detection again. Thanks AMD for using two different vendor strings.
- Fixed GPU driver detection once and for all (This time NVIDIA was being detected as AMD. This didn't cause significant performance issues for NVIDIA cards)
- Fixed AMD GPU detection (Fixes huge lag being caused by IF on some AMD GPUs)
- Fixed conflict with GUI optimizations of sodium extras introduced in 0.4.24
- Implemented flush call consolidation
- Implemented optional explicit flushing of streaming buffer
- Added GPU model and OpenGL version logging to make diagnosing issues easier
- Fixed fast buffer upload memory corruption issue
- Improved buffer upload performance in certain cases and fixed crash with ancient GPUs
- Fixed negative advance glyph handling (Fixes rendering issues with intentionally overlapping text)
- Implemented persistent mapped streaming buffer for fast buffer uploading (Should be more compatible and faster)
- Fixed fast text lookup crashing when the buffer is flushed prematurely
- Auto disable font_atlas_resizing when modified core shaders are detected