added shared_info flag to inform 3D add-on to reload it's rendering state.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13171 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rudolf Cornelissen
2005-06-16 10:01:26 +00:00
parent d69078b4bf
commit 512d251741
@@ -5,7 +5,7 @@
Other authors: Other authors:
Mark Watson; Mark Watson;
Apsed; Apsed;
Rudolf Cornelissen 10/2002-5/2005. Rudolf Cornelissen 10/2002-6/2005.
*/ */
#ifndef DRIVERINTERFACE_H #ifndef DRIVERINTERFACE_H
@@ -204,6 +204,7 @@ typedef struct {
uint32 max; /* command buffer's useable size in 32-bit words */ uint32 max; /* command buffer's useable size in 32-bit words */
} dma; } dma;
bool agp_mode; /* card is running in AGP mode */ bool agp_mode; /* card is running in AGP mode */
bool reload_state_3D; /* instruct 3D clone to reload it's rendering state */
} engine; } engine;
/* fixme: /* fixme: