spirv: fix OpBitcast when the src and dst bitsize are different (v3)
[mesa.git] / Android.mk
index de37f4600f30fb2837ae5f8a8bddc36beba32210..9203c87a4e358f079aa29448d17bdeb615a989f3 100644 (file)
@@ -24,7 +24,7 @@
 # BOARD_GPU_DRIVERS should be defined.  The valid values are
 #
 #   classic drivers: i915 i965
-#   gallium drivers: swrast freedreno i915g nouveau r300g r600g radeonsi vc4 virgl vmwgfx
+#   gallium drivers: swrast freedreno i915g nouveau pl111 r300g r600g radeonsi vc4 virgl vmwgfx
 #
 # The main target is libGLES_mesa.  For each classic driver enabled, a DRI
 # module will also be built.  DRI modules will be loaded by libGLES_mesa.
@@ -51,6 +51,7 @@ gallium_drivers := \
        freedreno.HAVE_GALLIUM_FREEDRENO \
        i915g.HAVE_GALLIUM_I915 \
        nouveau.HAVE_GALLIUM_NOUVEAU \
+       pl111.HAVE_GALLIUM_PL111 \
        r300g.HAVE_GALLIUM_R300 \
        r600g.HAVE_GALLIUM_R600 \
        radeonsi.HAVE_GALLIUM_RADEONSI \
@@ -111,6 +112,7 @@ SUBDIRS := \
        src/util \
        src/egl \
        src/amd \
+       src/broadcom \
        src/intel \
        src/mesa/drivers/dri \
        src/vulkan