Variable Fragment Shading Rates for Efficient Scene Rendering

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing graphics processing systems face inefficiencies in handling variable fragment shading rates, particularly in tile-based systems, as they often require uniform shading rates across the entire image, which can lead to suboptimal performance and resource utilization.

Innovation Solution

A method and system for graphics processing that allows for variable fragment shading rates by processing fragment tasks in parallel using a common shader program, where different shading rates can be applied to different parts of the image based on the specific requirements of each region, and utilizing a SIMD processor to handle multiple shading rates simultaneously.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If a constant anti-aliasing rate is used for the entire image, then anti-aliasing quality is maintained uniformly, but processing efficiency deteriorates in areas where high sampling rates are unnecessary

Engineering Contradiction:
Improveanti-aliasing qualityVSAvoidprocessing efficiency
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

The patent applies different fragment shading rates to different regions of the image based on local requirements. High sampling rates are applied only to regions requiring detailed anti-aliasing, while lower rates are used in uniform or low-importance areas, optimizing the balance between quality and performance

Inventive Principle:
Principle #3Local quality

2Ease of manufacture

If uniform fragment shading rates are applied across the entire image, then implementation simplicity is maintained, but resource utilization deteriorates

Engineering Contradiction:
Improveimplementation simplicityVSAvoidresource utilization
Core Design Contradiction:
Ease of manufactureVSUse of energy by moving object

Solution Approach 1:

The patent introduces dynamic fragment shading rates that can vary across different regions of the image. The system dynamically adjusts the shading rate based on scene complexity, importance, and anti-aliasing requirements, allowing flexible resource allocation while maintaining implementation feasibility through programmable pipelines

Inventive Principle:
Principle #15Dynamics

3Manufacturing precision

If multiple shading tasks are created for different shading rates, then processing accuracy is improved, but system complexity deteriorates

Engineering Contradiction:
Improveprocessing accuracyVSAvoidsystem complexity
Core Design Contradiction:
Manufacturing precisionVSDevice complexity

Solution Approach 1:

The patent merges multiple fragment tasks with different shading rates into a single unified shading task. This is achieved by packing fragments from different rates into the same task structure and using bitmasking techniques to track and process fragments at different rates, thereby reducing system complexity while maintaining processing accuracy

Inventive Principle:
Principle #5Merging (Combining)

Data Source

PatentEP4195155B1Graphics processing system and method of rendering
Publication Date: 2025.10.22 IMAGINATION TECH LTD
  • EP4195155B1 patent drawingFigure 1
  • EP4195155B1 patent drawingFigure 2
  • EP4195155B1 patent drawingFigure 3~4

AI summary

There is provided a method of rendering, in a rendering space, a scene formed by primitives in a graphics processing system. The method comprises a geometry processing phase, comprising the step of storing fragment shading rate data representing a first fragment shading rate value and associating data identifying a primitive with the fragment shading rate data. The method furth comprises a rendering phase comprising the steps of: retrieving the stored fragment shading rate data and associated data identifying the primitive, obtaining an attachment specifying one or more attachment fragment shading rate values for the rendering space; processing the primitive to derive primitive fragments to be shaded; and for each primitive fragment, combining the first fragment shading rate value for the primitive from which the primitive fragment is derived with an attachment fragment shading rate value from the attachment to produce a resolved combined fragment shading rate value for the respective fragment.