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]

Caustic Graphics
Company typePrivate
Founded2006
FateAcquired by Imagination Technologies in 2010
HeadquartersSan Francisco USA
Products
  • Raytracing Graphics Hardware
  • Graphics APIs
  • Rendering Software

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 edit

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 edit

Hardware edit

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 edit

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 edit

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 edit

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 edit

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 edit

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 edit

PowerVR Wizard / PLATO edit

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 edit

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 edit

  1. ^ a b Clark, Don (2009-03-09). "Start-Up Promises More Game Realism". Wall Street Journal. ISSN 0099-9660. Retrieved 2017-11-12.
  2. ^ a b Stokes, Jon (April 21, 2009). "Caustic Graphics launches real-time ray tracing platform". Ars Technica. Retrieved 2017-11-12.
  3. ^ Skillings, Jon (March 9, 2009). "Start-up Caustic targets ray tracing for graphics". CNET. Retrieved 2017-11-12.
  4. ^ Shrout, Ryan (2009-04-20). "Caustic Graphics Ray Tracing Acceleration Technology Review". PC Perspective. Retrieved 2022-03-15.
  5. ^ Maher, Kathleen (August 2009). "The Rendering Race". Computer Graphics World. Vol. 32, no. 8. Retrieved 2022-03-12.
  6. ^ "Important Announcement from Caustic Graphics - SplutterFish Forums". caustic.com. 2013-04-07. Archived from the original on 2013-04-07. Retrieved 2022-03-13.
  7. ^ "Caustic Visualizer for 3DS Max open beta". CGPress. 2013-05-06. Retrieved 2022-03-12.
  8. ^ "Caustic Visualizer For Maya". IAMAG Inspiration. 2013-05-07. Retrieved 2022-03-12.
  9. ^ Newton, Randall (2013-04-11). "Rhino plug-in gives access to Caustic Visualizer ray tracing". GraphicSpeak. Retrieved 2022-03-12.
  10. ^ "Visualizer for SketchUp • sketchUcation • 1". sketchucation.com. Retrieved 2022-03-12.
  11. ^ "Apple partner Imagination acquires 'cinema quality' graphics chipmaker". Apple Insider. December 14, 2010. Retrieved 2017-11-12.
  12. ^ "Alternative Hardware Architectures". pbr-book.org. Retrieved 2022-03-12.
  13. ^ Keller, Alexander; Karras, Tero; Wald, Ingo; Aila, Timo; Laine, Samuli; Bikker, Jacco; Gribble, Christiaan; Lee, Won-Jong; McCombe, James (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. S2CID 17349732.
  14. ^ a b c Smith, Ryan (March 18, 2014). "Imagination Announces PowerVR Wizard GPU Family: Rogue Learns Ray Tracing". AnandTech. Retrieved 2022-03-12.
  15. ^ US 8502820B2, Peterson, Luke Tilman; McCombe, James Alexander & Salsbury, Ryan R. et al., "Architectures for concurrent graphics processing operations", issued 2013-08-06 
  16. ^ US 8018457B2, Peterson, Luke Tilman; McCombe, James Alexander & Salsbury, Ryan R. et al., "Ray tracing system architectures and methods", published 2011-09-13, issued 2011-09-13 
  17. ^ a b "New Techniques Made Possible by PowerVR Ray Tracing Hardware (Presented by Imagination Technologies)". www.gdcvault.com. Retrieved 2022-03-14.
  18. ^ US 10930052B2, Mccombe, James A.; Dwyer, Aaron & Peterson, Luke T. et al., "Systems and methods for 3-D scene acceleration structure creation and updating", published 2021-02-23, issued 2021-02-23 
  19. ^ Shrout, Ryan (2009-07-07). "Caustic Graphics and the CausticGL Ray Tracing API - PC Perspective". PC Perspective. Retrieved 2022-03-13.
  20. ^ "OpenRL: Heterogeneous Computing Example". Geeks 3D. May 28, 2010. Retrieved 2022-03-13.
  21. ^ US 9881411B2, Monson, Nur; McCombe, James Alexander & Gies, Sean Matthew, "Profiling ray tracing renderers", published 2018-01-30, issued 2018-01-30 
  22. ^ Thacker, Jim (April 20, 2012). "Imagination Technologies ships PowerVR Brazil SDK | CG Channel". CGchannel.com. Retrieved 2022-03-13.
  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". 3D World Mag. Archived from the original on 2013-07-25. Retrieved 2022-03-12.
  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". Extreme Tech. Retrieved 2022-03-13.
  27. ^ "Real Time Ray Tracing at 5 FPS with CausticRT Raytracing System". Geeks 3D. April 20, 2009. Retrieved 2022-03-13.
  28. ^ Shrout, Ryan (2009-04-20). "Caustic Graphics Ray Tracing Acceleration Technology Review - PC Perspective". PC Perspective. Retrieved 2022-03-13.