summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2016-11-10i965_test_config: return properly unsupported profileDaniel Charles4-33/+174
2016-11-10Add the missing filename to the listXiang, Haihao1-0/+1
2016-10-28test: use YUVImage in JPEG encode testsU. Artie Eoff3-271/+86
2016-10-28test: streamable valarrayU. Artie Eoff1-0/+25
2016-10-28test: add YUVImage classU. Artie Eoff3-0/+815
2016-10-28test: use C random library for random numbersU. Artie Eoff3-12/+18
2016-10-28test: add a timer classU. Artie Eoff1-0/+26
2016-10-19test: use valarray for raw image comparisonScott D Phillips1-16/+13
2016-10-13test: add some avce context testsU. Artie Eoff5-0/+385
2016-10-13test: allow default attribs param for create configU. Artie Eoff2-3/+5
2016-10-13test: allow default surface param for create contextU. Artie Eoff2-3/+5
2016-10-06test: use common I965ConfigTest fixture for jpeg enc/decU. Artie Eoff5-40/+109
2016-10-06test: add avce/avcd create config testsU. Artie Eoff5-0/+304
2016-10-06test: add ostream operators for VAProfile and VAEntrypointU. Artie Eoff1-0/+84
2016-10-06test: move vaInitialize/vaTerminate to a global test environmentU. Artie Eoff6-158/+202
2016-10-04test: add create surface testU. Artie Eoff3-0/+122
2016-10-03test: jpeg/enc: add tests for Y800 inputsU. Artie Eoff3-5/+25
2016-10-03test: jpeg/enc: add tests for YUY2 and UYVY inputsU. Artie Eoff3-19/+104
2016-10-03test: jpeg/enc: return empty TestInput::Shared if fourcc not handledU. Artie Eoff2-41/+48
2016-10-03test: jpeg/enc: improve random YUV data initializationU. Artie Eoff2-9/+10
2016-10-03test: jpeg/enc: move YUV conversion to TestInput classU. Artie Eoff3-24/+28
2016-10-03test: jpeg/enc: enable shared_from_this on TestInputU. Artie Eoff3-3/+13
2016-10-03test: jpeg/enc: move input creators to data fileU. Artie Eoff3-80/+110
2016-10-03test: jpeg/enc: move TestInput impl to compilation unitU. Artie Eoff4-95/+98
2016-10-03test: jpeg/enc: fix TestInput::SharedConst typedefU. Artie Eoff1-1/+1
2016-10-03test: move generic toString to i965_streamable.hU. Artie Eoff2-10/+9
2016-10-03test: move ASSERT_NO_FAILURE macro to test.hU. Artie Eoff3-8/+4
2016-09-28test: add some jpeg encode testsU. Artie Eoff4-4/+895
2016-09-28test: add common test utilsU. Artie Eoff2-0/+50
2016-09-28test: add wrapper for SyncSurfaceU. Artie Eoff3-0/+15
2016-09-28test: add streamable operators for VA structs and otherU. Artie Eoff2-0/+362
2016-09-28test: add wrapper for CreateSurfaces2U. Artie Eoff2-7/+23
2016-09-28test: wrap jpeg decode tests and data in namespaceU. Artie Eoff3-60/+33
2016-09-28test: split jpeg test data into header and cppU. Artie Eoff3-734/+765
2016-09-08test: skip jpeg fourcc decode test if unsupported by hwU. Artie Eoff1-0/+9
2016-09-08test: add getFullTestName to i965 test fixtureU. Artie Eoff2-0/+12
2016-09-08test: add jpeg entrypoint testU. Artie Eoff1-5/+32
2016-09-08test: add more convenience macros and wrap VAStatusU. Artie Eoff1-2/+107
2016-09-07test: fix jpeg decode invalid indexingU. Artie Eoff1-33/+32
2016-09-07test: add some chipset testsU. Artie Eoff3-0/+108
2016-09-07test: add some object_heap testsU. Artie Eoff3-0/+252
2016-09-07test: add some JPEG decode test casesU. Artie Eoff3-0/+1379
2016-09-07test: add an i965 initialize testU. Artie Eoff2-0/+67
2016-09-07test: add i965 test fixtureU. Artie Eoff4-0/+534
2016-09-07test: link to i965 convenience libraryU. Artie Eoff1-0/+1
2016-09-07test: add initial test_i965_drv_video targetU. Artie Eoff3-0/+124
2016-09-07toolchain: build gtest convenience libraryU. Artie Eoff1-0/+38
2016-09-07test: add googletest release-1.8.0 sourceU. Artie Eoff48-0/+37695