DescriptionRegister SwiftShader key without using chrome-internal header.
//third_party/swiftshader/include/software_renderer.h from chrome-internal is
used to register a secret license key to disable SwiftShader's legacy logo
watermark in official Chrome builds. We're going to populate that directory
with the full SwiftShader source code instead, since it is now open-source, but
it adds Khronos headers which ozone is not compatible with (Issue 635702).
Hence we need to avoid having anything depend on the old include directory
content. The open-sourcing also means the the old license key does not need to
be kept secret, so we can use it directly in chromium during the transition to
logo-free builds.
BUG=630728
Change-Id: Ica40e98a276fc5e1a48178cecb0d908d14482622
Committed: https://crrev.com/16a129d49fbd09f6a1f012845973d56d7d1f32f1
Cr-Commit-Position: refs/heads/master@{#411372}
Patch Set 1 #Patch Set 2 : Also remove include paths #
Messages
Total messages: 20 (14 generated)
|