Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nv30, nv40: move last files to nvfx/ and rm -rf nv30 nv40 | Luca Barbieri | 2010-03-15 | 1 | -169/+0 |
| | | | | | | | | | | | This is the last nvfx unification patch. nv[34]0_fragtex.c are moved to the common directory nv[34]0_shader.h are renamed to nv[34]0_vertprog.h and moved to the common directory The separate nv30 and nv40 directories are removed from the build system | ||||
* | nv30, nv40: non-trivially partially unify nv[34]0_shader.h | Luca Barbieri | 2010-03-15 | 1 | -322/+1 |
| | | | | | | | | | | | | 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. | ||||
* | nouveau: match gallium code reorginisation. | Ben Skeggs | 2008-02-16 | 1 | -0/+490 |
That was... fun.. |