[virglrenderer-devel] [PATCH 3/3] vrend_shader: add arb_gpu_shader_fp64 support
Dave Airlie
airlied at gmail.com
Fri Jun 1 02:03:35 UTC 2018
> @@ -1887,7 +1930,8 @@ static int
> get_source_info(struct dump_ctx *ctx,
> const struct tgsi_full_instruction *inst,
> struct source_info *sinfo,
> - char srcs[3][255], char src_swizzle0[10])
> + char srcs[3][255], char src_swizzle0[10],
> + char fp64_srcs[3][255])
Self-review: don't need to pass fp64_srcs in here, it can be local to this.
Dave.
More information about the virglrenderer-devel
mailing list