“Modern OpenGL: Its Design and Evolution” by Kilgard and Akeley
Conference:
Type(s):
Title:
- Modern OpenGL: Its Design and Evolution
Presenter(s)/Author(s):
Abstract:
A long-time implementer of OpenGL and the system’s original architect explain OpenGL’s design and evolution. OpenGL’s state machine is now a complex data flow with multiple programmable stages. In this course, OpenGL practitioners can expect candid design explanations, advice for programming modern GPUs, and insight into OpenGL’s future.
OpenGL was conceived in 1991 to provide an industry standard for programming the hardware graphics pipeline. The original design has evolved considerably over the last 17 years. Whereas capabilities mandated by OpenGL such as texture mapping and a stencil buffer were present only on the world’s most expensive graphics hardware in 1991, now these features are completely pervasive in PCs and are even available in several hand-held devices. Over that time, OpenGL’s original fixed-function state machine has evolved into a complex data flow including several application-programmable stages. And the performance of OpenGL has increased from 100x to over 1,000x in many important raw graphics operations.
This course explains how the modern (post-2006) graphics hardware pipeline is exposed through OpenGL. Kurt Akeley presents his personal retrospective on OpenGL’s development. Attendees learn nine ways to write better OpenGL programs and how modern OpenGL implementations operate. In conclusion, the course assesses OpenGL’s future evolution.
Whether you program with OpenGL or program with another API such as Direct3D, this course gives you new insights into graphics hardware architecture, programmable shading, and how to take maximum advantage of modern GPUs.
Additional Information:
Prerequisites
Familiarity with the OpenGL graphics system. Familiarity with other graphics APIs such as Direct3D is helpful. The course assumes that attendees are familiar with concepts such as rasterization, shading, texturing, and vertex transformation.
Intended Audience
Graphics practitioners who want to better understand the modern 3D graphics hardware pipeline and its evolution as expressed through OpenGL. OpenGL programmers who wan to learn how to update their programming practices to improve the performance and cross-platform portability of their OpenGL applications.