Skip to main content
X

Send us a Topic or Tip

Have a suggestion for the blog? Perhaps a topic you'd like us to write about? If so, we'd love to hear from you! Fancy yourself a writer and have a tech tip, handy computer trick, or "how to" to share? Let us know what you'd like to contribute!

Thanks for reaching out!

Adoption of Apple Metal API Increasing

A Brief Overview of API Terminology

An Application Programming Interface (or API) is a collection of resources (sometimes source code, sometimes a specification, or both) used by developers to achieve specific kinds of functionality in their apps. OpenGL is a long-standing open-source API, designed to augment an app’s ability to display and accelerate 2D and 3D graphics. OpenCL is a lesser-known open-source API, often used to offload specific kinds of computational tasks from the CPU — the Intel processor(s) in your Mac — to the GPU.

OpenGL Logo

OpenGL and OpenCL are examples of “open API standards,” developed by a consortium of companies (including Apple), and characterized by slow, incremental changes over time. It’s not uncommon for 3-4 years to pass between the adoption of one version of an open API to the next. The benefits of an open API are stability (because it changes infrequently), and developers can use a single API to develop specific features of an application, across multiple platforms.

OpenCL Logo

The downside is when a developer (which has the resources to create its own APIs and hardware) needs an API to achieve something outside the scope of the consortium’s roadmap, the direction of or pace of development for that API can hinder the developer from achieving its vision for applicable products over time.

Apple Makes a Change

For this reason, Apple went a different route in 2015 when it added its Metal® API — originally designed to accelerate 2D and 3D graphics on iOS devices — to the Mac platform. Initially, Metal was not widely adopted by Mac developers, but the intent was clear: to replace the OpenGL and OpenCL APIs in macOS with a single, more efficient API that served all of the same purposes as well as providing additional functionality. Note: OpenGL and OpenCL were given “deprecated” status in macOS 10.14 Mojave for the first time, meaning the functionality still worked but was no longer actively supported by Apple, and will eventually be removed.  OpenGL and OpenCL maintain the deprecated status in macOS 10.15, but it is unclear whether they will remain part of the macOS beyond that.

Metal Icon

Fast-forward to the 2019 WWDC event: Apple announced revision 3 of the Metal API, bringing it to a level where many developers are now plan to update their OpenGL and OpenCL apps to use Metal instead. This article provides a list of some popular creative apps that are a part of this trend.

Note that the list below is based on the best information available at the time of this writing — which is sometimes sparse — and cannot be guaranteed. Only the most recent app versions are listed; earlier versions may support Metal to a lesser degree or not at all. This information is provided only as a courtesy. If you are curious about specific applications and how they use Metal, please contact the developer.

Apps that Currently Use Metal

  • Adobe Photoshop CC 2019
    • Camera Raw (select functions)
    • Puppet Warp, Perspective Warp
  • Adobe Premiere Pro CC 2019
    • Mercury Playback Engine
    • Multiple effects
  • Adobe After Effects CC 2019
    • Mercury GPU Acceleration
    • Multiple effects
  • Pixelmator 1.3.4
    • All Color Adjustments
    • All Paint Engine functions
    • 60+ effects
  • Affinity Photo 1.7
    • Select editing functions
    • Raw processing
    • All Compositing functions
    • All Paint functions
  • Affinity Designer 1.7
    • Viewport
    • Raster layer and Brush operations
  • DaVinci Resolve 16
    • Demosaicing
    • Playback
    • Grading
    • Many Effects
    • Rendering
  • Pixar Hydra (late 2019 release)
    • Viewport, bundled with various apps
  • AMD ProRender
    • Multi-purpose Renderer, bundled with various apps
  • Otoy Octane X renderer (release TBD)

Metal Updates Announced or Likely

  • Unity
  • AutoDesk Maya
  • AutoDesk AutoCAD
  • AutoDesk Flame
  • AutoDesk Fusion
  • Substance Painter
  • Substance Designer
Be Sociable, Share This Post!

Leave a Reply

4 Comments

  • If You are running older Mac OS then would these programs still run on the Open CL/ Open GL as they have up til now?

    • Hi Bill.

      This varies by application. Adoption of Metal is not an all-or-nothing proposition in the sense that it is not uncommon for a Mac application to contain functions that use both (or all three) types of API.

      For example, Function A may have been re-written some years ago to leverage OpenCL or OpenGL, while Function B may have been written or updated more recently to leverage Metal. In the scenario you describe, if the application previously offered OpenCL or OpenGL functions, and those functions: a) have not been rewritten for Metal, and b) the OS and GPU you’re using support the same or newer OpenCL or OpenGL spec as used by said functions, they should still work as they did before.

      Less commonly, core functions may be written to detect the available hardware and operating system, and then offer a choice (to be set in preferences). For example, some non-linear video editors or 3D renderers may provide the user with a choice to use a Metal engine or an OpenCL engine (or CUDA if it’s a PC with an NVIDIA GPU). Which API the application uses when that function is accessed, will depend on which one the user chose.

      Hope this helps.

  • The problem with Metal is it is proprietary and chains users to Apple… better than Metal would be OpenGL/CL with vendor specific extensions or vendor group extensions allowing vendors & groups of vendors to move more quickly… the general OpenGL/CL standards could then adopt those that the majority of vendors wanted at its slower pace.

    We need to maintain and accelerate the trend toward open APIs

  • Unless the developers of GIMP adopt Metal, when the Mac OS no longer supports OpenGL, Apple will no longer be my computer or operating system.

    Frankly, this is really a power grab by Apple. They want control of EVERYTHING. The only real competition they will face will be Amazon, or an Amazon-Microsoft consortium, or maybe a China-Amazon-Microsoft consortium. Welcome to the Corporate States of America—tomorrow the world!