From 7abeaef54d62ebcd245faa75c0da6faad24cf69b Mon Sep 17 00:00:00 2001 From: Rudolf Cornelissen Date: Mon, 24 Sep 2007 14:12:18 +0000 Subject: [PATCH] added engine command fifo setup for TCL_PRIMITIVE_3D for NV15 only for now (testing). Over here the NV15 keeps running and the command seems responsive. I hope this doesn't crash other NV15's outthere. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22291 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/graphics/nvidia/DriverInterface.h | 1 + 1 file changed, 1 insertion(+) diff --git a/headers/private/graphics/nvidia/DriverInterface.h b/headers/private/graphics/nvidia/DriverInterface.h index 2c4da6edf9..a52366e6af 100644 --- a/headers/private/graphics/nvidia/DriverInterface.h +++ b/headers/private/graphics/nvidia/DriverInterface.h @@ -147,6 +147,7 @@ enum #define NV_IMAGE_BLACK_RECTANGLE 0x00000001 /* 2D/3D */ #define NV_IMAGE_PATTERN 0x00000002 /* 2D */ #define NV_SCALED_IMAGE_FROM_MEMORY 0x00000003 /* 2D */ +#define NV_TCL_PRIMITIVE_3D 0x00000004 /* 3D */ //2007 #define NV4_SURFACE 0x00000010 /* 2D */ #define NV10_CONTEXT_SURFACES_2D 0x00000010 /* 2D */ #define NV_IMAGE_BLIT 0x00000011 /* 2D */