~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/mesa/state_tracker/st_atom_blend.c

  • Committer: mmach
  • Date: 2023-11-02 21:31:35 UTC
  • Revision ID: netbit73@gmail.com-20231102213135-18d4tzh7tj0uz752
2023-11-02 22:11:57

Show diffs side-by-side

added added

removed removed

Lines of Context:
184
184
 
185
185
   if (ctx->DrawBuffer->_BlendForceAlphaToOne) {
186
186
      /* Overriding requires independent blend functions (not just enables),
187
 
       * require drivers exposing PIPE_CAP_RGB_OVERRIDE_DST_ALPHA_BLEND to
188
 
       * also expose PIPE_CAP_INDEP_BLEND_FUNC.
 
187
       * requiring drivers to expose PIPE_CAP_INDEP_BLEND_FUNC.
189
188
       */
190
189
      assert(st->has_indep_blend_func);
191
190