1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
JUCE/modules
Tom Poole 833c1e590f
macOS/iOS: Add a Metal layer renderer
This restores the functionality of JUCE_COREGRAPHICS_RENDER_WITH_MULTIPLE_PAINT_CALLS.
Using this preprocessor flag may avoid Core Graphics rendering much larger regions than
necessary, but the small regions that are rendered will likely be rendered slower.
Whether using this flag improves or degrades the performance of your rendering overall
will be specific to each application.

Previously enabling JUCE_COREGRAPHICS_RENDER_WITH_MULTIPLE_PAINT_CALLS was ineffective
from versions of macOS around 10.13, but enabling it didn't have any negative impact on
performance. Now enabling JUCE_COREGRAPHICS_RENDER_WITH_MULTIPLE_PAINT_CALLS may result
in slower rendering.
2022-04-22 14:18:48 +01:00
..
juce_analytics Update copyright banners 2022-04-04 12:36:32 +01:00
juce_audio_basics Update copyright banners 2022-04-04 12:36:32 +01:00
juce_audio_devices Warnings: Fix missing-prototypes warnings 2022-04-22 14:18:48 +01:00
juce_audio_formats Update copyright banners 2022-04-04 12:36:32 +01:00
juce_audio_plugin_client Warnings: Fix missing-prototypes warnings 2022-04-22 14:18:48 +01:00
juce_audio_processors Warnings: Fix missing-prototypes warnings 2022-04-22 14:18:48 +01:00
juce_audio_utils Update copyright banners 2022-04-04 12:36:32 +01:00
juce_box2d Update copyright banners 2022-04-04 12:36:32 +01:00
juce_core Warnings: Fix missing-prototypes warnings 2022-04-22 14:18:48 +01:00
juce_cryptography Update copyright banners 2022-04-04 12:36:32 +01:00
juce_data_structures Update copyright banners 2022-04-04 12:36:32 +01:00
juce_dsp Update copyright banners 2022-04-04 12:36:32 +01:00
juce_events Warnings: Fix missing-prototypes warnings 2022-04-22 14:18:48 +01:00
juce_graphics Warnings: Fix missing-prototypes warnings 2022-04-22 14:18:48 +01:00
juce_gui_basics macOS/iOS: Add a Metal layer renderer 2022-04-22 14:18:48 +01:00
juce_gui_extra Warnings: Fix missing-prototypes warnings 2022-04-22 14:18:48 +01:00
juce_opengl Update copyright banners 2022-04-04 12:36:32 +01:00
juce_osc Update copyright banners 2022-04-04 12:36:32 +01:00
juce_product_unlocking Update copyright banners 2022-04-04 12:36:32 +01:00
juce_video Update copyright banners 2022-04-04 12:36:32 +01:00
CMakeLists.txt Update copyright banners 2022-04-04 12:36:32 +01:00