Daniel Laird schrieb:
> One more time then:
> 
> I have added a NULL to account for the LUT2 additions

Thanks!

> diff -urN DirectFB-1.0.0.orig/include/directfb.h
> DirectFB-1.0.0_new/include/directfb.h
> --- DirectFB-1.0.0.orig/include/directfb.h    2007-03-14 08:33:48.000000000
> +0000
> +++ DirectFB-1.0.0_new/include/directfb.h     2007-03-15 15:32:12.000000000
> +0000
> @@ -1230,6 +1284,8 @@
>       Bop_24_Sto_Aop,          /* DSPF_ARGB1666 */
>       Bop_24_Sto_Aop,          /* DSPF_ARGB6666 */
>       Bop_24_Sto_Aop,          /* DSPF_RGB18 */
> +     Bop_16_Sto_Aop,          /* DSPF_ARGB4444 */
> +     Bop_16_Sto_Aop,          /* DSPF_ARGB1555 */
>  };

Seems one is still missing...

> @@ -6505,7 +6601,7 @@
>                 gfxs->Cop = gfxs->YCop;
>                 dst_ycbcr = true;
>                 break;
> -          case DSPF_LUT2:
> +          case DSPF_DSPF_LUT2:
>            case DSPF_LUT8:
>                 gfxs->Cop  = state->color_index;
>                 gfxs->Alut = destination->palette;

...but I can do the rest, including fixing this search'n'replace :)

-- 
Best regards,
   Denis Oliver Kropp

.------------------------------------------.
| DirectFB - Hardware accelerated graphics |
| http://www.directfb.org/                 |
"------------------------------------------"

_______________________________________________
directfb-dev mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to