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
This commit is contained in:
Rudolf Cornelissen
2005-04-19 18:37:22 +00:00
parent ee63cc6e30
commit 83d94df950
@@ -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) */