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:
d2a3fa7
)
glsl: Drop dead prototype.
author
Emma Anholt
<emma@anholt.net>
Thu, 16 Mar 2023 00:07:10 +0000
(17:07 -0700)
committer
Marge Bot
<emma+marge@anholt.net>
Wed, 29 Mar 2023 16:06:03 +0000
(16:06 +0000)
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21940>
src/compiler/glsl/ir_optimization.h
patch
|
blob
|
history
diff --git
a/src/compiler/glsl/ir_optimization.h
b/src/compiler/glsl/ir_optimization.h
index
93fa3c7
..
e46d038
100644
(file)
--- a/
src/compiler/glsl/ir_optimization.h
+++ b/
src/compiler/glsl/ir_optimization.h
@@
-81,10
+81,6
@@
bool propagate_invariance(exec_list *instructions);
namespace ir_builder { class ir_factory; };
-ir_variable *compare_index_block(ir_builder::ir_factory &body,
- ir_variable *index,
- unsigned base, unsigned components);
-
bool lower_64bit_integer_instructions(exec_list *instructions,
unsigned what_to_lower);