| commit | cc06ed3d53b99adac596a18c1e1e5463eb996604 | [log] [tgz] |
|---|---|---|
| author | Jason Green <jave27@gmail.com> | Tue Jun 13 22:32:14 2006 -0400 |
| committer | Alexandre Julliard <julliard@winehq.org> | Thu Jun 15 12:20:20 2006 +0200 |
| tree | 3bafff5f5853c7cd5a62d871e52ae3532d21e14d | |
| parent | da5cc563788045eef9c1defe0668a2d9d6dc1b2e [diff] |
wined3d: Implement more GLSL instructions. - Implemented: D3DSIO_SGN, LOOP, ENDLOOP, LOGP, LIT, DST, SINCOS - Process instruction-based modifiers (function existed, it just wasn't being called) - Add loop checking to register maps. - Renamed "sng" to "sgn" for D3DSIO_SGN - it's not handled anywhere except for GLSL, so won't matter.