~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/gallium/drivers/softpipe/sp_quad_pipe.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:
42
42
void
43
43
sp_build_quad_pipeline(struct softpipe_context *sp)
44
44
{
45
 
   boolean early_depth_test =
 
45
   bool early_depth_test =
46
46
      (sp->depth_stencil->depth_enabled &&
47
47
      sp->framebuffer.zsbuf &&
48
48
      !sp->depth_stencil->alpha_enabled &&