Tree:
07d15816f7
Kernel
Newvulkanfeatures
Update-some-barriers-test
atomicops-mxwell
bcn-ternary-soft
camille/bufferc
chore/NamespaceIndentation
chore/chore
civa
cyber/async-gpu-android
descriptor
descriptor_pool_opt
descriptor_set
discfix
display-modified-settings-first
dmnt2
dynarmic-coproc
dynarmic-ppc64
eden-orbis-ps4
eds-true-adreno-fixes
eds-true-adreno-fixes-pre-0.1.0
ffmpeg-cross-compile
fix-airplan-android
fix-bloom-effects
fix/cyrillic_paths
fix/discord-rpc
fix/gbh_test
fix/socket
flatopsfixes23485
fs-try
fs_external_dlcupdates
install-vulkan-ps1-fix-windows-on-arm
interval-zero
lanobu
liz-crash-dumps-solaris
liz-dynarmic-macos-fbsd-port
liz-get-rid-of-mcl-intrusive-list
liz-heaptrack-fix
liz-no-rtti-allowance
lizzie/adreno5-mali-driver-fix
lizzie/audio-remove-recursive-lock
lizzie/blacklist-vids-nvidia-580
lizzie/cmake-apple-icons-path
lizzie/driver-bugs-doc
lizzie/dynarmic-sse3-impls
lizzie/fix-dragonslayer-armnce
lizzie/fix-vic-msvc-attempt-2
lizzie/inline-dynarmic-spooky
lizzie/nce-port1123
lizzie/openbsd-78-fix
lizzie/plist-macos-upd1
lizzie/rasterizer-recursive-mutex-not
lizzie/remove-assert-extra-nl
lizzie/sgsr
lizzie/sse2neon-fuck123
lizzie/texture-pass-revert-1
lizzie/update-headers-meta
lizzie/vids-ratatata
lock-term-1
macroify-surface-stuffs
master
memsetopsyscallavoid
mmap-fixews
msvc-debug
msvc_fix-debug-build
mutliplayer-filter-better1
n64
nce_cpp
netgate1
netusejthreadstuff
pintocputhing
pipelinederivative
port/lr
refactoreds2
release/0.0.3
release/0.0.4
release/0.1.0
retroarch-core
revert-2695
revertrevert
sgsrtry
showcase
showcase2
simp-word-man1
sjkdbsdfjkbsdf-2834
spookymansionreducecpuusage
spvopts
sured-revert
techno48473719
test-revert-gpu-optim
test2
true-eds
true-eds-graphics
true-eds-pre-0.0.1
vk-fix-oom-force-maller-buffers
vk-surface-andpc
vulkan-thingy
vulkanasync
woa-turnip-expr
xbzk-saf-recursive-write-with-permission-request
xbzk/bindless-textures-support
xbzk/build_and_driver_overlays
0.0.0
0.0.1-pre-alpha
0.0.2-pre-alpha
test-tag1
test-tag2
v0.0.3
v0.0.3-rc1
v0.0.3-rc2
v0.0.3-rc3
v0.0.3.git
v0.0.4
v0.0.4-rc1
v0.0.4-rc2
v0.0.4-rc2.test
v0.0.4-rc2.test2
v0.0.4-rc3
v0.0.4-rc3.test1
v0.0.4-rc3.test2
v0.0.4.test
v0.1.0-rc1
${ noResults }
2 Commits (07d15816f7913a637295a64000d03705db322913)
| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
642d916bdb |
externals: Place font data within cpp files
This places the font data within cpp files, which mitigates the possibility of the font data being duplicated within the binary if it's referred to in more than one translation unit in the future. It also stores the data within a std::array, which is more flexible when it comes to operating with the standard library. Furthermore, it makes the data arrays const. This is what we want, as it allows the compiler to store the data within the read-only segment. As it is, having several large sections of mutable data like this just leaves spots in memory that we can accidentally write to (via accidental overruns, what have you) and actually have it work. This ensures the font data remains the same no matter what. |
7 years ago |
|
|
9dd19c9a99 |
Use open-source shared fonts if no dumped file is available (#1269)
* Add open-source shared fonts * Address review comments |
7 years ago |