aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/a5xx/fd5_compute.c
diff options
context:
space:
mode:
authorKristian H. Kristensen <[email protected]>2018-08-15 09:18:39 -0700
committerRob Clark <[email protected]>2018-08-16 19:11:08 -0400
commite89683d5a2b11ca416cfb346c2b517405d37da62 (patch)
tree1e3d81a47d48d850d11b6ae9bed2905311365685 /src/gallium/drivers/freedreno/a5xx/fd5_compute.c
parentc782168751ec6373c28ebb4b4c39a8f3ae06a075 (diff)
freedreno: Fix warnings
Signed-off-by: Kristian H. Kristensen <[email protected]> Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium/drivers/freedreno/a5xx/fd5_compute.c')
-rw-r--r--src/gallium/drivers/freedreno/a5xx/fd5_compute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/freedreno/a5xx/fd5_compute.c b/src/gallium/drivers/freedreno/a5xx/fd5_compute.c
index 8e2c228e90e..66ed7a4af57 100644
--- a/src/gallium/drivers/freedreno/a5xx/fd5_compute.c
+++ b/src/gallium/drivers/freedreno/a5xx/fd5_compute.c
@@ -181,7 +181,7 @@ static void
fd5_launch_grid(struct fd_context *ctx, const struct pipe_grid_info *info)
{
struct fd5_compute_stateobj *so = ctx->compute;
- struct ir3_shader_key key = {0};
+ struct ir3_shader_key key = {};
struct ir3_shader_variant *v;
struct fd_ringbuffer *ring = ctx->batch->draw;
unsigned i, nglobal = 0;