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
  • compiler
  • translator
  • TranslatorVulkan.cpp
Find file
BlameHistoryPermalink
  • Jamie Madill's avatar
    Vulkan: Correct gl_FragCoord with default FBO. · fb19e084
    Jamie Madill authored Sep 06, 2018
    The viewport flipping we use would give incorrect values. Correct
    them using the same logic we do for gl_PointCoord.
    
    Also corrects the viewport scale driver uniform. It was not being
    updated after the draw framebuffer setting was adjusted.
    
    Also corrects the naming of the replaced builtin variables so it
    can't possibly conflict with a user variable.
    
    This was affecting the OpenGL line raster emulation.
    
    Bug: angleproject:2598
    Change-Id: I843b5ac7b02160a5ec81a6f8ed2d937b0937198b
    Reviewed-on: https://chromium-review.googlesource.com/1208515Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org>
    Reviewed-by: 's avatarFrank Henigman <fjhenigman@chromium.org>
    Commit-Queue: Jamie Madill <jmadill@chromium.org>
    fb19e084
TranslatorVulkan.cpp 20.8 KB
EditWeb IDE
×

Replace TranslatorVulkan.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.