OSDN Git Service

tgsi: Add tgsi_text utility module.
authorMichal Krol <michal@tungstengraphics.com>
Sat, 12 Jul 2008 15:06:37 +0000 (17:06 +0200)
committerMichal Krol <michal@tungstengraphics.com>
Sat, 12 Jul 2008 15:06:37 +0000 (17:06 +0200)
commitd0386d55ff257ab09475178d058ddcd9f1e37c2d
tree2a85c4d79e8e8552609f7febb993563afb866d8a
parent9ea485f8865404e3e2e10cdb3b1627e7194c27fe
tgsi: Add tgsi_text utility module.

Translates textual shader into a binary token stream.
The syntax matches the tgsi_dump module, so it's possible to
simply copy-paste the shader dump and transform it back
to a binary form.
src/gallium/auxiliary/tgsi/util/tgsi_text.c [new file with mode: 0644]
src/gallium/auxiliary/tgsi/util/tgsi_text.h [new file with mode: 0644]