From 4f8997c43b8f12480cc085d1e2946f50e0615fdd Mon Sep 17 00:00:00 2001 From: Kalle Vahlman Date: Thu, 12 Jan 2012 15:53:42 +0000 Subject: Revert "Add background blend support" This reverts commit ac71b69ec38908e3f1dba47113683ac78761f51a. --- include/blt_api.h | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/include/blt_api.h b/include/blt_api.h index 5d99839..df7ec8f 100755 --- a/include/blt_api.h +++ b/include/blt_api.h @@ -465,13 +465,6 @@ enum blt_flag { * @brief Inherit process priority. */ BLT_FLAG_INHERIT_PRIO = 0x2000, - /** - * @brief Indicate that a background buffer for blend operation is supplied. - * - * B2R2_BLT_FLAG_PER_PIXEL_ALPHA_BLEND, B2R2_BLT_FLAG_SRC_IS_NOT_PREMULT, and - * B2R2_BLT_FLAG_GLOBAL_ALPHA_BLEND will control the blend operation. - */ - BLT_FLAG_BG_BLEND = 0x20000, /** * @brief Use color look-up table for color correction. * Pointer to the table must be specified in *clut field of @@ -546,14 +539,6 @@ struct blt_req { * @brief Source fill color or color key. */ uint32_t src_color; - /** - * @brief Background image. - */ - struct blt_img bg_img; - /** - * @brief Background area to be blitted. - */ - struct blt_rect bg_rect; /** * @brief Destination image. */ -- cgit v1.2.3