Module: Mesa
Branch: master
Commit: ebf7e87f2cd818251bbabba134e8cfd2faada1e0
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=ebf7e87f2cd818251bbabba134e8cfd2faada1e0

Author: Alyssa Rosenzweig <[email protected]>
Date:   Wed Aug  5 16:03:09 2020 -0400

pan/decode: Remove shader replacement artefact

Did this ever work?

Signed-off-by: Alyssa Rosenzweig <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6196>

---

 src/panfrost/pandecode/decode.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/panfrost/pandecode/decode.c b/src/panfrost/pandecode/decode.c
index 37226249e4b..8a99090b0fd 100644
--- a/src/panfrost/pandecode/decode.c
+++ b/src/panfrost/pandecode/decode.c
@@ -332,9 +332,6 @@ static const struct pandecode_flag_info sfbd_unk2_info [] = 
{
 };
 #undef FLAG_INFO
 
-extern char *replace_fragment;
-extern char *replace_vertex;
-
 #define DEFINE_CASE(name) case MALI_## name: return "MALI_" #name
 static char *pandecode_format(enum mali_format format)
 {

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to