summaryrefslogtreecommitdiff
path: root/src/gallium/docs/source/tgsi.rst
blob: 2474925b464b641681f94319dd06b3aa45d033d6 (plain)
1
2
3
4
5
6
7
TGSI
====

TGSI, Tungsten Graphics Shader Instructions, is an intermediate language
for describing shaders. Since Gallium is inherently shaderful, shaders are
an important part of the API. TGSI is the only intermediate representation
used by all drivers.