organicmaps/drape
Viktor Govako 4a83a820e2 [drape] Removed assert.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2022-04-26 22:21:41 +02:00
..
drape_tests Unity builds 2022-01-13 18:24:11 +03:00
metal [mac] Partial fix of metal compilation 2021-08-21 16:10:07 +03:00
utils [drape] remove extra copy in gpu_mem_tracker 2020-09-22 21:01:21 +03:00
vulkan [drape] Made uint32_t app version code in dump serialization. 2022-04-17 15:07:00 +03:00
attribute_buffer_mutator.cpp
attribute_buffer_mutator.hpp
attribute_provider.cpp [base] Added IsExist. 2022-03-22 22:17:00 +03:00
attribute_provider.hpp
batcher.cpp [drape] Prettify and optimize code. 2021-12-19 18:21:19 +01:00
batcher.hpp
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 [strings] Use string_view in StringUtf8Multilang and Tokenize. 2022-04-15 07:18:44 +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 [drape] Fixed OverlayTree::InsertHandle hangs up. 2022-02-13 20:36:53 +03:00
buffer_base.cpp
buffer_base.hpp
CMakeLists.txt [linux] Fix linkage with freetype/icu twice on linux 2022-01-20 09:32:12 +03:00
color.cpp [drape] [Booking] Make visited Booking searchmarks ethereal MAPSME-14324 2020-08-05 12:32:22 +03:00
color.hpp [drape] [Booking] Make visited Booking searchmarks ethereal MAPSME-14324 2020-08-05 12:32:22 +03: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 [desktop][ios] Enable Metal for MacOS and iPhone Simulator 2021-07-11 16:15:49 +02:00
drape_routine.hpp Warning fixes 2021-12-17 23:30:39 +01:00
dynamic_texture.hpp
font_texture.cpp
font_texture.hpp
framebuffer.cpp
framebuffer.hpp
gl_constants.cpp [drape][OpenGL][Qt] Add OpenGL diagnostics. MAPSME-15297 2020-11-19 18:51:32 +03:00
gl_constants.hpp [drape][OpenGL][Qt] Add OpenGL diagnostics. MAPSME-15297 2020-11-19 18:51:32 +03:00
gl_extensions_list.cpp
gl_extensions_list.hpp
gl_functions.cpp [base] remove deprecated Condition and Mutex 2021-05-08 16:51:15 +03: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
glsl_func.hpp [3party][glm] Reverted glm submodule to the last working commit 2021-03-19 10:10:50 +03:00
glsl_types.hpp [3party][glm] Reverted glm submodule to the last working commit 2021-03-19 10:10:50 +03:00
glyph_generator.cpp
glyph_generator.hpp
glyph_manager.cpp [drape] Fixed bug with truncating glyph's height. 2022-04-01 14:27:39 +03:00
glyph_manager.hpp Fixed unicode blocks matching - don't stop on unknown char. 2021-06-08 09:41:06 +03: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 [base] remove deprecated Condition and Mutex 2021-05-08 16:51:15 +03:00
graphics_context_factory.hpp [base] remove deprecated Condition and Mutex 2021-05-08 16:51:15 +03:00
hw_texture.cpp [desktop][ios] Enable Metal for MacOS and iPhone Simulator 2021-07-11 16:15:49 +02:00
hw_texture.hpp
hw_texture_ios.hpp
hw_texture_ios.mm
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
object_pool.hpp
oglcontext.cpp [drape][OpenGL][Qt] Add OpenGL diagnostics. MAPSME-15297 2020-11-19 18:51:32 +03: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] Add priority mask to DEBUG_OVERLAYS_OUTPUT 2022-04-21 23:13:53 +03:00
overlay_handle.hpp [drape] Store 8 bool flags in bits; store zoom and rank as uint8_t. 2022-02-13 20:36:53 +03:00
overlay_tree.cpp [drape] Removed assert. 2022-04-26 22:21:41 +02: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] speedup compilation for TRACK_POINTERS=0 case 2021-05-08 16:51:15 +03:00
render_bucket.cpp OverTree::Remove drop data immediately in case of invalidation 2021-05-01 15:16:00 +03: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
shader.cpp
shader.hpp
static_texture.cpp [3party][glm] Reverted glm submodule to the last working commit 2021-03-19 10:10:50 +03:00
static_texture.hpp
stipple_pen_resource.cpp Fixes according to some clang-tidy warnings. 2021-12-17 17:07:04 +01:00
stipple_pen_resource.hpp
support_manager.cpp [base] Added IsExist. 2022-03-22 22:17:00 +03:00
support_manager.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
symbols_texture.cpp [3party][glm] Reverted glm submodule to the last working commit 2021-03-19 10:10:50 +03:00
symbols_texture.hpp
texture.cpp [3party][glm] Reverted glm submodule to the last working commit 2021-03-19 10:10:50 +03:00
texture.hpp
texture_manager.cpp [strings] Use string_view in StringUtf8Multilang and Tokenize. 2022-04-15 07:18:44 +03:00
texture_manager.hpp
texture_of_colors.cpp [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
texture_of_colors.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
texture_types.hpp
uniform_value.cpp
uniform_value.hpp
vertex_array_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
vertex_array_buffer.hpp
viewport.cpp
viewport.hpp
visual_scale.hpp