diff options
author | Patrice Mandin <[email protected]> | 2008-07-12 10:10:16 +0200 |
---|---|---|
committer | Patrice Mandin <[email protected]> | 2008-07-12 10:10:16 +0200 |
commit | b23e20a386729e75492069445bb924412dc29a0c (patch) | |
tree | b944b1566feb918b172bc70f3eb1ef1dfc93f450 /src/gallium/drivers/nouveau | |
parent | 740c93a08ce7f5fb43a0f4cd5a50d95459c8aa8e (diff) |
nv30: does not have vp_attrib/result
Diffstat (limited to 'src/gallium/drivers/nouveau')
-rw-r--r-- | src/gallium/drivers/nouveau/nouveau_class.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/nouveau/nouveau_class.h b/src/gallium/drivers/nouveau/nouveau_class.h index 18d8d3677db..749fbf041e7 100644 --- a/src/gallium/drivers/nouveau/nouveau_class.h +++ b/src/gallium/drivers/nouveau/nouveau_class.h @@ -4643,8 +4643,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #define NV34TCL_VP_UPLOAD_CONST_W__SIZE 0x00000004 #define NV34TCL_UNK1f80(x) (0x00001f80+((x)*4)) #define NV34TCL_UNK1f80__SIZE 0x00000010 -#define NV34TCL_VP_ATTRIB_EN 0x00001ff0 -#define NV34TCL_VP_RESULT_EN 0x00001ff4 #define NV40_CONTEXT_SURFACES_2D 0x00003062 |