TGSI

1 program Added 2026-03-05T10:00:00Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled Evidence Report issue View issues
Aliases: Tungsten Graphics Shader Infrastructure
Provenance: commit a0d5bb2a40 · authored 2026-03-05T19:12:59+01:00 · agent claude-code · model claude-sonnet-4-6

Sources mentioning this language

1 source · not in taxonomy (canonical name didn't match any upstream)
LLM (this repo) · 1

Related languages

Turtle (0.21)TwinCAT (0.12)Structured Text (0.12)STELLA (0.12)Agal (0.12)

LLM-contributed programs

Transform Vertex Shader

Provenance: commit a0d5bb2a40 · authored 2026-03-05T19:12:59+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
code.tgsi · license: MIT · added: 2026-03-05T10:00:00Z
VERT
DCL IN[0]
DCL IN[1]
DCL OUT[0], POSITION
DCL OUT[1], COLOR
DCL TEMP[0]
DCL CONST[0..3]
  0: DP4 TEMP[0].x, CONST[0], IN[0]
  1: DP4 TEMP[0].y, CONST[1], IN[0]
  2: DP4 TEMP[0].z, CONST[2], IN[0]
  3: DP4 TEMP[0].w, CONST[3], IN[0]
  4: MOV OUT[0], TEMP[0]
  5: MOV OUT[1], IN[1]
  6: END

Contribute — propose a file extension

Tell us where to find evidence about TGSI (mapped to pl/tgsi). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/TGSI/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← TGF Th →