Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • mesa mesa
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,071
    • Issues 3,071
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1,005
    • Merge requests 1,005
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.

  • MesaMesa
  • mesamesa
  • Merge requests
  • !19827

mesa: Enable compute-based transcoding to DXT5

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Nanley Chery requested to merge nchery/mesa:perf/compute-dxt5-encode into main Nov 17, 2022
  • Overview 46
  • Commits 10
  • Pipelines 53
  • Changes 17

By enabling this path, we get a 56% decrease in upload time on a texture upload microbenchmark. This was measured on an Ice Lake with an iris driver that tries to use the compressed format fallback path.

Based on the BC3 encoder from the MIT-licensed GPU compressor, Betsy: https://github.com/darksylinc/betsy.

/cc @tpalli @kwg @jljusten

Edited Nov 24, 2022 by Nanley Chery
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: perf/compute-dxt5-encode