From 83d94df950c53795d01542474ae3f7116203f311 Mon Sep 17 00:00:00 2001 From: Rudolf Cornelissen Date: Tue, 19 Apr 2005 18:37:22 +0000 Subject: [PATCH] added a fixme note with regard to multiple 3D add-ons git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12443 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/graphics/nvidia/DriverInterface.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/headers/private/graphics/nvidia/DriverInterface.h b/headers/private/graphics/nvidia/DriverInterface.h index 7a0b46d290..83d490ee4f 100644 --- a/headers/private/graphics/nvidia/DriverInterface.h +++ b/headers/private/graphics/nvidia/DriverInterface.h @@ -214,10 +214,13 @@ typedef struct { } dma; } engine; + /* fixme: + * the stuff below has to be extended and/or changed I guess: + * for now only a single 3D 'clone' driver is supported. */ /* pointers to first and last free memory adress for 3D use: cardmem local offsets */ uint32 mem_low; uint32 mem_high; - /* flag to inform 3D add-on to stop rendering and reinitialize */ + /* flag to inform 3D add-on to stop rendering (set by 2D, reset by 3D drv) */ bool mode_changed; /* card info - information gathered from PINS (and other sources) */