Skip to content

pan/midgard: Use lower_tex_without_implicit_lod

Alyssa Rosenzweig requested to merge alyssa/mesa:lod-cleanup into master

Just a bit of cleanup. lower_tex can do this lowering for us, which should also eliminate some special cases (one less thing to fix if we ever need texturing in tess/geom/etc, perhaps?)

Closes #2133 (closed)

Depends on !2838 (merged) which should be merged first.

Merge request reports