projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3a9781
)
nir: remove nir_strip stub declaration
author
Marek Olšák
<marek.olsak@amd.com>
Fri, 14 Aug 2020 05:22:05 +0000
(
01:22
-0400)
committer
Marge Bot
<eric+marge@anholt.net>
Mon, 17 Aug 2020 11:06:49 +0000
(11:06 +0000)
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6328>
src/compiler/nir/nir.h
patch
|
blob
|
history
diff --git
a/src/compiler/nir/nir.h
b/src/compiler/nir/nir.h
index cbb58933a76c7202fb24aa43e36cbabe3f33070d..d538954ffea1c3fe1195ae10d0c791e58f1608a5 100644
(file)
--- a/
src/compiler/nir/nir.h
+++ b/
src/compiler/nir/nir.h
@@
-4678,8
+4678,6
@@
bool nir_opt_load_store_vectorize(nir_shader *shader, nir_variable_mode modes,
nir_should_vectorize_mem_func callback,
nir_variable_mode robust_modes);
-void nir_strip(nir_shader *shader);
-
void nir_sweep(nir_shader *shader);
void nir_remap_dual_slot_attributes(nir_shader *shader,