organicmaps/drape
Viktor Govako 82d879edf2 [drape] Store 8 bool flags in bits; store zoom and rank as uint8_t.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2022-02-13 20:36:53 +03: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 Warning fixes 2021-12-06 18:02:29 +01:00
attribute_buffer_mutator.cpp
attribute_buffer_mutator.hpp
attribute_provider.cpp
attribute_provider.hpp
batcher.cpp [drape] Prettify and optimize code. 2021-12-19 18:21:19 +01:00
batcher.hpp Got rid of the old style std/ includes for several files, mostly in map/ and platform/. 2019-09-23 13:25:26 +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 [drape] Replace > 0xFFFF unicode chars with spaces for valid string drawing. 2021-08-31 22:31:32 +02:00
bidi.hpp Optimized bidi::log2vis. 2021-07-20 09:13:17 +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 [cmake] Refactored build configs for faster builds 2021-12-06 18:02:29 +01: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] Store 8 bool flags in bits; store zoom and rank as uint8_t. 2022-02-13 20:36: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] Store 8 bool flags in bits; store zoom and rank as uint8_t. 2022-02-13 20:36:53 +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] 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 [drape][bookmarks] Added support of custom images 2019-09-24 19:19:32 +03:00
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 [drape] Don't use vulkan on PowerVR Rogue G6110. 2021-10-07 10:09:26 +02: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 Removed unused ad textures 2022-02-05 09:04:02 +01:00
texture_manager.hpp [drape][bookmarks] Added support of custom images 2019-09-24 19:19:32 +03:00
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 Got rid of the old style std/ includes for several files, mostly in software_renderer/. 2019-09-23 17:03:29 +03:00