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,004
    • Merge requests 1,004
  • 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
  • !20201

radv: add support for compiling PS epilogs on-demand

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Samuel Pitoiset requested to merge hakzsam/mesa:radv_ps_epilog_dynamic into main Dec 07, 2022
  • Overview 17
  • Commits 7
  • Pipelines 18
  • Changes 6

Some dynamic states need to compile PS epilogs on-demand (like color write mask, color blend enable and alpha to coverage enable) but the most important one will be color blend equation (ie. for dual source blending). This MR starts to add support for these. Color blend equation will be implemented on top of this.

Based on !20199 (merged) and !20517 (merged)

Edited Jan 06, 2023 by Samuel Pitoiset
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: radv_ps_epilog_dynamic