Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
S
swiftshader
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • swiftshader
  • Repository

Switch branch/tag
  • swiftshader
  • src
  • Device
  • BUILD.gn
Find file
BlameHistoryPermalink
  • Nicolas Capens's avatar
    Fix ASTC support for GN build · abc7a30a
    Nicolas Capens authored Mar 03, 2020
    Defines in BUILD.gn files don't apply transitively to dependencies, so
    we have to repeat the SWIFTSHADER_ENABLE_ASTC for the Device
    subdirectory.
    
    Note we could also use 'public_configs = [:swiftshader_libvulkan_private_config]'
    but this adds more defines and build flags than what we need. Since this
    is intended as a temporary workaround anyway, we're keeping it simple.
    
    Bug: b/150600814
    Change-Id: Ib06f4a22559ee58114da5841e66e59bfce9aec4a
    Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/41868Tested-by: 's avatarNicolas Capens <nicolascapens@google.com>
    Reviewed-by: 's avatarAntonio Maiorano <amaiorano@google.com>
    abc7a30a
BUILD.gn 2.69 KB
EditWeb IDE
×

Replace BUILD.gn

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.