summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Revert "test: ignore deprecated-declarations for GCC >= 6.x"Xiang, Haihao2017-09-271-1/+0
* Remove VAProfileH264Baseline from gtestXiang, Haihao2017-09-274-12/+0
* test: ignore deprecated-declarations for GCC >= 6.xU. Artie Eoff2017-09-271-0/+1
* FEI: test: update brc expectation for VAEntrypointFEIU. Artie Eoff2017-08-241-3/+7
* FEI: tests: Add VAEntrypointFEISreerenj Balachandran2017-08-234-2/+56
* test: fix AVCEContextTest/RateControl regressionU. Artie Eoff2017-08-111-1/+15
* test: add status expectation in I965TestFixture::createConfigU. Artie Eoff2017-08-112-6/+12
* test: fix GCC 7.1.1 warnings/errorsKelly Ledford2017-07-283-3/+6
* test/jpege: skip >4k res test cases on CHV/BSWU. Artie Eoff2017-05-032-7/+19
* test: check whether MVC encoding is supportXiang, Haihao2017-04-061-1/+3
* Encoder: AVC encoder improved on KBLPengfei Qu2017-03-221-5/+4
* Fix the quality range regression issuePengfei Qu2017-03-061-11/+30
* i965_test_config: return properly unsupported profileDaniel Charles2016-11-104-33/+174
* Add the missing filename to the listXiang, Haihao2016-11-101-0/+1
* test: use YUVImage in JPEG encode testsU. Artie Eoff2016-10-283-271/+86
* test: streamable valarrayU. Artie Eoff2016-10-281-0/+25
* test: add YUVImage classU. Artie Eoff2016-10-283-0/+815
* test: use C random library for random numbersU. Artie Eoff2016-10-283-12/+18
* test: add a timer classU. Artie Eoff2016-10-281-0/+26
* test: use valarray for raw image comparisonScott D Phillips2016-10-191-16/+13
* test: add some avce context testsU. Artie Eoff2016-10-135-0/+385
* test: allow default attribs param for create configU. Artie Eoff2016-10-132-3/+5
* test: allow default surface param for create contextU. Artie Eoff2016-10-132-3/+5
* test: use common I965ConfigTest fixture for jpeg enc/decU. Artie Eoff2016-10-065-40/+109
* test: add avce/avcd create config testsU. Artie Eoff2016-10-065-0/+304
* test: add ostream operators for VAProfile and VAEntrypointU. Artie Eoff2016-10-061-0/+84
* test: move vaInitialize/vaTerminate to a global test environmentU. Artie Eoff2016-10-066-158/+202
* test: add create surface testU. Artie Eoff2016-10-043-0/+122
* test: jpeg/enc: add tests for Y800 inputsU. Artie Eoff2016-10-033-5/+25
* test: jpeg/enc: add tests for YUY2 and UYVY inputsU. Artie Eoff2016-10-033-19/+104
* test: jpeg/enc: return empty TestInput::Shared if fourcc not handledU. Artie Eoff2016-10-032-41/+48
* test: jpeg/enc: improve random YUV data initializationU. Artie Eoff2016-10-032-9/+10
* test: jpeg/enc: move YUV conversion to TestInput classU. Artie Eoff2016-10-033-24/+28
* test: jpeg/enc: enable shared_from_this on TestInputU. Artie Eoff2016-10-033-3/+13
* test: jpeg/enc: move input creators to data fileU. Artie Eoff2016-10-033-80/+110
* test: jpeg/enc: move TestInput impl to compilation unitU. Artie Eoff2016-10-034-95/+98
* test: jpeg/enc: fix TestInput::SharedConst typedefU. Artie Eoff2016-10-031-1/+1
* test: move generic toString to i965_streamable.hU. Artie Eoff2016-10-032-10/+9
* test: move ASSERT_NO_FAILURE macro to test.hU. Artie Eoff2016-10-033-8/+4
* test: add some jpeg encode testsU. Artie Eoff2016-09-284-4/+895
* test: add common test utilsU. Artie Eoff2016-09-282-0/+50
* test: add wrapper for SyncSurfaceU. Artie Eoff2016-09-283-0/+15
* test: add streamable operators for VA structs and otherU. Artie Eoff2016-09-282-0/+362
* test: add wrapper for CreateSurfaces2U. Artie Eoff2016-09-282-7/+23
* test: wrap jpeg decode tests and data in namespaceU. Artie Eoff2016-09-283-60/+33
* test: split jpeg test data into header and cppU. Artie Eoff2016-09-283-734/+765
* test: skip jpeg fourcc decode test if unsupported by hwU. Artie Eoff2016-09-081-0/+9
* test: add getFullTestName to i965 test fixtureU. Artie Eoff2016-09-082-0/+12
* test: add jpeg entrypoint testU. Artie Eoff2016-09-081-5/+32
* test: add more convenience macros and wrap VAStatusU. Artie Eoff2016-09-081-2/+107