From c21b10bf4cd180dbebd621074c46fac6d7f09a46 Mon Sep 17 00:00:00 2001 From: Rudolf Cornelissen Date: Thu, 29 Sep 2005 08:02:06 +0000 Subject: [PATCH] quickly tried chromakeying as alternative to colorkeying, but that doesn't seem a solution. So, overlay tweak alert for CMAP8 still stands. Looks like 'BeOS' needs to send a colorpalette index to the driver for colorkeying alongside the currently used way (sending literal color). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14274 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/accelerants/via/engine/bes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/add-ons/accelerants/via/engine/bes.c b/src/add-ons/accelerants/via/engine/bes.c index 2db561624b..c737777ce9 100644 --- a/src/add-ons/accelerants/via/engine/bes.c +++ b/src/add-ons/accelerants/via/engine/bes.c @@ -905,7 +905,7 @@ status_t eng_configure_bes g = r + 256; b = g + 256; /* if index 1 doesn't help us, we assume 0 will (got to program something anyway) */ - //fixme, note, find a workaround or better HW setup: + //fixme, note, tweakalert: //I'm counting down for a reason: //BeOS assigns the color white (0x00ffffff) to two indexes in the palette: //index 0x3f and 0xff. In the framebuffer index 0xff is used (apparantly).