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
  • include
  • platform
  • FeaturesGL.h
Find file
BlameHistoryPermalink
  • Geoff Lang's avatar
    Work around Mac glGenerateMipmap with missing levels bug. · f02a6e0c
    Geoff Lang authored Oct 26, 2020
    Some Mac GL drivers fail to generate mipmaps if level zero is not set
    before the texture is first used, all mipmap data is black.
    
    To work around this, whenever a texture level is allocated, ensure that
    level zero is also allocated with at least a 1x1 image.
    
    Bug: angleproject:5223
    Change-Id: If1a728e017dec600c77a54f7ae185b719aaaae84
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2497569Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarKenneth Russell <kbr@chromium.org>
    Commit-Queue: Geoff Lang <geofflang@chromium.org>
    f02a6e0c
FeaturesGL.h 29.4 KB
EditWeb IDE
×

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