History log of /external/deqp/framework/delibs/deutil/deFile.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c5cf5cb5dd01910d08bb5e600fea7179d89f9a68 14-Nov-2016 Pyry Haulos <phaulos@google.com> Upstream common framework changes from OpenGL CTS

* Refactor case list filtering logic into tcu::CaseListFilter from
tcu::CommandLine.

* Add --deqp-caselist-resource command line option that allows sourcing
test case list from asset archive instead of filesystem directly. This
allows packaging test case lists in the Android APK for example.

* Add tcu::transpose() to tcuMatrixUtil.hpp

* Add tcu::DVecN typedefs

* Add support for QNX

* Add tcu::App::getResult()

* Add -Wno-delete-non-virtual-dtor to default gcc/clang flags

Change-Id: I804e38034e92aba94a0171066af30d6ee30a0f69
/external/deqp/framework/delibs/deutil/deFile.c
8b3904dfb79ddbb71988439d3604ed32d17daf8c 02-Nov-2015 Mika Isojärvi <misojarvi@google.com> Fix deFile_getSize.

Seek to the end of the file instead of second last byte of the file.

Change-Id: I2cdb6db50d4b0d3b73ea83edfedaf1645b766808
/external/deqp/framework/delibs/deutil/deFile.c
5f40053fac3cbba8a029ce5685d8519c3668e89e 30-May-2015 Jarkko Pöyry <jpoyry@google.com> Fix some -Wconversion warnings.

Bug: 21161908
Change-Id: If8d1703c9773eaaed5ea2557833cde32ced97bff
/external/deqp/framework/delibs/deutil/deFile.c
745d7c616351405cfb6d2a7133d261eb4989d626 19-May-2015 Jarkko Pöyry <jpoyry@google.com> Fix deutil and decpp -Wconversion warnings.

- Updated sockets to use size_t as data size.
- Updated executor and execserver to build on new api and use size_t
for data sizes. Protocol is not modified.

Bug: 21161908
Change-Id: Ic525e05ef9a28ac80d8a6bcf5e239a70a89a5172
/external/deqp/framework/delibs/deutil/deFile.c
3fdee359c9eee4d6c1d823b23f7f64631b5945f8 14-Feb-2015 Jarkko Pöyry <jpoyry@google.com> Fix code style.

- Remove trailing whitespace.
- Fix some alignments.

Change-Id: I3b74a2cdc964859193adbe0aed030a7ee3d62085
/external/deqp/framework/delibs/deutil/deFile.c
3c827367444ee418f129b2c238299f49d3264554 02-Sep-2014 Jarkko Poyry <jpoyry@google.com> Import dEQP.

Import drawElements Quality Program from an internal repository.

Bug: 17388917
Change-Id: Ic109fe4a57e31b2a816113d90fbdf51a43e7abeb
/external/deqp/framework/delibs/deutil/deFile.c