iris: fix comment location

This commit is contained in:
Kenneth Graunke
2018-11-21 16:53:09 -08:00
parent e5df8913e1
commit e628095b9a

View File

@@ -254,11 +254,6 @@ iris_create_uncompiled_shader(struct pipe_context *ctx,
return ish;
}
/**
* The pipe->delete_[stage]_state() driver hooks.
*
* Frees the iris_uncompiled_shader.
*/
static void *
iris_create_shader_state(struct pipe_context *ctx,
const struct pipe_shader_state *state)
@@ -278,6 +273,11 @@ iris_create_compute_state(struct pipe_context *ctx,
return iris_create_uncompiled_shader(ctx, (void *) state->prog, NULL);
}
/**
* The pipe->delete_[stage]_state() driver hooks.
*
* Frees the iris_uncompiled_shader.
*/
static void
iris_delete_shader_state(struct pipe_context *ctx, void *state)
{