From 5f8c3a7f3025acf5d7fa6dac5694fed4e69f4dac Mon Sep 17 00:00:00 2001 From: Rudolf Cornelissen Date: Fri, 24 Dec 2004 22:46:55 +0000 Subject: [PATCH] updated 'line' command remarks to now be correct I think. Sometimes sitting back helps to get a fix on things ;-) git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10532 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/graphics/nvidia/nv_acc.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/headers/private/graphics/nvidia/nv_acc.h b/headers/private/graphics/nvidia/nv_acc.h index 4c39438b52..657f5f9e52 100644 --- a/headers/private/graphics/nvidia/nv_acc.h +++ b/headers/private/graphics/nvidia/nv_acc.h @@ -130,15 +130,16 @@ typedef struct { } Line32[0x08]; /* cmd can handle upto 8 lines with 32-bit coordinates */ struct { uint32 Point; /* b0-15 is X, b16-31 is Y */ - } Polyline[0x20]; /* cmd can handle upto 32 polylines */ + } Polyline[0x20]; /* cmd can handle upto 32 points polylines */ struct { uint32 PointX; /* b0-31 is X */ uint32 PointY; /* b0-31 is Y */ - } Polyline32[0x10]; /* command can handle upto 16 polylines with 32-bit coord's */ + } Polyline32[0x10]; /* cmd can handle upto 16 point polylines with 32-bit coord's */ struct { uint32 Color; /* b0-31 is color */ uint32 Point; /* b0-15 is X, b16-31 is Y */ - } ColorPolyline[0x10]; /* cmd can handle upto 16 individually colored polylines */ + } ColorPolyline[0x10]; /* cmd can handle upto 16 point polylines with individually + * colored sections */ } cmd_nv1_render_solid_lin; /* Someone defined this in XFree once (as 'RivaRectangle') but never used it: