summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/Android.mk
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2017-07-12 14:22:02 -0700
committerEric Anholt <[email protected]>2017-07-25 14:44:52 -0700
commit299c9a2db1391f222e784aa54b4b5e321afdffc6 (patch)
treeb355883423ba253b4010ee1539c5c79f2ee86426 /src/gallium/drivers/vc4/Android.mk
parent5b102160ae1b8b8322ab106d454cb69fb563fbed (diff)
broadcom/vc4: Use the XML decoder for CL dumping.
The VC4_DEBUG_CL output goes from: 0x00000010 0x00000010: 0x06 VC4_PACKET_START_TILE_BINNING 0x00000011 0x00000011: 0x38 VC4_PACKET_PRIMITIVE_LIST_FORMAT 0x00000012 0x00000012: 0x12 0x00000013 0x00000013: 0x66 VC4_PACKET_CLIP_WINDOW 0x00000014 0x00000014: 0x00 0x00000015 0x00000015: 0x00 0x00000016 0x00000016: 0x00 0x00000017 0x00000017: 0x00 0x00000018 0x00000018: 0xfa 0x00000019 0x00000019: 0x00 0x0000001a 0x0000001a: 0xfa 0x0000001b 0x0000001b: 0x00 to: 0x00000010 0x00000010: 0x06 Start Tile Binning 0x00000011 0x00000011: 0x38 Primitive List Format Data Type: 1 (16-bit index) Primitive Type: 2 (Triangles List) 0x00000013 0x00000013: 0x66 Clip Window Clip Window Height in pixels: 250 Clip Window Width in pixels: 250 Clip Window Bottom Pixel Coordinate: 0 Clip Window Left Pixel Coordinate: 0 v2: Squash in robher's fixes for Android
Diffstat (limited to 'src/gallium/drivers/vc4/Android.mk')
-rw-r--r--src/gallium/drivers/vc4/Android.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gallium/drivers/vc4/Android.mk b/src/gallium/drivers/vc4/Android.mk
index 8b19e520778..84bfaa839f9 100644
--- a/src/gallium/drivers/vc4/Android.mk
+++ b/src/gallium/drivers/vc4/Android.mk
@@ -34,7 +34,10 @@ LOCAL_C_INCLUDES := \
# We need libmesa_nir to get NIR's generated include directories.
LOCAL_STATIC_LIBRARIES := \
- libmesa_nir \
+ libmesa_nir
+
+LOCAL_WHOLE_STATIC_LIBRARIES := \
+ libmesa_broadcom_cle \
libmesa_broadcom_genxml
LOCAL_MODULE := libmesa_pipe_vc4