Vertex Parameter Data Compression for Tile-Based Rendering

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Computer graphics systems face performance limitations due to high memory bandwidth requirements and storage needs for vertex parameter data, particularly in tile-based 3D rendering, where vertex parameter data is frequently written and read from memory.

Innovation Solution

A lossless compression method is employed to compress vertex parameter data by analyzing the data distribution and grouping segments into segment blocks using a determined compression grouping scheme, allowing for efficient compression and decompression, thereby reducing memory usage and bandwidth demands.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If vertex parameter data is stored in memory for tile-based rendering, then the system can process complex graphics data, but the memory bandwidth requirement increases and limits system performance

Engineering Contradiction:
Improvegraphics processing capabilityVSAvoidmemory bandwidth consumption
Core Design Contradiction:
ProductivityVSQuantity of substance

Solution Approach 1:

The patent segments vertex parameter data into multiple parameter blocks, where each block contains data for a specific parameter type (e.g., position, texture coordinates, normals). This segmentation allows the system to process and compress specific parameter types independently, reducing the total memory bandwidth required to transfer all vertex data while maintaining the capability to process complex graphics scenes.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent applies lossless compression algorithms to transform vertex parameter data from an uncompressed format into a compressed representation. By changing the parameter encoding (e.g., using differential encoding, run-length encoding, or other lossless compression techniques), the system reduces the quantity of data that must be transferred over memory bandwidth while preserving all necessary information for graphics processing.

Inventive Principle:
Principle #35Parameter changes

2Quantity of substance

If vertex parameter data is compressed to reduce memory usage, then memory efficiency improves, but data integrity may be compromised with lossy compression

Engineering Contradiction:
Improvememory storage requirementVSAvoiddata integrity
Core Design Contradiction:
Quantity of substanceVSReliability

Solution Approach 1:

The patent employs lossless compression techniques that transform the data representation without discarding any information. Algorithms such as differential encoding (storing differences between consecutive vertex values), run-length encoding (compressing repeated values), or other lossless methods change the parameter encoding format while ensuring that the original data can be perfectly reconstructed during decompression, thereby maintaining complete data integrity.

Inventive Principle:
Principle #35Parameter changes

3Ease of operation

If vertex parameter data is organized by vertex position, then data access is simplified, but compression efficiency is reduced due to lack of data locality

Engineering Contradiction:
Improvedata access simplicityVSAvoidcompressed data size
Core Design Contradiction:
Ease of operationVSQuantity of substance

Solution Approach 1:

The patent segments vertex parameter data not only by parameter type but also organizes the segmented data to exploit spatial and temporal locality. By grouping related parameter segments together and applying compression algorithms that benefit from data locality (such as differential encoding that works best when consecutive values are similar), the system achieves both efficient compression and maintained ease of access for tile-based rendering operations.

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS9478002B2Vertex parameter data compression
Publication Date: 2016.10.25 IMAGINATION TECH LTD
  • US9478002B2 patent drawing
  • US9478002B2 patent drawing
  • US9478002B2 patent drawing

AI summary

Methods and computer graphics systems are provided for compressing vertex parameter data. The vertex parameter data comprises a data block comprising data of vertices relating to at least one parameter. The data of each of the vertices includes multiple data segments at respective positions. The data in the data block is analyzed to determine a compression grouping scheme according to which data segments of the vertices are grouped together into segment blocks for compression. The analysis of the data determines a compression grouping scheme which is suited to the distribution of the data in the data block, to thereby improve the compression ratio which can be achieved when compressing the data block.