mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 05:38:16 +02:00
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:
parent
21fa5faeec
commit
bdbd81ea40
1 changed files with 0 additions and 5 deletions
|
|
@ -3,16 +3,11 @@
|
|||
* SPDX-License-Identifier: MIT
|
||||
*/
|
||||
|
||||
#include "asahi/compiler/agx_compile.h"
|
||||
#include "compiler/nir/nir_builder.h"
|
||||
#include "shaders/geometry.h"
|
||||
#include "util/compiler.h"
|
||||
#include "agx_nir_lower_gs.h"
|
||||
#include "libagx_shaders.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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue