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
  • renderer
  • ProgramImpl.h
Find file
BlameHistoryPermalink
  • Qin Jiajia's avatar
    Implement robust initialization for image texture · 47f6dd0d
    Qin Jiajia authored Aug 10, 2018
    This change fixes a bug that the image texture initialization time is not
    correct. It happens when we use compute shader to write data to an
    uninitialized texture, then use readPixels to read the result which
    results that texture initialization falls behind image store and
    covers the real result.
    
    Bug: angleproject:2766
    
    Change-Id: I4e986972096857afc975c40dfa4d559a2f31194c
    Reviewed-on: https://chromium-review.googlesource.com/1170569
    Commit-Queue: Jiajia Qin <jiajia.qin@intel.com>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    47f6dd0d
ProgramImpl.h 6.28 KB
EditWeb IDE
×

Replace ProgramImpl.h

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.