Intel · Filed Feb 19, 2025 · Published Aug 20, 2026 · verified — real USPTO data

Intel Patents a Fix That Keeps Its Graphics Chips Busy While Drawing Scenes

Every time a GPU renders a curved 3D surface, it can end up with tiny patches that don't have enough work to fill an entire processing thread. Intel's new patent is a fix for that exact waste.

Detailed internal layout of a matrix processing engine with systolic register files and processing elements. Drawing from patent filing US 2026/0245299 A1.
Detailed internal layout of a matrix processing engine with systolic register files and processing elements.
See all 27 drawings from this filing ↓
Publication number US 2026/0245299 A1
Applicant Intel Corporation
Filing date Feb 19, 2025
Publication date Aug 20, 2026
Inventors Amandeep SINGH, Abhinav SRIVASTAVA, Arthur HUNTER, FNU AMAN, Swapnil Shashank Gautam
CPC classification 345/426
Grant likelihood Medium
Examiner CENTRAL, DOCKET (Art Unit OPAP)
Status Prosecution Suspended/Delayed (May 29, 2025)
Document 20 claims

How Intel keeps its graphics chips busy during rendering

Ever wondered why a powerful GPU can still feel like it's not working at full tilt? When a graphics chip breaks a curved surface into small triangles (a process called tessellation), some of those pieces end up too small to fill an entire processing slot on the chip, leaving compute power idle.

Intel's patent describes a system that holds those undersized patches in a waiting area until there are enough of them to bundle together and fill a processing slot completely. Think of it like a rideshare that waits for a few extra passengers before pulling away, rather than driving across town half-empty.

The result is that more of the GPU's processing cores stay active more of the time, which matters most in scenes with lots of finely detailed or curved geometry, exactly the kind found in modern games and visual effects pipelines.

From the filing · CLAIM 1
… domain shader circuitry to buffer domain points corresponding one or more of the minimally tessellated patches until a sufficient number of domain points are buffered to maximize or improve utilization on the one or more graphics cores.

Translation: The chip holds onto small pieces of data until it has enough to keep the processor busy and avoid wasting time.

How the domain shader buffers patches to fill GPU threads

The patent describes a three-stage pipeline inside a graphics processing unit (GPU):

  • Hull shaders run first and tell the hardware how finely to subdivide each input mesh (a mesh is the cage of polygons that defines a 3D shape).
  • Tessellation circuitry then splits those meshes into smaller patches. Some patches get lots of subdivision (non-minimally tessellated), while others are barely subdivided at all (minimally tessellated), producing just a handful of output points each.
  • Domain shader circuitry is where the patent's core idea lives. Instead of immediately dispatching those tiny, barely-subdivided patches to the GPU cores (where they would fill only a fraction of a thread's capacity), the circuitry buffers them, meaning it holds them in a staging area until there are enough to fully or nearly fully occupy a GPU processing thread.

GPUs work most efficiently when every processing lane in a thread (often called a warp or SIMD lane) has something to do. A minimally tessellated patch might produce only one or two output points, far fewer than the 8, 16, or 32 points a thread can handle at once. By accumulating those small patches and packing them together, the hardware avoids the occupancy penalty (wasted idle lanes) that would otherwise drag down performance.

The system distinguishes between the two patch types automatically, so fully subdivided patches are not delayed and flow through the pipeline normally.

From the filing · THE ABSTRACT
… tessellation circuitry to tessellate the one or more input meshes to generate a plurality of minimally tessellated patches and a plurality of non-minimally tessellated patches according to a tessellation function …

Translation: The hardware breaks down 3D shapes into different sizes of smaller pieces based on a specific mathematical rule.

What this means for GPU efficiency in games and graphics apps

GPU efficiency losses from poorly packed shader threads are a real, measurable cost in 3D rendering pipelines, and they get worse as scenes grow more geometrically complex. For game developers and VFX studios, idle processing lanes mean either longer render times or lower scene quality for the same hardware budget. A fix baked into the hardware rather than left to developers to code around is the kind of gain that compounds across every application running on the chip.

For everyday users, the practical payoff would show up as either smoother frame rates in geometry-heavy scenes or the ability to push finer detail at the same performance cost. Intel's graphics hardware business spans its Arc discrete GPUs and its integrated graphics inside Core processors, so a thread-packing improvement at this level would, if it reaches silicon, touch a wide installed base. Graphics chip efficiency sits among the most active areas covered in the latest Big Tech patents, and Intel's focus here shows the company treating occupancy loss as an engineering problem worth solving at the circuit level, not just in drivers.

Intel's 17th filing we've tracked since May in the GPU rendering race builds on earlier applications like speeding up complex math and cross-platform visual effects code.

Editorial take

When a graphics chip splits curved surfaces into tiny triangles, parts of the chip often sit idle waiting for enough work to arrive. That wasted capacity gets more costly as games demand sharper, more detailed visuals.

The fix here is simple: hold small batches of work in a buffer until there is enough to keep the chip fully busy. It does not rebuild how the process works.

It just stops the existing process from throwing capacity away.

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

27 drawing sheets from US 2026/0245299 A1 · click any drawing to enlarge

Patent filing page

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