v3d: Update an XXX comment for a path we handled in HW on V3D 4.x.
authorEric Anholt <eric@anholt.net>
Fri, 20 Jul 2018 20:24:53 +0000 (13:24 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 23 Jul 2018 17:21:43 +0000 (10:21 -0700)
src/broadcom/compiler/vir.c

index d804fe6089d8aaae87804284564b44840556c85c..6ee3b98087a438eff217adf81753d1c6a8c3ef56 100644 (file)
@@ -572,7 +572,7 @@ v3d_lower_nir(struct v3d_compile *c)
 {
         struct nir_lower_tex_options tex_options = {
                 .lower_txd = true,
-                .lower_rect = false, /* XXX */
+                .lower_rect = false, /* XXX: Use this on V3D 3.x */
                 .lower_txp = ~0,
                 /* Apply swizzles to all samplers. */
                 .swizzle_result = ~0,