mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 06:00:10 +01:00
softpipe: 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
f8663b4b40
commit
ea136dd9e0
2 changed files with 0 additions and 2 deletions
|
|
@ -32,7 +32,6 @@
|
|||
#include "sp_texture.h"
|
||||
#include "sp_tex_sample.h"
|
||||
#include "sp_tex_tile_cache.h"
|
||||
#include "tgsi/tgsi_parse.h"
|
||||
|
||||
static void
|
||||
cs_prepare(const struct sp_compute_shader *cs,
|
||||
|
|
|
|||
|
|
@ -38,7 +38,6 @@
|
|||
#include "pipe/p_defines.h"
|
||||
#include "util/u_memory.h"
|
||||
#include "tgsi/tgsi_exec.h"
|
||||
#include "tgsi/tgsi_parse.h"
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue