diff options
author | Keith Whitwell <keithw@vmware.com> | 2009-08-13 12:38:58 +0100 |
---|---|---|
committer | Keith Whitwell <keithw@vmware.com> | 2009-08-13 13:02:47 +0100 |
commit | 8a7d1e7b7681a4f0be9cee9e62477317dcd09caf (patch) | |
tree | c7d3fe0859af2f4707a4013348ef21a93090daa8 /bin/config.guess | |
parent | 1f40ffca634b8d6699c9b5d153c231e79527317a (diff) |
tgsi: add tgsi_ureg, a simplified tgsi shader builder
This is modelled on the nice & easy-to-use facilities we had
for building shaders in mesa, eg. in texenvprogram.c and friends.
Key points include pass-by-value register structs that can be manipulated
in a functional style, eg:
negate(swizzle(reg, X,X,X,X))
and per-opcode instruction functions, eg:
emit_MOV( p, writemask(dst, 0x1), negate(src));
and similar.
Additionally, the interface allows mixed emit of instructions and decls,
which are sorted out internally to obey TGSI ordering.
Immediates may be emitted at any time and are scanned against existing
immediates to try and reduce redundancy.
Not all TGSI functionality is accessible through this interface, but
most or all of what mesa uses should be.
Diffstat (limited to 'bin/config.guess')
0 files changed, 0 insertions, 0 deletions