Qualcomm · Filed Mar 3, 2025 · Published Sep 3, 2026 · verified — real USPTO data

Qualcomm Patents Faster Graphics Processing to Cut Screen Rendering Time

Qualcomm has filed a patent for a chip-level technique that lets a processor copy pixel data to new memory locations more efficiently, a small but telling signal about where the company is pushing its image-processing hardware.

A display area shows various triangles, some shaded differently, representing geometric shapes processed for rendering. Drawing from patent filing US 2026/0260312 A1.
A display area shows various triangles, some shaded differently, representing geometric shapes processed for rendering.
See all 14 drawings from this filing ↓
Publication number US 2026/0260312 A1
Applicant QUALCOMM Incorporated
Filing date Mar 3, 2025
Publication date Sep 3, 2026
Inventors Jamie Menjay LIN, Jian SHEN, Jisoo JEONG
CPC classification 382/305
Grant likelihood Medium
Examiner TC 4100, DOCKET (Art Unit 4100)
Status Docketed New Case - Ready for Examination (Apr 14, 2025)
Document 20 claims

What Qualcomm's pixel-splatting technique actually does

You're watching a video or playing a game on your phone, and the screen needs to redraw thousands of tiny colored dots every fraction of a second. Behind the scenes, the chip has to figure out where each dot's data lives in memory, move it, and put it in the right new spot, all fast enough that you never see a stutter.

Qualcomm's patent covers a method for doing exactly that move more efficiently. The idea is to let the processor take a pixel's existing value, calculate where it needs to go next using a pre-computed offset, and write it directly to that new memory slot in a single coordinated step. No roundabout shuffling, just a direct write.

It sounds unglamorous, but this kind of low-level memory work is what separates a display that feels buttery from one that hesitates. Qualcomm is essentially trying to make the bookkeeping inside the chip cheaper, so more processing budget is left over for the parts of a scene you actually notice.

From the filing · CLAIM 1
… identify an updated address for each of a set of second pixels based on the initial address for each of the set of first pixels and an offset value for each of the set of second pixels …

Translation: The chip calculates where screen pixels need to move by comparing their starting positions with a calculated shift value.

How the processor maps old pixel addresses to new ones

The patent describes a processor operation called splatting, which is a graphics term for taking a value from one location and writing it out to one or more destination locations, rather than pulling values in from many sources to one place.

Here is the basic sequence the patent claims:

  • The processor reads the current value stored at a pixel's initial address (its current slot in memory).
  • It then calculates an updated address for each destination pixel by adding a pre-known offset value, which is defined as the difference between the source pixel's value and the destination pixel's expected value at the new location.
  • It writes the source pixel's value into that new address, overwriting whatever was there before.

The offset encodes not just a spatial shift but a value difference, which means the processor can figure out where data needs to go and what it should look like in a single pass rather than two separate operations.

This is relevant to any image-processing pipeline where pixels get warped, rescaled, or redistributed, such as in depth-based image rendering or neural radiance field (NeRF) style view synthesis (techniques that reconstruct 3D scenes from flat images). The CPC classification filed alongside the patent sits squarely in image data processing, pointing to on-device camera and graphics workloads.

From the filing · THE ABSTRACT
… configure the value for each of the set of second pixels at the updated address with the value for each of the set of first pixels at the initial address.

Translation: The processor updates the target pixels with the visual data taken from the starting pixels.

What this means for graphics on Qualcomm-powered devices

For most users, the payoff from a patent like this would show up as imperceptibly smoother graphics or slightly lower power draw during intensive tasks like gaming or video calls with complex backgrounds. That is not a small thing on a device that runs for hours on a single charge, but it is also not the kind of improvement that earns a feature name on a spec sheet.

Qualcomm's steady investment in on-device image-processing efficiency makes sense given that its Snapdragon chips power a large share of Android flagship phones and XR headsets. Faster, cheaper pixel-wrangling at the hardware level gives every app on the device more room to breathe, which matters especially as on-device AI and real-time 3D content become standard rather than exotic.

This is the 11th Qualcomm filing we've tracked in the GPU rendering race since July, adding to work on keeping rotating graphics sharp and processing only the visible area.

Editorial take

The honest assessment here is that this is a narrow, infrastructure-level filing. It optimizes a specific memory-write operation inside a graphics pipeline, and the user would never know it was there.

That said, the payoff is real even if it is invisible. Memory bandwidth and write efficiency are genuine bottlenecks in mobile graphics, and shaving cycles off a routine like this adds up across millions of frames. The person who benefits is not someone reading a feature list; it is someone who notices their phone stays cool during a long gaming session, or whose video call background effect does not drop frames.

Qualcomm files heavily in this territory because chip-level gains are cumulative. One small optimization rarely changes a product, but a dozen of them together can separate a chip generation that feels responsive from one that does not.

There are more where this came from

We read every patent application Big Tech publishes and send you the ones worth knowing. Plain English, free, every week.

The drawings

14 drawing sheets from US 2026/0260312 A1 · click any drawing to enlarge

Patent filing page

Source. Full patent text and figures from the official USPTO publication PDF.