mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-16 15:50:19 +01:00
llvmpipe: remove unused tgsi includes
Acked-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22838>
This commit is contained in:
parent
472bc207cb
commit
af57770df2
8 changed files with 0 additions and 12 deletions
|
|
@ -38,7 +38,6 @@
|
|||
#include "util/u_debug.h"
|
||||
#include "util/u_memory.h"
|
||||
#include "util/u_math.h"
|
||||
#include "tgsi/tgsi_scan.h"
|
||||
#include "gallivm/lp_bld_debug.h"
|
||||
#include "gallivm/lp_bld_const.h"
|
||||
#include "gallivm/lp_bld_arit.h"
|
||||
|
|
|
|||
|
|
@ -37,7 +37,6 @@
|
|||
#include "lp_state_fs.h"
|
||||
#include "lp_state_setup.h"
|
||||
#include "lp_context.h"
|
||||
#include "tgsi/tgsi_scan.h"
|
||||
#include "draw/draw_context.h"
|
||||
|
||||
#define NUM_CHANNELS 4
|
||||
|
|
|
|||
|
|
@ -33,7 +33,6 @@
|
|||
#include "util/list.h"
|
||||
#include "pipe/p_compiler.h"
|
||||
#include "pipe/p_state.h"
|
||||
#include "tgsi/tgsi_scan.h" /* for tgsi_shader_info */
|
||||
#include "gallivm/lp_bld_sample.h" /* for struct lp_sampler_static_state */
|
||||
#include "gallivm/lp_bld_jit_sample.h"
|
||||
#include "gallivm/lp_bld_tgsi.h" /* for lp_tgsi_info */
|
||||
|
|
|
|||
|
|
@ -29,8 +29,6 @@
|
|||
#include "util/u_memory.h"
|
||||
#include "util/u_math.h"
|
||||
#include "tgsi/tgsi_parse.h"
|
||||
#include "tgsi/tgsi_text.h"
|
||||
#include "tgsi/tgsi_util.h"
|
||||
#include "tgsi/tgsi_dump.h"
|
||||
#include "lp_debug.h"
|
||||
#include "lp_state.h"
|
||||
|
|
|
|||
|
|
@ -38,8 +38,6 @@
|
|||
#include "pipe/p_shader_tokens.h"
|
||||
#include "draw/draw_context.h"
|
||||
#include "tgsi/tgsi_dump.h"
|
||||
#include "tgsi/tgsi_scan.h"
|
||||
#include "tgsi/tgsi_parse.h"
|
||||
#include "gallivm/lp_bld_type.h"
|
||||
#include "gallivm/lp_bld_const.h"
|
||||
#include "gallivm/lp_bld_conv.h"
|
||||
|
|
|
|||
|
|
@ -35,8 +35,6 @@
|
|||
#include "util/u_inlines.h"
|
||||
#include "draw/draw_context.h"
|
||||
#include "tgsi/tgsi_dump.h"
|
||||
#include "tgsi/tgsi_scan.h"
|
||||
#include "tgsi/tgsi_parse.h"
|
||||
|
||||
|
||||
static void *
|
||||
|
|
|
|||
|
|
@ -33,8 +33,6 @@
|
|||
#include "util/u_inlines.h"
|
||||
#include "draw/draw_context.h"
|
||||
#include "tgsi/tgsi_dump.h"
|
||||
#include "tgsi/tgsi_scan.h"
|
||||
#include "tgsi/tgsi_parse.h"
|
||||
|
||||
|
||||
static void *
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@
|
|||
|
||||
#include "pipe/p_defines.h"
|
||||
#include "tgsi/tgsi_dump.h"
|
||||
#include "tgsi/tgsi_parse.h"
|
||||
#include "util/u_memory.h"
|
||||
#include "draw/draw_context.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue