History log of /external/deqp/framework/platform/null/tcuNullPlatform.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e1faf7ce1c23b714b474a4662a43b03fd87671f1 23-Mar-2016 Pyry Haulos <phaulos@google.com> Expose platform-specific memory usage limitations

This change adds a new API, getMemoryLimits(), to vk::Platform. The idea
is to report all relevant limits and properties that may affect how much
system and device memory test cases can safely allocate without running
out of memory.

dEQP-VK.api.object_management.max_concurrent tests have been modified to
take advantage of the reported limits to determine a safe per-object
limits by measuring memory usage with allocation callbacks, as well as
accounting for both explicit and implicit (internal) device memory
usage.

Bug: 28275297
Change-Id: If4a231d96749be89bc1320e374944c7c4add657c
/external/deqp/framework/platform/null/tcuNullPlatform.cpp
892853214805f0e8fecb1240f5384b379c8c8096 23-Jul-2015 Pyry Haulos <phaulos@google.com> Add Vulkan support to null platform

Builds done with -DDEQP_TARGET=null now use dummy Vulkan implementation
(vkNullDriver.cpp) to provide Vulkan support.

Change-Id: Icdd73a2e7352767e2cb1b2ba73a98d6c2441b8a5
/external/deqp/framework/platform/null/tcuNullPlatform.cpp
3ff8f3de14f6eabfaad479b480f7433459a63365 15-May-2015 Jamie Madill <jmadill@google.com> Split null context factory in to its own file.

This allows the factory to be re-used in an application which
has another implementation of the createPlatform() function.

Change-Id: I186ee52d5832933e83ff8c6779aa2791fab89dbc
/external/deqp/framework/platform/null/tcuNullPlatform.cpp
40598136780579fa4b5538bc484d4866ada926c6 04-Apr-2015 Pyry Haulos <phaulos@google.com> Add stub EGL support to null platform

This adds basic eglu::NativeDisplayFactory and eglu::NativeDisplay that
is enough to get --deqp-runmode=*-caselist working.

Change-Id: I1bca2690f648b884a5cfe3182d40e9c3680ca392
/external/deqp/framework/platform/null/tcuNullPlatform.cpp
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/platform/null/tcuNullPlatform.cpp