Daniel Laird schrieb:
> @@ -410,6 +446,8 @@
>       Cop_to_Aop_18,      /* DSPF_ARGB1666 */
>       Cop_to_Aop_18,      /* DSPF_ARGB6666 */
>       Cop_to_Aop_18,      /* DSPF_RGB18 */
> +     Cop_to_Aop_16,      /* DSPF_XRGB4444 */
> +     Cop_to_Aop_16,      /* DSPF_XRGB1555 */
>  };
>  


There's a pitfall. When I added LUT2, I didn't add the support
here. That means we have to insert at least a NULL before your
two new entries.


@@ -410,6 +446,9 @@
       Cop_to_Aop_18,      /* DSPF_ARGB1666 */
       Cop_to_Aop_18,      /* DSPF_ARGB6666 */
       Cop_to_Aop_18,      /* DSPF_RGB18 */
+     NULL,               /* DSPF_LUT2 */
+     Cop_to_Aop_16,      /* DSPF_XRGB4444 */
+     Cop_to_Aop_16,      /* DSPF_XRGB1555 */
  };


-- 
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