commit | 7363cee5b467c31dc3af2ac98df0634bb8bbc668 | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Sat Jul 02 14:14:27 2016 -0700 |
committer | Eric Anholt <eric@anholt.net> | Fri Jul 15 15:19:51 2016 -0700 |
tree | c98b9e23f35f23be2c3b2fb7df71c417c7554b72 | |
parent | 6d45c81d229d71da54d374143e7d6abad4c0cf31 [diff] |
drm/vc4: Add a getparam to signal support for branches. Userspace needs to know if it can create shaders that do branching. Otherwise, for backwards compatibility with old kernels it needs to lower if statements to conditional assignments. Signed-off-by: Eric Anholt <eric@anholt.net>