SlideShare a Scribd company logo
© Copyright Khronos Group 2014 - Page 1
OpenGL Efficiency: AZDO
Cass Everitt
OpenGL Engineer, NVIDIA
GDC, San Francisco, March 2014
© Copyright Khronos Group 2014 - Page 2
AZDO?
• Approaching Zero Driver Overhead
© Copyright Khronos Group 2014 - Page 3
Why do you care about driver overhead?
•Because driver overhead == cost
•Costs
- CPU cycles from app
- CPU cache from app
- power / battery
- GPU throughput
© Copyright Khronos Group 2014 - Page 4
OpenGL Fallacy: Old and Inefficient
Immediate
Mode Fixed
Function
Ancient
crufty stuff
Feedback
Selection
Evaluators
Display Lists
Selectors
© Copyright Khronos Group 2014 - Page 5
OpenGL Reality: Modern & Efficient
Bindless
ARB
SSBO
GL4.3
Multi-Draw
Indirect
GL4.3
UBO
GL3.1
Texture
Arrays
GL3.0
Buffer
Storage
GL4.4
© Copyright Khronos Group 2014 - Page 6
Plus, OpenGL has all the features
Compute
Tessellation
Geometry
Shaders
Sparse
Textures
Image
Load/Store
© Copyright Khronos Group 2014 - Page 7
indirect draw
buffer object
buffer object
texture object
buffer object
buffer object
texture object
buffer object
buffer object
buffer object
render target
buffer object
Classic OpenGL Model
CPU
GPU
…
Memory
cmd cmd cmdcmd
Direct Drawing Commands
(via the command fifo)
© Copyright Khronos Group 2014 - Page 8
Classic Model Pros / Cons
• Pro
- Very stable – 20+ year old code still “just works”
- Simple
- driver handles hazards, sync, allocation
- Empowered the GPU revolution
- Many classes of applications well served
• Cons
- Demanding apps are not so well served
- Intense games, VR
- Doesn’t scale with high scene complexity
- Threading model
- Hardware abstraction showing age
© Copyright Khronos Group 2014 - Page 9
Aspirational Goal
• Can we address the cons within the framework of the
existing API?
- That is, can we fix the cons without tossing the pros?
• Good question!
- As it turns out, Smart People in Khronos have actually
been working on this question for a while now
- And they’ve developed an efficient, modern OpenGL that
- Gives amazing perf improvements, and lives within the
existing framework
• And here’s what it looks like…
© Copyright Khronos Group 2014 - Page 10
indirect draw
buffer object
indirect draw
buffer object
texture object
buffer object
indirect draw
buffer object
texture object
buffer object
buffer object
buffer object
render target
buffer object
Efficient OpenGL Model
CPU
CPU
CPU
CPU
GPU
…
Memory
© Copyright Khronos Group 2014 - Page 11
CPU and GPU decoupled
CPU
CPU
CPU
CPU
GPU
…
Memory
© Copyright Khronos Group 2014 - Page 12
indirect draw
buffer object
indirect draw
buffer object
texture object
buffer object
indirect draw
buffer object
texture object
buffer object
buffer object
buffer object
render target
buffer object
CPU Writes Memory – multi-threaded (no API)!
CPU
CPU
CPU
CPU
GPU
…
Memory
© Copyright Khronos Group 2014 - Page 13
indirect draw
buffer object
indirect draw
buffer object
texture object
buffer object
indirect draw
buffer object
texture object
buffer object
buffer object
buffer object
render target
buffer object
And/Or GPU Writes Memory
CPU
CPU
CPU
CPU
GPU
…
Memory
GPU Work Creation
Still no API – the magic of communicating through memory…
© Copyright Khronos Group 2014 - Page 14
indirect draw
buffer object
indirect draw
buffer object
texture object
buffer object
indirect draw
buffer object
texture object
buffer object
buffer object
buffer object
render target
buffer object
GPU Reads Commands from Memory
CPU
CPU
CPU
CPU
GPU
…
Memory
Minimal CPU / driver involvement…
© Copyright Khronos Group 2014 - Page 15
Results
•Integer multiple speedups ~5x – ~15x
- This is not a typo
- On driver limited cases, obviously
•Works TODAY on existing drivers!
- Mostly GL4.2+
- Extensions are at least EXT
© Copyright Khronos Group 2014 - Page 16
Bonuses
• Enables scalable multi-threading with no new API
- Cores just write to memory
• Enables GPU Work Creation
- Compute job or similar
- Builds buffers, constructs MDI commands
• Does not require a new object model
• Does not require breaking existing applications
© Copyright Khronos Group 2014 - Page 17
Results
•
- This is not a typo
- On driver limited cases, obviously
•
- Mostly GL4.2+
- Extensions are at least EXT
© Copyright Khronos Group 2014 - Page 18
Results
•Integer multiple speedups ~5x – ~15x
- This is not a typo
- On driver limited cases, obviously
•Works TODAY on existing drivers!
- Mostly GL4.2+
- Extensions are at least EXT
© Copyright Khronos Group 2014 - Page 19
Results
•Integer multiple speedups ~5x – ~15x
- This is not a typo
- On driver limited cases, obviously
•Works TODAY on existing drivers!
- Mostly GL4.2+
- Extensions are at least EXT

More Related Content

PPT
SIGGRAPH Asia 2008 Modern OpenGL
PDF
OpenGL 4.4 - Scene Rendering Techniques
PPTX
OpenGL 4.5 Update for NVIDIA GPUs
PPT
NVIDIA OpenGL 4.6 in 2017
PPTX
Five Rendering Ideas from Battlefield 3 & Need For Speed: The Run
PPTX
Optimizing the Graphics Pipeline with Compute, GDC 2016
PPT
NVIDIA OpenGL and Vulkan Support for 2017
PDF
Graphics Gems from CryENGINE 3 (Siggraph 2013)
SIGGRAPH Asia 2008 Modern OpenGL
OpenGL 4.4 - Scene Rendering Techniques
OpenGL 4.5 Update for NVIDIA GPUs
NVIDIA OpenGL 4.6 in 2017
Five Rendering Ideas from Battlefield 3 & Need For Speed: The Run
Optimizing the Graphics Pipeline with Compute, GDC 2016
NVIDIA OpenGL and Vulkan Support for 2017
Graphics Gems from CryENGINE 3 (Siggraph 2013)

What's hot (20)

PPT
A Bit More Deferred Cry Engine3
PPTX
Shiny PC Graphics in Battlefield 3
PPTX
Stochastic Screen-Space Reflections
PPTX
Triangle Visibility buffer
PPTX
Approaching zero driver overhead
PPTX
Frostbite on Mobile
PPT
Z Buffer Optimizations
PDF
Siggraph2016 - The Devil is in the Details: idTech 666
PDF
Dissecting the Rendering of The Surge
PPT
OpenGL for 2015
PDF
Advanced Scenegraph Rendering Pipeline
PDF
Penner pre-integrated skin rendering (siggraph 2011 advances in real-time r...
PPSX
Advancements in-tiled-rendering
PPSX
Vertex Shader Tricks by Bill Bilodeau - AMD at GDC14
PPT
Paris Master Class 2011 - 07 Dynamic Global Illumination
PPTX
Physically Based and Unified Volumetric Rendering in Frostbite
PPTX
Beyond porting
PDF
The Rendering Technology of 'Lords of the Fallen' (Game Connection Europe 2014)
PPTX
The Rendering Pipeline - Challenges & Next Steps
PPTX
DirectX 11 Rendering in Battlefield 3
A Bit More Deferred Cry Engine3
Shiny PC Graphics in Battlefield 3
Stochastic Screen-Space Reflections
Triangle Visibility buffer
Approaching zero driver overhead
Frostbite on Mobile
Z Buffer Optimizations
Siggraph2016 - The Devil is in the Details: idTech 666
Dissecting the Rendering of The Surge
OpenGL for 2015
Advanced Scenegraph Rendering Pipeline
Penner pre-integrated skin rendering (siggraph 2011 advances in real-time r...
Advancements in-tiled-rendering
Vertex Shader Tricks by Bill Bilodeau - AMD at GDC14
Paris Master Class 2011 - 07 Dynamic Global Illumination
Physically Based and Unified Volumetric Rendering in Frostbite
Beyond porting
The Rendering Technology of 'Lords of the Fallen' (Game Connection Europe 2014)
The Rendering Pipeline - Challenges & Next Steps
DirectX 11 Rendering in Battlefield 3
Ad

Similar to Gl efficiency (20)

PPT
Advanced Graphics Workshop - GFX2011
PPTX
GFX Part 1 - Introduction to GPU HW and OpenGL ES specifications
PDF
OpenGL NVIDIA Command-List: Approaching Zero Driver Overhead
PPTX
[Unite Seoul 2019] Mali GPU Architecture and Mobile Studio
PDF
Commandlistsiggraphasia2014 141204005310-conversion-gate02
PDF
DX12 & Vulkan: Dawn of a New Generation of Graphics APIs
PDF
OpenGL ES and Mobile GPU
PPT
GTC 2009 OpenGL Gold
PPTX
Open Standards for Cross-Platform Gaming, Virtual & Augmented Reality | Neil ...
PPTX
GFX Part 7 - Introduction to Rendering Targets in OpenGL ES
PDF
"The Vision API Maze: Options and Trade-offs," a Presentation from the Khrono...
PPTX
What is OpenGL ?
PDF
clWrap: Nonsense free control of your GPU
PPTX
Sig13 ce future_gfx
PDF
"An Update on Open Standard APIs for Vision Processing," a Presentation from ...
PDF
Low Level Graphics & OpenGL
PDF
CUDA by Example : Graphics Interoperability : Notes
PDF
Embedded Graphics Drivers in Mesa (ELCE 2019)
PPTX
Mantle for Developers
PPTX
Siggraph 2016 - Vulkan and nvidia : the essentials
Advanced Graphics Workshop - GFX2011
GFX Part 1 - Introduction to GPU HW and OpenGL ES specifications
OpenGL NVIDIA Command-List: Approaching Zero Driver Overhead
[Unite Seoul 2019] Mali GPU Architecture and Mobile Studio
Commandlistsiggraphasia2014 141204005310-conversion-gate02
DX12 & Vulkan: Dawn of a New Generation of Graphics APIs
OpenGL ES and Mobile GPU
GTC 2009 OpenGL Gold
Open Standards for Cross-Platform Gaming, Virtual & Augmented Reality | Neil ...
GFX Part 7 - Introduction to Rendering Targets in OpenGL ES
"The Vision API Maze: Options and Trade-offs," a Presentation from the Khrono...
What is OpenGL ?
clWrap: Nonsense free control of your GPU
Sig13 ce future_gfx
"An Update on Open Standard APIs for Vision Processing," a Presentation from ...
Low Level Graphics & OpenGL
CUDA by Example : Graphics Interoperability : Notes
Embedded Graphics Drivers in Mesa (ELCE 2019)
Mantle for Developers
Siggraph 2016 - Vulkan and nvidia : the essentials
Ad

Gl efficiency

  • 1. © Copyright Khronos Group 2014 - Page 1 OpenGL Efficiency: AZDO Cass Everitt OpenGL Engineer, NVIDIA GDC, San Francisco, March 2014
  • 2. © Copyright Khronos Group 2014 - Page 2 AZDO? • Approaching Zero Driver Overhead
  • 3. © Copyright Khronos Group 2014 - Page 3 Why do you care about driver overhead? •Because driver overhead == cost •Costs - CPU cycles from app - CPU cache from app - power / battery - GPU throughput
  • 4. © Copyright Khronos Group 2014 - Page 4 OpenGL Fallacy: Old and Inefficient Immediate Mode Fixed Function Ancient crufty stuff Feedback Selection Evaluators Display Lists Selectors
  • 5. © Copyright Khronos Group 2014 - Page 5 OpenGL Reality: Modern & Efficient Bindless ARB SSBO GL4.3 Multi-Draw Indirect GL4.3 UBO GL3.1 Texture Arrays GL3.0 Buffer Storage GL4.4
  • 6. © Copyright Khronos Group 2014 - Page 6 Plus, OpenGL has all the features Compute Tessellation Geometry Shaders Sparse Textures Image Load/Store
  • 7. © Copyright Khronos Group 2014 - Page 7 indirect draw buffer object buffer object texture object buffer object buffer object texture object buffer object buffer object buffer object render target buffer object Classic OpenGL Model CPU GPU … Memory cmd cmd cmdcmd Direct Drawing Commands (via the command fifo)
  • 8. © Copyright Khronos Group 2014 - Page 8 Classic Model Pros / Cons • Pro - Very stable – 20+ year old code still “just works” - Simple - driver handles hazards, sync, allocation - Empowered the GPU revolution - Many classes of applications well served • Cons - Demanding apps are not so well served - Intense games, VR - Doesn’t scale with high scene complexity - Threading model - Hardware abstraction showing age
  • 9. © Copyright Khronos Group 2014 - Page 9 Aspirational Goal • Can we address the cons within the framework of the existing API? - That is, can we fix the cons without tossing the pros? • Good question! - As it turns out, Smart People in Khronos have actually been working on this question for a while now - And they’ve developed an efficient, modern OpenGL that - Gives amazing perf improvements, and lives within the existing framework • And here’s what it looks like…
  • 10. © Copyright Khronos Group 2014 - Page 10 indirect draw buffer object indirect draw buffer object texture object buffer object indirect draw buffer object texture object buffer object buffer object buffer object render target buffer object Efficient OpenGL Model CPU CPU CPU CPU GPU … Memory
  • 11. © Copyright Khronos Group 2014 - Page 11 CPU and GPU decoupled CPU CPU CPU CPU GPU … Memory
  • 12. © Copyright Khronos Group 2014 - Page 12 indirect draw buffer object indirect draw buffer object texture object buffer object indirect draw buffer object texture object buffer object buffer object buffer object render target buffer object CPU Writes Memory – multi-threaded (no API)! CPU CPU CPU CPU GPU … Memory
  • 13. © Copyright Khronos Group 2014 - Page 13 indirect draw buffer object indirect draw buffer object texture object buffer object indirect draw buffer object texture object buffer object buffer object buffer object render target buffer object And/Or GPU Writes Memory CPU CPU CPU CPU GPU … Memory GPU Work Creation Still no API – the magic of communicating through memory…
  • 14. © Copyright Khronos Group 2014 - Page 14 indirect draw buffer object indirect draw buffer object texture object buffer object indirect draw buffer object texture object buffer object buffer object buffer object render target buffer object GPU Reads Commands from Memory CPU CPU CPU CPU GPU … Memory Minimal CPU / driver involvement…
  • 15. © Copyright Khronos Group 2014 - Page 15 Results •Integer multiple speedups ~5x – ~15x - This is not a typo - On driver limited cases, obviously •Works TODAY on existing drivers! - Mostly GL4.2+ - Extensions are at least EXT
  • 16. © Copyright Khronos Group 2014 - Page 16 Bonuses • Enables scalable multi-threading with no new API - Cores just write to memory • Enables GPU Work Creation - Compute job or similar - Builds buffers, constructs MDI commands • Does not require a new object model • Does not require breaking existing applications
  • 17. © Copyright Khronos Group 2014 - Page 17 Results • - This is not a typo - On driver limited cases, obviously • - Mostly GL4.2+ - Extensions are at least EXT
  • 18. © Copyright Khronos Group 2014 - Page 18 Results •Integer multiple speedups ~5x – ~15x - This is not a typo - On driver limited cases, obviously •Works TODAY on existing drivers! - Mostly GL4.2+ - Extensions are at least EXT
  • 19. © Copyright Khronos Group 2014 - Page 19 Results •Integer multiple speedups ~5x – ~15x - This is not a typo - On driver limited cases, obviously •Works TODAY on existing drivers! - Mostly GL4.2+ - Extensions are at least EXT