aboutsummaryrefslogtreecommitdiff
path: root/evs/sampleDriver/GlWrapper.cpp
AgeCommit message (Collapse)Author
2018-07-12EVS patches from AOSPScott Randolph
Apply a couple of minor fixes recieved via AOSP patches to the sample EVS driver and evs application. Header guards added MIPs turned off for video texture Video buffer released from gl context at end of each frame Bug: 111402303 Test: Build mojave Change-Id: Ic96a91601b74030a894f8a3f5182709af0c761d0
2017-10-11Track libgui changesRobert Carr
Test: Builds Change-Id: I6ffeb0b84f55c83aca34585bdfbde55bb374623a
2017-06-07Move LOG_TAG #define into .mk fileScott Randolph
Put the LOG_TAG definition into the make file so that one value is shared among all source files within each module. Test: Build and run Change-Id: I665b937e79964eb281dabfbfe7948a5d855e3e70
2017-05-25Add support for UYUV so we can test with Gordon PeakScott Randolph
Includes additional minor clean ups and configuration changes to adapt to the current Gordon Peak platform. Test: Run evs_app --mock on gordon peak. Change-Id: I73234d0a2df0a562d39d41d43b9efc679ee52493
2017-05-02V4L2 & Surface Flinger based EVS driverScott Randolph
This provides a functional driver, although not suitable for use at early boot because of the SurfaceFlinger dependency. This is enough to get a demo application running, however, and to illustrate the necessary behaviors. Test: Build and run against evs_app Change-Id: I5492a7818018319bdf7e00f147d387e14acf4993