diff options
author | Jason Ekstrand <[email protected]> | 2015-10-05 19:26:02 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2015-10-19 08:47:03 -0700 |
commit | 0ca401327ef9e280b3a8b008f1e41477afec3a35 (patch) | |
tree | 99d4962fc3c40395143f701ff0977c82a2d479e4 /src/mesa/drivers/dri/i965/brw_vs.h | |
parent | 8f1d968704858d78d7e78a6b88db3ea2bc0cf749 (diff) |
i965: Use a const nir_shader in backend_shader
Reviewed-by: Topi Pohjolainen <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_vs.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_vs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_vs.h b/src/mesa/drivers/dri/i965/brw_vs.h index f1242f61b33..c927cacd787 100644 --- a/src/mesa/drivers/dri/i965/brw_vs.h +++ b/src/mesa/drivers/dri/i965/brw_vs.h @@ -88,7 +88,7 @@ public: void *log_data, const struct brw_vs_prog_key *key, struct brw_vs_prog_data *vs_prog_data, - nir_shader *shader, + const nir_shader *shader, gl_clip_plane *clip_planes, void *mem_ctx, int shader_time_index, |