Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-22 | parser: Ensure that param_binding_type is set correctly | Ian Romanick | |
2009-07-22 | parser: Set NumParameters | Ian Romanick | |
2009-07-22 | parser: Clean up generation of error strings during assembly | Ian Romanick | |
2009-07-22 | parser: Initialize unused instruction source registers | Ian Romanick | |
The 965 driver expects unused source registers (e.g., SrcReg[2] of a DP3 instruction) to have a register file of PROGRAM_UNDEFINED. Initializing these source registers ensures that this happens. | |||
2009-07-22 | parser: Anonymous constants come from the PROGRAM_CONSTANT file | Ian Romanick | |
2009-07-20 | ARB_fp/vp: Initial import of new ARB vp/fp assembler | Ian Romanick | |
This still needs quite a bit of work, but a bunch of the programs in progs/vp produce correct results. |