This repository has been archived on 2025-03-22. You can view files and clone it, but cannot push or open issues or pull requests.
organicmaps-tmp/drape
Alexander Borsuk 663511866d [drape] Use built-in Freetype SDF rendering
* Set the same SDF spread/border (4) as it was before
* Removed the threaded glyph generator, SDF glyphs are created now on a single thread.
  Before, the bitmap was rendered and then copied on the same single thread. By removing unnecessary overhead and by using
  bsdf renderer which is faster than sdf, visually glyphs appear on the screen at comparable or even faster time.
* Removed GetGlyphSdfScale, it will be hardcoded or set in a different way if necessary
* Fixed some minor tidy warnings

Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-05-02 18:06:54 +02:00
..
drape_tests [drape] Use built-in Freetype SDF rendering 2024-05-02 18:06:54 +02:00
metal [drape] Minor Texture fixes. Moved pixel buffer vars into OpenGLHWTexture. 2023-10-04 10:29:42 -03:00
utils [base][drape] Fix deleted operator << of char32_t on C++20 2024-03-15 07:35:48 -03:00
vulkan [drape] Remove compilation warnings 2024-04-06 01:32:08 +02:00
attribute_buffer_mutator.cpp [drape] Minor fixes 2024-04-06 17:41:37 +02:00
attribute_buffer_mutator.hpp [drape] Minor fixes 2024-04-06 17:41:37 +02:00
attribute_provider.cpp [base] Added IsExist. 2022-03-22 22:17:00 +03:00
attribute_provider.hpp
batcher.cpp [drape] Avoid duplicating points in DrapeApi::TLines. 2023-05-15 22:57:45 -03:00
batcher.hpp [drape] Avoid duplicating points in DrapeApi::TLines. 2023-05-15 22:57:45 -03:00
batcher_helpers.cpp [drape] [iOS] Changes to catch a source of crash at CHECK(IsEnoughMemory) in LineRawBatch::BatchData. MAPSME-12898 2020-10-16 15:52:00 +03:00
batcher_helpers.hpp
bidi.cpp Avoid unneeded initialization (memset) in buffer_vector's resize. 2022-10-06 10:26:34 +03:00
bidi.hpp [strings] Use string_view in StringUtf8Multilang and Tokenize. 2022-04-15 07:18:44 +03:00
binding_info.cpp
binding_info.hpp Add texturing for the user arrow 2023-06-28 17:22:22 -03:00
buffer_base.cpp
buffer_base.hpp
CMakeLists.txt [drape] Use built-in Freetype SDF rendering 2024-05-02 18:06:54 +02:00
color.hpp [bookmarks] implement the track color updating 2024-02-28 10:05:39 +02:00
constants.hpp [core][ios] Cleaned up Booking, guides, ugc, taxi 2021-04-22 08:11:07 +03:00
cpu_buffer.cpp [drape] [iOS] Changes to catch a source of crash at dp::CPUBuffer::UploadData MAPSME-12898 2020-09-14 13:36:46 +03:00
cpu_buffer.hpp
data_buffer.cpp
data_buffer.hpp
data_buffer_impl.hpp
debug_renderer.hpp
drape_diagnostics.hpp [drape][OpenGL][Qt] Add OpenGL diagnostics. MAPSME-15297 2020-11-19 18:51:32 +03:00
drape_global.hpp [drape] Removed fixed text size in favor of always using SDF fonts 2024-04-24 20:19:26 +02:00
drape_routine.hpp [drape] Fixed dropped metalines. 2022-09-06 16:56:44 +03:00
dynamic_texture.hpp
font_constants.hpp [drape] Use built-in Freetype SDF rendering 2024-05-02 18:06:54 +02:00
font_texture.cpp [drape] Use built-in Freetype SDF rendering 2024-05-02 18:06:54 +02:00
font_texture.hpp [drape] Use built-in Freetype SDF rendering 2024-05-02 18:06:54 +02:00
framebuffer.cpp
framebuffer.hpp
gl_constants.cpp Minor drape const fixes 2023-07-24 09:08:11 +02:00
gl_constants.hpp [drape][OpenGL][Qt] Add OpenGL diagnostics. MAPSME-15297 2020-11-19 18:51:32 +03:00
gl_extensions_list.cpp [qt] Apply #1 changes based on code review comments 2023-04-10 23:07:20 -03:00
gl_extensions_list.hpp
gl_functions.cpp [linux]: Use OpenGL ES 3.0 instead of desktop OpenGL 2023-09-22 22:21:38 +02:00
gl_functions.hpp [drape][OpenGL][Qt] Add OpenGL diagnostics. MAPSME-15297 2020-11-19 18:51:32 +03:00
gl_gpu_program.cpp
gl_gpu_program.hpp
gl_includes.hpp [android] Use module project structure 2023-09-03 10:05:14 +03:00
glsl_func.hpp [core] Warning fixes 2023-05-18 11:49:28 -03:00
glsl_types.hpp Fix code style 2023-06-28 17:22:22 -03:00
glyph.hpp [drape] Removed fixed text size in favor of always using SDF fonts 2024-04-24 20:19:26 +02:00
glyph_manager.cpp [drape] Use built-in Freetype SDF rendering 2024-05-02 18:06:54 +02:00
glyph_manager.hpp [drape] Use built-in Freetype SDF rendering 2024-05-02 18:06:54 +02:00
gpu_buffer.cpp
gpu_buffer.hpp
gpu_program.hpp
graphics_context.hpp [drape] [Vulkan] [Android] Update whole palette texture at once on Android 10 or Mali-G76 +clang-format MAPSME-12632 2020-07-08 13:31:57 +03:00
graphics_context_factory.cpp [drape] Fixes according to the code analyzer. 2022-09-01 06:53:05 +03:00
graphics_context_factory.hpp [base] remove deprecated Condition and Mutex 2021-05-08 16:51:15 +03:00
hw_texture.cpp [drape] Minor Texture fixes. Moved pixel buffer vars into OpenGLHWTexture. 2023-10-04 10:29:42 -03:00
hw_texture.hpp [drape] Minor Texture fixes. Moved pixel buffer vars into OpenGLHWTexture. 2023-10-04 10:29:42 -03:00
hw_texture_ios.hpp
hw_texture_ios.mm [drape] Minor Texture fixes. Moved pixel buffer vars into OpenGLHWTexture. 2023-10-04 10:29:42 -03:00
index_buffer.cpp
index_buffer.hpp
index_buffer_mutator.cpp
index_buffer_mutator.hpp
index_storage.cpp
index_storage.hpp
mesh_object.cpp
mesh_object.hpp Fix new warnings. Add -Wpedantic. 2023-07-05 08:17:42 -03:00
object_pool.hpp
oglcontext.cpp [core] Fix minor warnings 2023-09-15 23:31:11 +02:00
oglcontext.hpp [drape] [android] [vulkan] fix ABA-problem-like bug MAPSME-13706 2020-06-05 14:16:12 +03:00
overlay_handle.cpp [drape] Remove SpecialDisplacement::SpecialMode 2023-09-08 17:30:16 -03:00
overlay_handle.hpp [drape] Remove SpecialDisplacement::SpecialMode 2023-09-08 17:30:16 -03:00
overlay_tree.cpp [drape] Remove unused overlays masks handling 2023-09-03 16:27:46 -03:00
overlay_tree.hpp [drape] Store 8 bool flags in bits; store zoom and rank as uint8_t. 2022-02-13 20:36:53 +03:00
pointers.cpp [drape] speedup compilation for TRACK_POINTERS=0 case 2021-05-08 16:51:15 +03:00
pointers.hpp [drape] Added ASSERT in ref_ptr. 2022-08-28 18:01:55 +03:00
render_bucket.cpp [drape] Minor fixes 2024-04-06 17:41:37 +02:00
render_bucket.hpp OverTree::Remove drop data immediately in case of invalidation 2021-05-01 15:16:00 +03:00
render_state.cpp [drape] Do not crash in Vulkan if not texture found (like on other engines). 2021-10-10 20:00:01 +02:00
render_state.hpp [drape][bookmarks] Added support of custom images 2019-09-24 19:19:32 +03:00
shader.cpp
shader.hpp
static_texture.cpp [drape] Minor fixes 2024-04-06 17:41:37 +02:00
static_texture.hpp Fix code style 2023-06-28 17:22:22 -03:00
stipple_pen_resource.cpp [android] Add Android Auto support 2023-09-30 12:02:54 +03:00
stipple_pen_resource.hpp [drape] Fixed pattern's rounding. 2024-01-27 11:09:56 -03:00
support_manager.cpp [drape] Minor constexpr warning fix 2024-04-26 08:49:04 +02:00
support_manager.hpp [drape] Minor constexpr warning fix 2024-04-26 08:49:04 +02:00
symbols_texture.cpp Faster XML parsing 2023-07-04 18:17:31 +02:00
symbols_texture.hpp
texture.cpp [drape] Minor Texture fixes. Moved pixel buffer vars into OpenGLHWTexture. 2023-10-04 10:29:42 -03:00
texture.hpp [drape] Minor Texture fixes. Moved pixel buffer vars into OpenGLHWTexture. 2023-10-04 10:29:42 -03:00
texture_manager.cpp [drape] Use built-in Freetype SDF rendering 2024-05-02 18:06:54 +02:00
texture_manager.hpp [drape] Use built-in Freetype SDF rendering 2024-05-02 18:06:54 +02:00
texture_of_colors.cpp [drape] Minor fixes and comments. 2022-07-16 10:19:22 +02:00
texture_of_colors.hpp [drape] Minor fixes and comments. 2022-07-16 10:19:22 +02:00
texture_types.hpp [drape] Minor Texture fixes. Moved pixel buffer vars into OpenGLHWTexture. 2023-10-04 10:29:42 -03:00
tm_read_resources.hpp [drape] Fixed pattern conversion float -> uint8_t. 2022-06-23 23:45:18 +03:00
uniform_value.cpp
uniform_value.hpp
vertex_array_buffer.cpp Fix unqualified call to std::move warning 2023-04-29 14:53:39 +02:00
vertex_array_buffer.hpp
viewport.cpp
viewport.hpp
visual_scale.hpp [drape] Minor fixes and comments. 2023-10-07 23:15:47 -03:00