History log of /external/deqp/framework/delibs/dethread/unix/deThreadUnix.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
34ee7edd7eb376ecf87f4f832123c1a44aefd244 07-Jul-2017 Abhinav Shukla <abhinavs@nvidia.com> Compilation fixes for QNX platform

Modifies some CMakeLists.txt to add QNX specific checks
using the 'DE_OS_QNX' or 'DE_OS_IS_QNX' compilation flags.

Doesn't change functionality for any other platform.

VK-GL-CTS issue: 537

Components: Framework

Change-Id: I34d4091f2b0f064f22abc4996abb4bed94e4a83f
/external/deqp/framework/delibs/dethread/unix/deThreadUnix.c
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/dethread/unix/deThreadUnix.c
33391e84c160c4a79516a7b2f21bbf85cc5760ba 19-May-2015 Jarkko Pöyry <jpoyry@google.com> Fix -Wconversion warnings in dethread.

Bug: 21161908
Change-Id: If10008c78ab1c503a7e2082d3690e1882310d9d2
/external/deqp/framework/delibs/dethread/unix/deThreadUnix.c
e00fcd634da70ad5efe9a997d21cab7c682085a2 11-Apr-2015 Mika Isojärvi <misojarvi@google.com> Use sched_getaffinity for both linux and android.

Use sched_getaffinity to get number of available cores.

Change-Id: I501c81a01a22a4ef3363370f40d35c3320164a0f
/external/deqp/framework/delibs/dethread/unix/deThreadUnix.c
b375fb42e248739de61f80168097846518f1cdf2 23-Apr-2015 Pyry Haulos <phaulos@google.com> Fix dethread build on OS X

On Darwin systems _SC_NPROCESSORS_CONF and _ONLN depend on
_DARWIN_C_FULL which is very cubersome to enable.

Change-Id: Ic78e861d9a46fd633e896461bf47901b7abf710f
/external/deqp/framework/delibs/dethread/unix/deThreadUnix.c
58da74f0a5e226f1ee74718fb2d5e46b14f12757 10-Apr-2015 Pyry Haulos <phaulos@google.com> Add CPU core count queries to deThread.h

Change-Id: I87f6af93204d63b0e31f499c1913497d73a58750
/external/deqp/framework/delibs/dethread/unix/deThreadUnix.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/dethread/unix/deThreadUnix.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/dethread/unix/deThreadUnix.c