asahi: drop #includes
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30382>
This commit is contained in:

committed by
Marge Bot

parent
21fa5faeec
commit
bdbd81ea40
@@ -3,16 +3,11 @@
|
|||||||
* SPDX-License-Identifier: MIT
|
* SPDX-License-Identifier: MIT
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "asahi/compiler/agx_compile.h"
|
|
||||||
#include "compiler/nir/nir_builder.h"
|
#include "compiler/nir/nir_builder.h"
|
||||||
#include "shaders/geometry.h"
|
#include "shaders/geometry.h"
|
||||||
#include "util/compiler.h"
|
|
||||||
#include "agx_nir_lower_gs.h"
|
#include "agx_nir_lower_gs.h"
|
||||||
#include "libagx_shaders.h"
|
#include "libagx_shaders.h"
|
||||||
#include "nir.h"
|
#include "nir.h"
|
||||||
#include "nir_builder_opcodes.h"
|
|
||||||
#include "nir_intrinsics.h"
|
|
||||||
#include "shader_enums.h"
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file implements basic input assembly in software. It runs on software
|
* This file implements basic input assembly in software. It runs on software
|
||||||
|
Reference in New Issue
Block a user