]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/kernel-video.git/commit
Initial BLTsville API definition.
authorDavid Sin <davidsin@ti.com>
Tue, 8 Nov 2011 20:55:17 +0000 (14:55 -0600)
committerPradeep Venkatasubbarao <pradeepv@ti.com>
Fri, 13 Sep 2013 06:03:44 +0000 (11:33 +0530)
commit96d56aa80674f2f9fed4a022975056d6f769db71
tree8f00609abc0d2cc0dd93c75895a3cdced761857e
parentf75346665e18ac873e0bdc391b7c0c106cfadf52
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]