broadcom/vc5: Fix depth and stencil clear values.
authorEric Anholt <eric@anholt.net>
Thu, 28 Sep 2017 18:41:31 +0000 (11:41 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 10 Oct 2017 18:42:05 +0000 (11:42 -0700)
commit7f3b8906979ba5f2c1876b4eb2c0b85314107511
tree21aa1b23d63d1ff5f96600559a803ec4a6f47650
parentbe11251e3c0f4ef2ad57aa83dbb480bc2b95328a
broadcom/vc5: Fix depth and stencil clear values.

I had misread the packet description: We always have a 32f depth, and a
separate u8 stencil.
src/broadcom/cle/v3d_packet_v33.xml
src/gallium/drivers/vc5/vc5_context.h
src/gallium/drivers/vc5/vc5_draw.c
src/gallium/drivers/vc5/vc5_rcl.c