disabled 3D/overlay patch number two: looks like I nailed this one good. Looks to be confirmed on TNT1, will test more before final delete of this patch.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16203 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rudolf Cornelissen 2006-02-02 16:47:26 +00:00
parent 20b32cf501
commit 71c43a7a1e

View File

@ -1191,7 +1191,8 @@ status_t nv_acc_init_dma()
* engine crash! Drawing a small rectangle (Z-only) containing rubbish. */
/* note:
* 3D only works on pre-NV20 currently... */
if (si->ps.card_arch < NV20A)
//fixme: looks like this is not needed anymore since the 'dangerous RAM' patch!
if (0)//si->ps.card_arch < NV20A)
{
/* wait for room in fifo for 3D 'workaround' cmd if needed */
if (nv_acc_fifofree_dma(50) != B_OK) return B_ERROR;