History log of /frameworks/compile/slang/tests/P_all_api_13/all13.rs
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e1dc3fb8ab883078e33884910ec3a0e61a56932f 12-Feb-2016 Stephen Hines <srhines@google.com> Update copyright dates on generated tests.

(cherry picked from commit c1f8eccadcc3194b7dbbdfd0c25b4f1bfda80f0a)

Change-Id: Id7fdcbbb5734db3e21633a1c9afa66ea78c8357b
/frameworks/compile/slang/tests/P_all_api_13/all13.rs
617d0d964299920793f5d0ab47ad3a08d3e464d0 21-Aug-2015 Jean-Luc Brouillet <jeanluc@google.com> Restore missing min and max API.

min(float2/3/4, float) and max(float2/3/4, float) were defined in our
headers in K. In L, they were removed by mistake. This continued to
work however because a float would be auto converted by the compiler to
a float4.

In M, we started validating for unexpected external references, which
_Z3minDv4_ff is. This can prevent programs compiled with K from running
on M.

This CL adds the missing APIs to the tests.

Bug:23389429

Change-Id: Idfece91a9e3ca6a53ac2e40e35f5d539c12b699a
/frameworks/compile/slang/tests/P_all_api_13/all13.rs
8bfe4144673101b8a0218d98888a7443cc8aa4ca 13-Jun-2015 Jean-Luc Brouillet <jeanluc@google.com> Add API header tests

Test to verify that all functions can be referred to, for each version.
This can be useful to cross-verify the generator and to validate the
white list.

Change-Id: I002b9e0f1b9c53b966cb34c1b8be05a4b7fdff24
/frameworks/compile/slang/tests/P_all_api_13/all13.rs