Tag

Graphics Pipeline

1 views collected around this technical thread.

ByteDance SYS Tech
ByteDance SYS Tech
May 12, 2023 · Fundamentals

Inside Intel GPU Render Engine: How 3D Rendering Works at the Hardware Level

This article explains the architecture and workflow of Intel's GPU render engine, covering the 3D pipeline, command streamer, fixed‑function units, execution units, URB handling, thread dispatch, shader stages, sampler state, and the Mesa driver implementation that translates OpenGL commands into hardware instructions.

DriverGPUGraphics Pipeline
0 likes · 39 min read
Inside Intel GPU Render Engine: How 3D Rendering Works at the Hardware Level
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Feb 14, 2022 · Game Development

Unlocking the Power of Shaders: A Deep Dive into OpenGL Rendering Pipeline

This article explains what shaders are, how they run on the GPU, and walks through each stage of the OpenGL graphics pipeline—from vertex processing to rasterization, fragment shading, and alpha testing—providing a comprehensive foundation for graphics programming.

Fragment ShaderGraphics PipelineOpenGL
0 likes · 10 min read
Unlocking the Power of Shaders: A Deep Dive into OpenGL Rendering Pipeline