Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
A
angle
  • 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
  • angle
  • Repository

Switch branch/tag
  • angle
  • src
  • libANGLE
  • queryconversions.cpp
Find file
BlameHistoryPermalink
  • Courtney Goeltzenleuchter's avatar
    Vulkan: Fix cast of float to unsigned int for ARM · 13881af3
    Courtney Goeltzenleuchter authored Jan 21, 2020
    ARM devices cast float to unsigned int differently than Intel devices.
    Need to do additional work to ensure consistent behavior.
    This was causing negative API tests to fail because the invalid
    parameter was being turned into a 0 which is valid, but not what was
    intended (should have been 0xffffffff).
    
    Bug: angleproject:4323
    Change-Id: I7447842d0f56362d9eb2db4d04b5416c78e51d27
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2012746
    Commit-Queue: Courtney Goeltzenleuchter <courtneygo@google.com>
    Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
    13881af3
queryconversions.cpp 12.1 KB
EditWeb IDE
×

Replace queryconversions.cpp

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.