From 4d982ae2c78e2108ecc289010faeb2fd03171c2e Mon Sep 17 00:00:00 2001 From: Timothy Arceri Date: Thu, 1 Feb 2018 13:52:55 +1100 Subject: gallium/st/clover: remove unused PIPE_SHADER_IR_LLVM MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This has been unused since 100796c15c3a. Acked-by: Marek Olšák --- src/gallium/include/pipe/p_defines.h | 1 - src/gallium/include/pipe/p_state.h | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gallium/include') diff --git a/src/gallium/include/pipe/p_defines.h b/src/gallium/include/pipe/p_defines.h index 19941350b81..778e5f4e539 100644 --- a/src/gallium/include/pipe/p_defines.h +++ b/src/gallium/include/pipe/p_defines.h @@ -894,7 +894,6 @@ enum pipe_shader_cap enum pipe_shader_ir { PIPE_SHADER_IR_TGSI = 0, - PIPE_SHADER_IR_LLVM, PIPE_SHADER_IR_NATIVE, PIPE_SHADER_IR_NIR, }; diff --git a/src/gallium/include/pipe/p_state.h b/src/gallium/include/pipe/p_state.h index 10d21db28c6..2b56d60b5ed 100644 --- a/src/gallium/include/pipe/p_state.h +++ b/src/gallium/include/pipe/p_state.h @@ -782,8 +782,9 @@ struct pipe_blit_info struct pipe_grid_info { /** - * For drivers that use PIPE_SHADER_IR_LLVM as their prefered IR, this value - * will be the index of the kernel in the opencl.kernels metadata list. + * For drivers that use PIPE_SHADER_IR_NATIVE as their prefered IR, this + * value will be the index of the kernel in the opencl.kernels metadata + * list. */ uint32_t pc; -- cgit v1.2.3