Company:Caustic Graphics

From HandWiki
Short description: American computer technology company
Caustic Graphics
TypePrivate
FateAcquired by Imagination Technologies in 2010
Founded2006
HeadquartersSan Francisco USA
Products
  • Raytracing Graphics Hardware
  • Graphics APIs
  • Rendering Software

Caustic Graphics was a computer graphics and fabless semiconductor company that developed technologies to bring real-time ray-traced computer graphics to the mass market.[1][2][3]

The company name derived from an optical effect caused by the concentration of light on to a surface resulting from focusing through reflection or refraction phenomena.

Caustic was founded on the premise that realistic 3D graphics would be easier to create if GPU hardware were as efficient at processing a ray as processing a vertex or fragment using existing rasterisation methods.[2]

History

Caustic was founded in 2006 by three ex-Apple engineers, one of which had developed graphics technologies for the 5th Generation iPod and 1st Generation iPhone.[4] The founding business plan was to build a complete real-time ray traced graphics system to initially accelerate professional 3D visualisation and later for entertainment applications on PCs and gaming consoles.[1]

In 2008, Caustic Graphics acquired Splutterfish, a company that developed and sold a production rendering software product called Brazil R/S.[5][6]

Caustic later released a series of commercial software products called "Visualiser Plugins" that leveraged the Brazil R/S rendering technology and Caustic hardware to enable interactive and offline ray traced rendering inside Autodesk 3DSMax,[7] Autodesk Maya,[8] McNeel Rhino[9] and later SketchUp[10]

In 2010, Caustic Graphics was acquired by Imagination Technologies.[11][12][13]

Technologies

Hardware

The Caustic ray tracing hardware was not a replacement for existing rasterisation GPUs, but rather added several new hardware functions to increase the efficiency of ray-tracing:[14]

  1. Coherence gathering: The ability for the GPU to generate work for itself and for those work-units to be deferred and sorted into coherent groups that were requesting a common resource, such as a data or shader program address in memory.
  2. Fixed-function triangle intersection units: A unit was developed that could intersect a ray with an edge sharing triangle pair and return barycentric coordinates and other hit information.
  3. Fixed-function bounding volume intersection units: A unit was developed that could intersect a ray with an AABB and return hit information.
  4. Framebuffer accumulator: This unit would receive commands from the ALUs to add colour to a given pixel in the frame buffer.
  5. Scene hierarchy generator: This unit would read lists of triangles (or other scene geometry representations) and stream out to memory a directed acyclic graph of 3D volumes surrounding the geometry, known as a bounding volume hierarchy.

Coherence gathering

The Caustic architecture parallelised execution not on pixels, but on individual rays. This allowed for hardware to gather these rays into coherent groups to perform a common operation, such as access a memory address within the scene acceleration structure and underlying geometry or execution of a common material shader program.[15][16][17]

Streaming bounding volume hierarchy generator

Caustic developed a hardware pipeline that was capable of building a bounding volume hierarchy bottom-up by directly consuming assembled primitives post vertex shading and gradually streaming out a graph of AABB nodes to DRAM in a single pass. This worked by implementing a conservative triangle voxelizer which would produce spatial addresses into a cache-like structure to group triangles and AABBs within common parts of 3D space. This relied on the application submitting triangles in a generally spatially coherent order. Failure to submit triangles in a spatially coherent order would result in premature evictions from the spatial cache and thus generate overlapping bounding volumes and incur a higher ray traversal overhead. The hardware included a feature to increase the voxelisation rate for long and narrow triangles to permit more efficient bounding and higher rendering performance for off-axis geometry.[18][17]

This hardware unit, known as the SHG, was implemented within the PowerVR 6XT GR6500 from Imagination. In a demonstration, the company claimed that in their 600MHz test silicon, the SHG had a throughput of 100 million dynamic triangles per second.[14]

CausticGL/OpenRL API

The OpenRL API (previously called CausticGL) was derived from OpenGL ES 2.0 and added a series of features to both the host API and GLSL required to support ray tracing. Caustic shipped high performance implementations of the API for both SSE and AVX capable Intel CPUs, OpenCL capable GPUs and CUDA support for NVIDIA GPUs.[19]

OpenRL SDK

The OpenRL API was shipped in a free SDK with implementations for Intel CPUs, OpenCL and CUDA compatible GPUs and the Caustic hardware. Applications built on the OpenRL SDK would automatically detect supporting hardware and use the highest performing available option.[20]

The SDK included a series of example programs, "Profiler" to help debug applications by allowing full inspection of the ray tracing "tree" within a pixel[21] and a tool called "StatsPlotter" which would expose internal performance counters.

PowerVR Brazil SDK

PowerVR Brazil SDK (also known as Resin) was a software layer utilising the OpenRL API which enabled physically based rendering implementations, programmable material shaders, dynamic geometry and hardware platform independence. The Resin technology grew out of the expertise from the Brazil R/S team which were acquired by Caustic Graphics.[22]

Products

PowerVR Wizard / PLATO

After the acquisition by Imagination Technologies, an initiative began to integrate the Caustic ray tracing coherence gathering, fixed function geometry testers and a new streaming BVH generator into an exiting Series 6 PowerVR GPU architecture. This allowed GLSL shaders which previously had to run on a host CPU to instead be executed on-chip using the existing PowerVR shading clusters and still gain benefit from the ray reordering being performed by the Caustic traversal unit.[14]

Additionally, the GPU was still a tile-based deferred rasteriser (TBDR) and could perform hybrid rasterisation-raytracing by allowing triangle fragment shaders to emit rays directly into the ray tracing pipeline.

Imagination Technologies taped out test silicon containing the complete PowerVR 6XT GR6500 ray tracing GPU on a PCI express card called PLATO and it was demonstrated publicly at various events. It was claimed by the company to have memory bandwidth and power consumption characteristics similar to a mid-range consumer smartphone in 2016.[23][24]

PCIe cards

Caustic R2500 PCIe card with 2 Caustic RT2 ASICs and a PLX PCIe switch chip. The mainboard above is from a Mac Pro workstation with a pair of Intel Xeon CPUs and associated host memory. Ray flow was kept within L2 cache of each host CPU using careful thread affinities and DMA management within the kernel driver
Pair of CausticOne, FPGA based PCIe cards in a DELL workstation

A pair of PCIe card products were launched incorporating the Caustic RT2 ASIC implementation of the RTU. The RT2 was a custom ASIC built on a 90nm TSMC process. The R2100 card had a single RT2 chip and 4GB of onboard DDR2 memory and a claimed peak power consumption of 40 Watts. The R2500 incorporated a pair of RT2 chips and a total of 16GB of memory and had a claimed peak power consumption of 60 Watts. The cards were released for sale in 2013.[25][26]

The CausticOne PCIe card had two FPGA implementations of the RTU running at 100Mhz each with a single channel DDR2 memory for scene storage and connected to the host via 4-lane PCI Express 1.0. It was demonstrated in 2009 and sold in limited volume later that year.[27][28]

References

  1. 1.0 1.1 Clark, Don (2009-03-09). "Start-Up Promises More Game Realism". Wall Street Journal. ISSN 0099-9660. https://www.wsj.com/articles/SB123655461519565819. 
  2. 2.0 2.1 Stokes, Jon (April 21, 2009). "Caustic Graphics launches real-time ray tracing platform". Ars Technica. https://arstechnica.com/gaming/2009/04/caustic-graphics-launches-real-time-ray-tracing-platform/. 
  3. Skillings, Jon (March 9, 2009). "Start-up Caustic targets ray tracing for graphics". CNET. https://www.cnet.com/news/start-up-caustic-targets-ray-tracing-for-graphics/. 
  4. Shrout, Ryan (2009-04-20). "Caustic Graphics Ray Tracing Acceleration Technology Review". https://pcper.com/2009/04/caustic-graphics-ray-tracing-acceleration-technology-review/. 
  5. Maher, Kathleen (August 2009). "The Rendering Race". Computer Graphics World 32 (8). https://www.cgw.com/Publications/CGW/2009/Volume-32-Issue-8-Aug-2009-/The-Rendering-Race.aspx. Retrieved 2022-03-12. 
  6. "Important Announcement from Caustic Graphics - SplutterFish Forums". 2013-04-07. https://caustic.com/splutterfish/forums/showthread.php?t=24269. 
  7. "Caustic Visualizer for 3DS Max open beta". 2013-05-06. https://cgpress.org/archives/caustic_visualizer_for_3ds_max_open_beta.html. 
  8. "Caustic Visualizer For Maya". 2013-05-07. https://www.iamag.co/caustic-visualizer-for-maya/. 
  9. Newton, Randall (2013-04-11). "Rhino plug-in gives access to Caustic Visualizer ray tracing". https://gfxspeak.com/2013/04/11/rhino-plug-in-gives-access-to-caustic-visualizer-ray-tracing/. 
  10. "Visualizer for SketchUp • sketchUcation • 1". https://sketchucation.com/forums/viewtopic.php?f=80&t=57758. 
  11. "Apple partner Imagination acquires 'cinema quality' graphics chipmaker". December 14, 2010. http://appleinsider.com/articles/10/12/14/apple_partner_imagination_acquires_cinema_quality_graphics_chipmaker. 
  12. "Alternative Hardware Architectures". https://pbr-book.org/3ed-2018/Retrospective_and_The_Future/Alternative_Hardware_Architectures#Ray-TracingHardware. 
  13. Keller, Alexander; Karras, Tero; Wald, Ingo; Aila, Timo; Laine, Samuli; Bikker, Jacco; Gribble, Christiaan; Lee, Won-Jong et al. (2013-07-21). "Ray tracing is the future and ever will be". ACM SIGGRAPH 2013 Courses. SIGGRAPH '13. New York, NY, USA: Association for Computing Machinery. pp. 1–7. doi:10.1145/2504435.2504444. ISBN 978-1-4503-2339-0. https://doi.org/10.1145/2504435.2504444. 
  14. 14.0 14.1 14.2 Smith, Ryan (March 18, 2014). "Imagination Announces PowerVR Wizard GPU Family: Rogue Learns Ray Tracing". https://www.anandtech.com/show/7870/imagination-announces-powervr-wizard-gpu-family-rogue-learns-ray-tracing. 
  15. , Luke Tilman; James Alexander McCombe & Ryan R. Salsbury et al."Architectures for concurrent graphics processing operations" US patent 8502820B2, issued 2013-08-06
  16. , Luke Tilman; James Alexander McCombe & Ryan R. Salsbury et al."Ray tracing system architectures and methods" US patent 8018457B2, published 2011-09-13, issued 2011-09-13
  17. 17.0 17.1 "New Techniques Made Possible by PowerVR Ray Tracing Hardware (Presented by Imagination Technologies)". https://www.gdcvault.com/play/1020741/New-Techniques-Made-Possible-by. 
  18. , James A.; Aaron Dwyer & Luke T. Peterson et al."Systems and methods for 3-D scene acceleration structure creation and updating" US patent 10930052B2, published 2021-02-23, issued 2021-02-23
  19. Shrout, Ryan (2009-07-07). "Caustic Graphics and the CausticGL Ray Tracing API - PC Perspective". https://pcper.com/2009/07/caustic-graphics-and-the-causticgl-ray-tracing-api/. 
  20. "OpenRL: Heterogeneous Computing Example". May 28, 2010. https://www.geeks3d.com/20100528/openrl-heterogeneous-computing-example/. 
  21. , Nur; James Alexander McCombe & Sean Matthew Gies"Profiling ray tracing renderers" US patent 9881411B2, published 2018-01-30, issued 2018-01-30
  22. Thacker, Jim (April 20, 2012). "Imagination Technologies ships PowerVR Brazil SDK | CG Channel". http://www.cgchannel.com/2012/04/imagination-technologies-ships-powervr-brazil-sdk/. 
  23. Imagination PowerVR Ray Tracing (Video). Tom's Hardware. Jan 11, 2016. Retrieved 2022-03-12 – via YouTube.
  24. Imagination PowerVR 6XT GR6500 mobile GPU - Ray Tracing demos vs Nvidia Geforce GTX 980 Ti (Video). Notebook Italia. Jan 17, 2016. Retrieved 2022-03-12 – via YouTube.
  25. Ward, Antony (2013-07-25). "Hardware review: Caustic Series2 R2500 ray-tracing accelerator card | 3D World". http://www.3dworldmag.com/2013/04/16/hardware-review-caustic-series2-r2500-ray-tracing-accelerator-card. 
  26. Hruska, Joel (August 1, 2013). "The future of ray tracing, reviewed: Caustic's R2500 accelerator finally moves us towards real-time ray tracing - ExtremeTech". https://www.extremetech.com/extreme/161074-the-future-of-ray-tracing-reviewed-caustics-r2500-accelerator-finally-moves-us-towards-real-time-ray-tracing. 
  27. "Real Time Ray Tracing at 5 FPS with CausticRT Raytracing System". April 20, 2009. https://www.geeks3d.com/20090420/real-time-ray-tracing-at-5-fps-with-causticrt-raytracing-system/. 
  28. Shrout, Ryan (2009-04-20). "Caustic Graphics Ray Tracing Acceleration Technology Review - PC Perspective". https://pcper.com/2009/04/caustic-graphics-ray-tracing-acceleration-technology-review/3/.