This week's graphics and rendering activity includes 7 filed patent applications from Arm, Ncsoft, NetEase, Nintendo, Qualcomm, Roblox, and Tencent.
The patents span GPU performance optimization techniques, including Qualcomm's heuristic-based frame prediction to reduce shading rates before bottlenecks occur and Tencent's shader-based parallel texture decoding to accelerate image loading. Several applications address visual quality improvements, with Nintendo's voxel mesh system enabling dynamic terrain deformation, NetEase's multi-layer texture stacking creating parallax backgrounds, and Arm's neural frame interpolation increasing mobile frame rates. Roblox filed for dynamic creator signatures rendered via fragment shaders, while Ncsoft's application covers seamless character-to-vehicle mounting animations.
Roblox received 1 patent addressing creator attribution in virtual marketplaces. The system applies branding signatures to virtual assets at the GPU shader level during rendering rather than embedding watermarks in asset files themselves. By storing signature data separately from assets and compositing them during rasterization, the approach creates a tamper-resistant attribution layer that adjusts to lighting conditions and viewing distance in real time.
Qualcomm filed 1 patent for mobile GPU performance management using predictive heuristics. The system analyzes telemetry from previous frames to anticipate upcoming GPU-intensive rendering workloads, then preemptively reduces shading rates before performance drops occur. This lookahead approach contrasts with reactive techniques that adjust settings only after frame rate problems have already materialized.
Tencent's 1 patent application describes a GPU-based method for decompressing textures entirely in parallel. The technique assigns one dedicated GPU work group to each compressed texture block, allowing all blocks to decode simultaneously within shader code. This removes the CPU from the decompression pipeline completely, eliminating sequential processing bottlenecks.
NCSoft received 1 patent for character animation during vehicle mounting sequences. The system uses distance-based triggers combined with multiple body anchor points to blend player and vehicle postures smoothly across the transition. Time-weighted interpolation adjusts the animation based on movement state, creating context-aware mounting that avoids abrupt posture changes when characters enter vehicles or climb onto mounts.
Arm filed 1 patent covering neural frame interpolation designed for mobile devices. The pipeline generates intermediate frames without full re-rendering, adapted specifically for the thermal and power constraints of smartphone and tablet processors. This approach tailors temporal frame generation to mobile system-on-chip limitations rather than repurposing desktop GPU techniques.
Nintendo's 1 patent details a voxel mesh system that handles terrain deformation with selective memory management. The approach preserves intersection data for reversible changes while deleting it for permanent destruction, allowing accurate mesh reconstruction without excessive computational overhead. This dual-mode handling balances real-time performance during player-driven terrain modification with the ability to restore geometry when needed.
NetEase received 1 patent for creating depth effects in character display backgrounds using layered 2D textures. The system dynamically scales multiple texture layers based on the viewing frustum geometry so each layer correctly fills its clip-space plane, producing parallax that simulates 3D depth. This technique provides a computationally lighter alternative to rendering full 3D background scenes for character presentation contexts.
All data sourced from USPTO patent filings. Google Patents may take several weeks to index recent publications. If a link is unavailable, search for the patent number at USPTO Patent Public Search.