The Khronos Group - a non-profit industry consortium to develop, publish and promote open standard, royalty-free media authoring and acceleration standards for desktop and handheld devices, combined with conformance qualification programs for platform and device interoperability.
The Khronos Group - Connecting Software to Silicon
The Khronos Group is a not for profit industry consortium creating open standards for the authoring and acceleration of parallel computing, graphics, dynamic media, computer vision and sensor processing on a wide variety of platforms and devices. All Khronos members are able to contribute to the development of Khronos API specifications, are empowered to vote at various stages before public deployment, and are able to accelerate the delivery of their cutting-edge 3D platforms and applications through early access to specification drafts and conformance tests.
OpenGL - The Industry Standard for High Performance Graphics
OpenGL® is the most widely adopted 2D and 3D graphics API in the industry, bringing thousands of applications to a wide variety of computer platforms. It is window-system and operating-system independent as well as network-transparent. OpenGL enables developers of software for PC, workstation, and supercomputing hardware to create high-performance, visually compelling graphics software applications, in markets such as CAD, content creation, energy, entertainment, game development, manufacturing, medical, and virtual reality. OpenGL exposes all the features of the latest graphics hardware.
OpenCL - The open standard for parallel programming of heterogeneous systems
OpenCL™ is the first open, royalty-free standard for cross-platform, parallel programming of modern processors found in personal computers, servers and handheld/embedded devices. OpenCL (Open Computing Language) greatly improves speed and responsiveness for a wide spectrum of applications in numerous market categories from gaming and entertainment to scientific and medical software.
OpenGL ES is a royalty-free, cross-platform API for full-function 2D and 3D graphics on embedded systems - including consoles, phones, appliances and vehicles. It consists of well-defined subsets of desktop OpenGL, creating a flexible and powerful low-level interface between software and graphics acceleration. OpenGL ES includes profiles for floating-point and fixed-point systems and the EGL specification for portably binding to native windowing systems. OpenGL ES 1.X: fixed function hardware offering acceleration, image quality and performance. OpenGL ES 2.X: enables full programmable 3D graphics.
EGL™ is an interface between Khronos rendering APIs such as OpenGL ES or OpenVG and the underlying native platform window system. It handles graphics context management, surface/buffer binding, and rendering synchronization and enables high-performance, accelerated, mixed-mode 2D and 3D rendering using other Khronos APIs.
WebGL is a royalty-free, cross-platform API that brings OpenGL ES 2.0 to the web as a 3D drawing context within HTML, exposed as low-level Document Object Model interfaces. It uses the OpenGL shading language, GLSL ES, and can be cleanly combined with other web content that is layered on top or underneath the 3D content. It is ideally suited for dynamic 3D web applications in the JavaScript programming language, and will be fully integrated in leading web browsers.
WebCL - Heterogeneous parallel computing in HTML5 web browsers
The WebCL working group is working to define a JavaScript binding to the Khronos OpenCL standard for heterogeneous parallel computing. WebCL will enable web applications to harness GPU and multi-core CPU parallel processing from within a Web browser, enabling significant acceleration of applications such as image and video processing and advanced physics for WebGL games. WebCL is being developed in close cooperation with the Web community and has the potential to extend the capabilities of HTML5 browsers to accelerate computationally intensive and rich visual computing applications.
COLLADA™ defines an XML-based schema to make it easy to transport 3D assets between applications - enabling diverse 3D authoring and content processing tools be combined into a production pipeline. The intermediate language provides comprehensive encoding of visual scenes including: geometry, shaders and effects, physics, animation, kinematics, and even multiple version representations of the same asset.COLLADA FX enables leading 3D authoring tools to work effectively together to create shader and effects applications and assets to be authored and packaged using OpenGL® Shading Language, Cg, CgFX, and DirectX® FX
glTF - runtime asset format for WebGL, OpenGL ES, and OpenGL
The "glTF" project aims to define a final stage OpenGL Transmission Format to enable rapid delivery and loading of 3D content by WebGL, OpenGL, and OpenGL ES APIs. glTF together with COLLADA comprise a standards-based content pipeline for rich 3D web and mobile applications. glTF Specification is a work-in-progress from the COLLADA Working Group; it is not an official Khronos-ratified specification yet. It is incomplete and subject to change. The draft specification and related converters and loaders are available on github.
OpenVG - The Standard for Vector Graphics Acceleration
OpenVG™ is a royalty-free, cross-platform API that provides a low-level hardware acceleration interface for vector graphics libraries such as Flash and SVG. OpenVG is targeted primarily at handheld devices that require portable acceleration of high-quality vector graphics for compelling user interfaces and text on small screen devices - while enabling hardware acceleration to provide fluidly interactive performance at very low power levels.
OpenSL ES - The Standard for Embedded Audio Acceleration
OpenSL ES™ is a royalty-free, cross-platform, hardware-accelerated audio API tuned for embedded systems. It provides a standardized, high-performance, low-latency method to access audio functionality for developers of native applications on embedded mobile multimedia devices, enabling straightforward cross-platform deployment of hardware and software audio capabilities, reducing implementation effort, and promoting the market for advanced audio.
OpenMAX IL - The Standard for Media Library Portability
OpenMAX™ is a royalty-free, cross-platform API that provides comprehensive streaming media codec and application portability by enabling accelerated multimedia components to be developed, integrated and programmed across multiple operating systems and silicon platforms. The OpenMAX API will be shipped with processors to enable library and codec implementers to rapidly and effectively make use of the full acceleration potential of new silicon - regardless of the underlying hardware architecture.
OpenMAX AL - The Standard for Media Library Portability
OpenMAX™ is a royalty-free, cross-platform API that provides comprehensive streaming media codec and application portability by enabling accelerated multimedia components to be developed, integrated and programmed across multiple operating systems and silicon platforms. The OpenMAX API will be shipped with processors to enable library and codec implementers to rapidly and effectively make use of the full acceleration potential of new silicon - regardless of the underlying hardware architecture.
StreamInput - Cross-platform advanced sensor processing and user interaction
The Khronos StreamInput working group is driving industry consensus to create a cross-platform API to enable applications to discover and use new generation sensors to create sophisticated user interactions. The new API will support a general-purpose framework for consistently handling advanced sensors such as depth cameras, touch screens and motion and orientation sensors as well as traditional input devices. StreamInput will provide flexible device discovery to enable an application to select and process high-level semantic input from low-level device capabilities, enabling significant innovations by sensor and device manufacturers while simplifying portable application development. The API will also provide system-wide sensor synchronization for advanced multi-sensor applications such as augmented reality, and will use Khronos’ proven extension mechanisms to enable new types of input devices to be easily added and supported.
OpenVX - Hardware acceleration for Computer Vision applications & libraries
Computer vision has become an essential component of many modern applications including gesture tracking, smart video surveillance, automatic driver assistance, biometrics, computational photography, augmented reality, visual inspection, robotics and more. The OpenVX working group has been formed to drive industry consensus to create a cross-platform API standard to enable hardware vendors to implement and optimize accelerated computer vision algorithms. The OpenVX API can accelerate high-level libraries, such as OpenCV open source vision library, or be used by applications directly. A strong focus will be on providing computer vision on mobile and embedded systems and enabling acceleration on a wide variety of computing architectures including CPUs, GPUs and DSPs. OpenVX will explore interoperability with existing Khronos standards for camera control, video processing, compute acceleration and graphics rendering.
Chapters - Community driven regional meetup groups
Chapters host all kinds of Khronos technology-related events, from casual meet ups and socials to hack fests, fundraisers, guest lectures, community service and educational events.
Mikael Bourges-Sevenier has sent in three WebGL and WebCL modules that he’s written for Node. node-webcl from Motorola Mobility is an implementation of the Khronos WebCL working draft using Node. node-webgl is an implementation of the Khronos WebGL specification. node-glfw is a JavaScript wrapper around GLFW. This provides implementations, where possible, of WebGL methods on top of desktop OpenGL as well as a browser compliant event model.
Read More
Digital Media Professionals Inc. announced significant product expansion to its scalable SMAPH-S shader based Graphics IP Core product family including new high-end and OpenGL ES 2.0 compliant IP cores with multi core deployment (MP) support that offers the industry leading graphics rendering and computing performance, and SMAPH-S Lite, the most cost effective graphics IP core that offers the smallest OpenGL ES 2.0 compliant silicon footprint in the industry.
Read More
Kishonti released GLBenchmark 2.5 Beta 3, a cross-platform graphics benchmark for OpenGL ES compliant mobile devices and embedded environments. Kishonti also makes CLBenchmark, a tool for comparing the computational performance of different platforms offering an unbiased way of testing and comparing the performance of implementations of OpenCL 1.1.
Read More
Introduction to Modern OpenGL is an introductory course which offers an overview of the complete OpenGL pipeline, introducing all the latest shader stages. Other topics introduced are the shader-based pipeline, and a summary of key graphics concepts: the synthetic-camera model, transformations, viewing, and lighting. The instructors are Edward Angel, University of New Mexico and Dave Shreiner from ARM. Dave Shriener is co-author of the OpenGL® Programming Guide Read More
There will be five courses offered at Siggraph 2012 that relate to Khronos Technologies. Starting on August 5th followed by one course each day, there will be "Introduction to Modern OpenGL", "Virtual Texturing in Software and Hardware", "Beyond Programmable Shading", "GPU Shaders for OpenGL 4.x" and finally on August 9th "Graphics Programming for the Web." See all Khronos related events at Siggraph 2012 on the Khronos Group Siggraph event page.
Read More
Tom's Hardware tests OpenCL acceleration in Adobe PhotoShop CS6, Musemage, GIMP and a pre-release version of Corel's AfterShot Pro, across five system configurations and looks for patterns in the results including scaling based on GPU horsepower.
Read More
Imagination Technologies, a leading multimedia technologies company, announces the latest IP cores in its ground-breaking PowerVR Series6 GPU core family. The PowerVR G6230 and G6430 GPU IP cores are the latest in a growing family of PowerVR Series6 GPU cores and deliver high compute efficiency while minimising power and bandwidth requirements. Rogue meets requirements for compute APIs including OpenCL 1.x and Renderscript Compute, delivering an optimal balance of performance versus power consumption for mobile and embedded devices. All members of the Series6 family are designed to support all features of the latest graphics APIs including the next generation of the OpenGL ES API, OpenGL 3.x/4.x, and DirectX10 with certain family members extending their capabilities to full WHQL-compliant DirectX11.1 functionality.
Read More
Tech Source, Inc. has announced a conduction cooled and rugged version of its Condor 3000x XMC processor targeted at general purpose graphics processing unit (GPGPU) applications. The Condor 3000x-cc XMC card is based on the AMD RadeonTM E6760 AIB. With 576 GFLOPs of peak single precision floating point performance and 480 individual processing units (shaders), the Condor 3000 graphics processor is particularly well suited for highly parallel computations and other GPGPU applications such as image analysis, radar, sonar, and video surveillance.
Read More
Come to the Aug 8th OpenGL BOF 2th Anniversary party and YOU get the presents! There will be lots of prizes being given away including 100s of Special 20th Anniversary edition “OpenGL T-shirts; numerous raffles prizes – such as books and cool tech gadgets and 150 “OpenGL 20th Anniversary” Pint glasses as prizes for the basketball free throws and ping pong playoffs at the OpenGL 20th Anniversary party. We look forward to seeing you there!
Read More
We are excited that Jon Peddie and Kathleen Maher both from Jon Peddie Research, will be traveling with us and will be in our booth to help us meet and greet the Chinese game development community. Additional details of this event will be posted on our official Khronos Group China Joy event page.
Read More