--- id: wiki-2026-0508-gpu-acceleration-compositing title: GPU Acceleration (Compositing) category: 10_Wiki/Topics status: verified canonical_id: self aliases: [GPU compositing, browser compositor, hardware acceleration, will-change, transform-only] duplicate_of: none source_trust_level: A confidence_score: 0.94 verification_status: applied tags: [browser, gpu, compositing, performance, frontend, webgl, will-change] raw_sources: [] last_reinforced: 2026-05-10 github_commit: pending tech_stack: language: CSS / JavaScript framework: Browser / Chrome / Skia --- # GPU Acceleration (Compositing) ## 매 한 줄 > **"매 layer 의 의 의 GPU 의 의 의 의 composite"**. 매 browser 의 paint → 매 layer → 매 GPU composite. 매 transform / opacity 의 의 의 cheap. 매 modern: 매 will-change, 매 contain, 매 OffscreenCanvas, 매 view transitions API. ## 매 핵심 ### 매 rendering pipeline 1. **Style** (CSS computed). 2. **Layout** (geometry). 3. **Paint** (raster). 4. **Composite** (GPU). ### 매 layer 의 promote 조건 - `transform` (3D or non-default). - `opacity` < 1 (with animation). - `will-change`. - `