OSDN Git Service

test: add ostream operators for VAProfile and VAEntrypoint
[android-x86/hardware-intel-common-vaapi.git] / test /
2016-10-31 U. Artie Eofftest: add ostream operators for VAProfile and VAEntrypoint
2016-10-31 U. Artie Eofftest: move vaInitialize/vaTerminate to a global test...
2016-10-31 U. Artie Eofftest: add create surface test
2016-10-31 U. Artie Eofftest: jpeg/enc: add tests for Y800 inputs
2016-10-31 U. Artie Eofftest: jpeg/enc: add tests for YUY2 and UYVY inputs
2016-10-31 U. Artie Eofftest: jpeg/enc: return empty TestInput::Shared if fourc...
2016-10-31 U. Artie Eofftest: jpeg/enc: improve random YUV data initialization
2016-10-31 U. Artie Eofftest: jpeg/enc: move YUV conversion to TestInput class
2016-10-31 U. Artie Eofftest: jpeg/enc: enable shared_from_this on TestInput
2016-10-31 U. Artie Eofftest: jpeg/enc: move input creators to data file
2016-10-31 U. Artie Eofftest: jpeg/enc: move TestInput impl to compilation...
2016-10-31 U. Artie Eofftest: jpeg/enc: fix TestInput::SharedConst typedef
2016-10-31 U. Artie Eofftest: move generic toString to i965_streamable.h
2016-10-31 U. Artie Eofftest: move ASSERT_NO_FAILURE macro to test.h
2016-10-31 U. Artie Eofftest: add some jpeg encode tests
2016-10-31 U. Artie Eofftest: add common test utils
2016-10-31 U. Artie Eofftest: add wrapper for SyncSurface
2016-10-31 U. Artie Eofftest: add streamable operators for VA structs and other
2016-10-31 U. Artie Eofftest: add wrapper for CreateSurfaces2
2016-10-31 U. Artie Eofftest: wrap jpeg decode tests and data in namespace
2016-10-31 U. Artie Eofftest: split jpeg test data into header and cpp
2016-10-31 U. Artie Eofftest: skip jpeg fourcc decode test if unsupported by hw
2016-10-31 U. Artie Eofftest: add getFullTestName to i965 test fixture
2016-10-31 U. Artie Eofftest: add jpeg entrypoint test
2016-10-31 U. Artie Eofftest: add more convenience macros and wrap VAStatus
2016-10-31 U. Artie Eofftest: fix jpeg decode invalid indexing
2016-10-31 U. Artie Eofftest: add some chipset tests
2016-10-31 U. Artie Eofftest: add some object_heap tests
2016-10-31 U. Artie Eofftest: add some JPEG decode test cases
2016-10-31 U. Artie Eofftest: add an i965 initialize test
2016-10-31 U. Artie Eofftest: add i965 test fixture
2016-10-31 U. Artie Eofftest: link to i965 convenience library
2016-10-31 U. Artie Eofftest: add initial test_i965_drv_video target
2016-10-31 U. Artie Eofftoolchain: build gtest convenience library
2016-10-31 U. Artie Eofftest: add googletest release-1.8.0 source