Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-12 | nvfx: fix TXL opcode value | Luca Barbieri | |
Was broken during unification | |||
2010-03-15 | nvfx: clean up shader header | Luca Barbieri | |
Currently the behavior of shader.h depends on some constants that are defined differently in vertex and fragment programs. This patch cleans that up by splitting the relevant symbols in vertex program and fragment program variants | |||
2010-03-15 | nv30, nv40: non-trivially partially unify nv[34]0_shader.h | Luca Barbieri | |
shader.h is similar, except for the following differences: 1. The instruction sets are not exactly the same, but mostly similar 2. Vertex program fields are in different bit positions This patch unifies all parts of nv[34]0_shader.h except the vertex program fields. Vertex opcodes are also changed so that the constant names includes SCA if it is a scalar opcode and VEC if it is a vector opcode. |