From 876331fc77f6763c8c390d1289ead00f89f8d9fe Mon Sep 17 00:00:00 2001 From: "Mike J. Chen" Date: Tue, 16 Oct 2012 19:15:47 -0700 Subject: Merged hwc with TI mainline version Change-Id: I8390a3422c6ff8fa4bc4c0e6a11c51a884aba3cb Signed-off-by: Mike J. Chen --- hwc/rgz_2d.c | 1528 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1528 insertions(+) create mode 100644 hwc/rgz_2d.c (limited to 'hwc/rgz_2d.c') diff --git a/hwc/rgz_2d.c b/hwc/rgz_2d.c new file mode 100644 index 0000000..7f95a78 --- /dev/null +++ b/hwc/rgz_2d.c @@ -0,0 +1,1528 @@ +/* + * Copyright (C) Texas Instruments - http://www.ti.com/ + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +#include +#include +#include +#include +#include +#include +#include + +#include +#include +#include +#include +#include