]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/kernel-video.git/commit
gc320: Initial BLTsville API definition.
authorDavid Sin <davidsin@ti.com>
Tue, 8 Nov 2011 20:55:17 +0000 (14:55 -0600)
committerPraneeth Bajjuri <praneeth@ti.com>
Fri, 12 Jul 2013 22:45:13 +0000 (17:45 -0500)
commit01ace5b3bf513106c12e776b334ebeeb62cce556
treede01e67ec4beaba28047ac9343a11b7d7fb2bee5
parentd0b0b4b217edbc560ea6f59a8060fd9fafff7844
gc320: Initial BLTsville API definition.

BLTsville is the open 2-D API designed to provide an abstract
interface for both hardware and software 2-D implementations.

BLTs (BLock Transfers) involve the moving around of blocks
(rectangles) of pixels.

Change-Id: Ifced4987169acf56bfc6cf4fd6ce7fec9fcda993
Signed-off-by: Rick Tillery <rtillery@ti.com>
Signed-off-by: David Sin <davidsin@ti.com>
Signed-off-by: Rodrigo Obregon <robregon@ti.com>
Signed-off-by: Sundar Raman <sunds@ti.com>
include/linux/bltsville.h [new file with mode: 0644]
include/linux/bvblend.h [new file with mode: 0644]
include/linux/bvbuffdesc.h [new file with mode: 0644]
include/linux/bventry.h [new file with mode: 0644]
include/linux/bverror.h [new file with mode: 0644]
include/linux/bvfilter.h [new file with mode: 0644]
include/linux/bvinternal.h [new file with mode: 0644]
include/linux/bvsurfgeom.h [new file with mode: 0644]