projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58ab783
)
aco: Remove is_gs_copy_shader
author
Konstantin Seurer
<konstantin.seurer@gmail.com>
Sun, 9 Apr 2023 09:33:54 +0000
(11:33 +0200)
committer
Marge Bot
<emma+marge@anholt.net>
Tue, 11 Apr 2023 06:24:17 +0000
(06:24 +0000)
Reviewed-by: Timur Kristóf <timur.kristof@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22382>
src/amd/compiler/aco_shader_info.h
patch
|
blob
|
history
diff --git
a/src/amd/compiler/aco_shader_info.h
b/src/amd/compiler/aco_shader_info.h
index 7b92213ec4efded4205c176727671e927fe2e330..d4c9a60fb3b87d84cb3d87b5a2fc13780de36655 100644
(file)
--- a/
src/amd/compiler/aco_shader_info.h
+++ b/
src/amd/compiler/aco_shader_info.h
@@
-106,7
+106,6
@@
struct aco_shader_info {
uint32_t gfx9_gs_ring_lds_size;
- bool is_gs_copy_shader;
bool is_trap_handler_shader;
};