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
This commit is contained in:
Rudolf Cornelissen 2005-09-29 08:02:06 +00:00
parent eb581c1455
commit c21b10bf4c
1 changed files with 1 additions and 1 deletions

View File

@ -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).