Skip to content

Commit

Permalink
Attribute parsing is closer to correct now.
Browse files Browse the repository at this point in the history
Still falls down when registers are DCL'd more than once, like:

   dcl_color4     o3.x
   dcl_texcoord3  o3.yz
   dcl_fog        o3.w

Have to deal with this...this is a legal operation, as long as the writemask
 is different on each one...

--HG--
branch : trunk
  • Loading branch information
icculus committed Apr 5, 2008
1 parent 9019391 commit 93a1b8e
Showing 1 changed file with 280 additions and 196 deletions.

0 comments on commit 93a1b8e

Please sign in to comment.