mcst-linux-kernel/patches-2024.06.26/gl4es-1.1.4/0041-ARB-Forgot-to-update-t...

153 lines
13 KiB
Diff

From 2310fcad65dd92722b344338d176910e750b54f1 Mon Sep 17 00:00:00 2001
From: rajdakin <loic_chevalier@yahoo.fr>
Date: Mon, 12 Oct 2020 22:42:02 +0200
Subject: [PATCH 041/233] [ARB] Forgot to update the status comment
---
src/gl/arbparser.c | 80 +++++++++++++++++++++++++++---------------------------
1 file changed, 40 insertions(+), 40 deletions(-)
diff --git a/src/gl/arbparser.c b/src/gl/arbparser.c
index cdc9a6ad..b1548c92 100755
--- a/src/gl/arbparser.c
+++ b/src/gl/arbparser.c
@@ -1580,10 +1580,10 @@ char **resolveParam(sCurStatus_NewVar *newVar, int vertex, int type) {
\ V "state" "." "matrix" "." "modelview" "[" <stateModMatNum> "]" "." "inverse" "." "row" "[" <stateMatrixRowNum> "]"
\ V "state" "." "matrix" "." "modelview" "[" <stateModMatNum> "]" "." "transpose" "." "row" "[" <stateMatrixRowNum> "]"
\ V "state" "." "matrix" "." "modelview" "[" <stateModMatNum> "]" "." "invtrans" "." "row" "[" <stateMatrixRowNum> "]"
- \ * "state" "." "matrix" "." "projection" "." "row" "[" <stateMatrixRowNum> "]"
- \ * "state" "." "matrix" "." "projection" "." "inverse" "." "row" "[" <stateMatrixRowNum> "]"
- \ * "state" "." "matrix" "." "projection" "." "transpose" "." "row" "[" <stateMatrixRowNum> "]"
- \ * "state" "." "matrix" "." "projection" "." "invtrans" "." "row" "[" <stateMatrixRowNum> "]"
+ \ V "state" "." "matrix" "." "projection" "." "row" "[" <stateMatrixRowNum> "]"
+ \ V "state" "." "matrix" "." "projection" "." "inverse" "." "row" "[" <stateMatrixRowNum> "]"
+ \ V "state" "." "matrix" "." "projection" "." "transpose" "." "row" "[" <stateMatrixRowNum> "]"
+ \ V "state" "." "matrix" "." "projection" "." "invtrans" "." "row" "[" <stateMatrixRowNum> "]"
\ V "state" "." "matrix" "." "mvp" "." "row" "[" <stateMatrixRowNum> "]"
\ V "state" "." "matrix" "." "mvp" "." "inverse" "." "row" "[" <stateMatrixRowNum> "]"
\ V "state" "." "matrix" "." "mvp" "." "transpose" "." "row" "[" <stateMatrixRowNum> "]"
@@ -1677,10 +1677,10 @@ char **resolveParam(sCurStatus_NewVar *newVar, int vertex, int type) {
\ V "state" "." "matrix" "." "modelview" "[" <stateModMatNum> "]" "." "inverse" "." "row" "[" <stateMatrixRowNum> "]"
\ V "state" "." "matrix" "." "modelview" "[" <stateModMatNum> "]" "." "transpose" "." "row" "[" <stateMatrixRowNum> "]"
\ V "state" "." "matrix" "." "modelview" "[" <stateModMatNum> "]" "." "invtrans" "." "row" "[" <stateMatrixRowNum> "]"
- \ * "state" "." "matrix" "." "projection" "." "row" "[" <stateMatrixRowNum> "]"
- \ * "state" "." "matrix" "." "projection" "." "inverse" "." "row" "[" <stateMatrixRowNum> "]"
- \ * "state" "." "matrix" "." "projection" "." "transpose" "." "row" "[" <stateMatrixRowNum> "]"
- \ * "state" "." "matrix" "." "projection" "." "invtrans" "." "row" "[" <stateMatrixRowNum> "]"
+ \ V "state" "." "matrix" "." "projection" "." "row" "[" <stateMatrixRowNum> "]"
+ \ V "state" "." "matrix" "." "projection" "." "inverse" "." "row" "[" <stateMatrixRowNum> "]"
+ \ V "state" "." "matrix" "." "projection" "." "transpose" "." "row" "[" <stateMatrixRowNum> "]"
+ \ V "state" "." "matrix" "." "projection" "." "invtrans" "." "row" "[" <stateMatrixRowNum> "]"
\ V "state" "." "matrix" "." "mvp" "." "row" "[" <stateMatrixRowNum> "]"
\ V "state" "." "matrix" "." "mvp" "." "inverse" "." "row" "[" <stateMatrixRowNum> "]"
\ V "state" "." "matrix" "." "mvp" "." "transpose" "." "row" "[" <stateMatrixRowNum> "]"
@@ -1774,10 +1774,10 @@ char **resolveParam(sCurStatus_NewVar *newVar, int vertex, int type) {
\ V "state" "." "matrix" "." "modelview" "[" <stateModMatNum> "]" "." "inverse" "." "row" "[" <stateMatrixRowNum> "]"
\ V "state" "." "matrix" "." "modelview" "[" <stateModMatNum> "]" "." "transpose" "." "row" "[" <stateMatrixRowNum> "]"
\ V "state" "." "matrix" "." "modelview" "[" <stateModMatNum> "]" "." "invtrans" "." "row" "[" <stateMatrixRowNum> "]"
- \ * "state" "." "matrix" "." "projection" "." "row" "[" <stateMatrixRowNum> "]"
- \ * "state" "." "matrix" "." "projection" "." "inverse" "." "row" "[" <stateMatrixRowNum> "]"
- \ * "state" "." "matrix" "." "projection" "." "transpose" "." "row" "[" <stateMatrixRowNum> "]"
- \ * "state" "." "matrix" "." "projection" "." "invtrans" "." "row" "[" <stateMatrixRowNum> "]"
+ \ V "state" "." "matrix" "." "projection" "." "row" "[" <stateMatrixRowNum> "]"
+ \ V "state" "." "matrix" "." "projection" "." "inverse" "." "row" "[" <stateMatrixRowNum> "]"
+ \ V "state" "." "matrix" "." "projection" "." "transpose" "." "row" "[" <stateMatrixRowNum> "]"
+ \ V "state" "." "matrix" "." "projection" "." "invtrans" "." "row" "[" <stateMatrixRowNum> "]"
\ V "state" "." "matrix" "." "mvp" "." "row" "[" <stateMatrixRowNum> "]"
\ V "state" "." "matrix" "." "mvp" "." "inverse" "." "row" "[" <stateMatrixRowNum> "]"
\ V "state" "." "matrix" "." "mvp" "." "transpose" "." "row" "[" <stateMatrixRowNum> "]"
@@ -1814,14 +1814,14 @@ char **resolveParam(sCurStatus_NewVar *newVar, int vertex, int type) {
\ V "state" "." "matrix" "." "modelview" "[" <stateModMatNum> "]" "." "inverse" "." "row" "[" <stateMatrixRowNum> ".." <stateMatrixRowNum> "]"
\ V "state" "." "matrix" "." "modelview" "[" <stateModMatNum> "]" "." "transpose" "." "row" "[" <stateMatrixRowNum> ".." <stateMatrixRowNum> "]"
\ V "state" "." "matrix" "." "modelview" "[" <stateModMatNum> "]" "." "invtrans" "." "row" "[" <stateMatrixRowNum> ".." <stateMatrixRowNum> "]"
- \ * "state" "." "matrix" "." "projection"
- \ * "state" "." "matrix" "." "projection" "." "inverse"
- \ * "state" "." "matrix" "." "projection" "." "transpose"
- \ * "state" "." "matrix" "." "projection" "." "invtrans"
- \ * "state" "." "matrix" "." "projection" "." "row" "[" <stateMatrixRowNum> ".." <stateMatrixRowNum> "]"
- \ * "state" "." "matrix" "." "projection" "." "inverse" "." "row" "[" <stateMatrixRowNum> ".." <stateMatrixRowNum> "]"
- \ * "state" "." "matrix" "." "projection" "." "transpose" "." "row" "[" <stateMatrixRowNum> ".." <stateMatrixRowNum> "]"
- \ * "state" "." "matrix" "." "projection" "." "invtrans" "." "row" "[" <stateMatrixRowNum> ".." <stateMatrixRowNum> "]"
+ \ V "state" "." "matrix" "." "projection"
+ \ V "state" "." "matrix" "." "projection" "." "inverse"
+ \ V "state" "." "matrix" "." "projection" "." "transpose"
+ \ V "state" "." "matrix" "." "projection" "." "invtrans"
+ \ V "state" "." "matrix" "." "projection" "." "row" "[" <stateMatrixRowNum> ".." <stateMatrixRowNum> "]"
+ \ V "state" "." "matrix" "." "projection" "." "inverse" "." "row" "[" <stateMatrixRowNum> ".." <stateMatrixRowNum> "]"
+ \ V "state" "." "matrix" "." "projection" "." "transpose" "." "row" "[" <stateMatrixRowNum> ".." <stateMatrixRowNum> "]"
+ \ V "state" "." "matrix" "." "projection" "." "invtrans" "." "row" "[" <stateMatrixRowNum> ".." <stateMatrixRowNum> "]"
\ V "state" "." "matrix" "." "mvp"
\ V "state" "." "matrix" "." "mvp" "." "inverse"
\ V "state" "." "matrix" "." "mvp" "." "transpose"
@@ -1952,10 +1952,10 @@ char **resolveParam(sCurStatus_NewVar *newVar, int vertex, int type) {
\ V "state" "." "matrix" "." "modelview" "[" <stateModMatNum> "]" "." "inverse" "." "row" "[" <stateMatrixRowNum> "]"
\ V "state" "." "matrix" "." "modelview" "[" <stateModMatNum> "]" "." "transpose" "." "row" "[" <stateMatrixRowNum> "]"
\ V "state" "." "matrix" "." "modelview" "[" <stateModMatNum> "]" "." "invtrans" "." "row" "[" <stateMatrixRowNum> "]"
- \ * "state" "." "matrix" "." "projection" "." "row" "[" <stateMatrixRowNum> "]"
- \ * "state" "." "matrix" "." "projection" "." "inverse" "." "row" "[" <stateMatrixRowNum> "]"
- \ * "state" "." "matrix" "." "projection" "." "transpose" "." "row" "[" <stateMatrixRowNum> "]"
- \ * "state" "." "matrix" "." "projection" "." "invtrans" "." "row" "[" <stateMatrixRowNum> "]"
+ \ V "state" "." "matrix" "." "projection" "." "row" "[" <stateMatrixRowNum> "]"
+ \ V "state" "." "matrix" "." "projection" "." "inverse" "." "row" "[" <stateMatrixRowNum> "]"
+ \ V "state" "." "matrix" "." "projection" "." "transpose" "." "row" "[" <stateMatrixRowNum> "]"
+ \ V "state" "." "matrix" "." "projection" "." "invtrans" "." "row" "[" <stateMatrixRowNum> "]"
\ V "state" "." "matrix" "." "mvp" "." "row" "[" <stateMatrixRowNum> "]"
\ V "state" "." "matrix" "." "mvp" "." "inverse" "." "row" "[" <stateMatrixRowNum> "]"
\ V "state" "." "matrix" "." "mvp" "." "transpose" "." "row" "[" <stateMatrixRowNum> "]"
@@ -2033,10 +2033,10 @@ char **resolveParam(sCurStatus_NewVar *newVar, int vertex, int type) {
\ V "state" "." "matrix" "." "modelview" "[" <stateModMatNum> "]" "." "inverse" "." "row" "[" <stateMatrixRowNum> "]"
\ V "state" "." "matrix" "." "modelview" "[" <stateModMatNum> "]" "." "transpose" "." "row" "[" <stateMatrixRowNum> "]"
\ V "state" "." "matrix" "." "modelview" "[" <stateModMatNum> "]" "." "invtrans" "." "row" "[" <stateMatrixRowNum> "]"
- \ * "state" "." "matrix" "." "projection" "." "row" "[" <stateMatrixRowNum> "]"
- \ * "state" "." "matrix" "." "projection" "." "inverse" "." "row" "[" <stateMatrixRowNum> "]"
- \ * "state" "." "matrix" "." "projection" "." "transpose" "." "row" "[" <stateMatrixRowNum> "]"
- \ * "state" "." "matrix" "." "projection" "." "invtrans" "." "row" "[" <stateMatrixRowNum> "]"
+ \ V "state" "." "matrix" "." "projection" "." "row" "[" <stateMatrixRowNum> "]"
+ \ V "state" "." "matrix" "." "projection" "." "inverse" "." "row" "[" <stateMatrixRowNum> "]"
+ \ V "state" "." "matrix" "." "projection" "." "transpose" "." "row" "[" <stateMatrixRowNum> "]"
+ \ V "state" "." "matrix" "." "projection" "." "invtrans" "." "row" "[" <stateMatrixRowNum> "]"
\ V "state" "." "matrix" "." "mvp" "." "row" "[" <stateMatrixRowNum> "]"
\ V "state" "." "matrix" "." "mvp" "." "inverse" "." "row" "[" <stateMatrixRowNum> "]"
\ V "state" "." "matrix" "." "mvp" "." "transpose" "." "row" "[" <stateMatrixRowNum> "]"
@@ -2114,10 +2114,10 @@ char **resolveParam(sCurStatus_NewVar *newVar, int vertex, int type) {
\ V "state" "." "matrix" "." "modelview" "[" <stateModMatNum> "]" "." "inverse" "." "row" "[" <stateMatrixRowNum> "]"
\ V "state" "." "matrix" "." "modelview" "[" <stateModMatNum> "]" "." "transpose" "." "row" "[" <stateMatrixRowNum> "]"
\ V "state" "." "matrix" "." "modelview" "[" <stateModMatNum> "]" "." "invtrans" "." "row" "[" <stateMatrixRowNum> "]"
- \ * "state" "." "matrix" "." "projection" "." "row" "[" <stateMatrixRowNum> "]"
- \ * "state" "." "matrix" "." "projection" "." "inverse" "." "row" "[" <stateMatrixRowNum> "]"
- \ * "state" "." "matrix" "." "projection" "." "transpose" "." "row" "[" <stateMatrixRowNum> "]"
- \ * "state" "." "matrix" "." "projection" "." "invtrans" "." "row" "[" <stateMatrixRowNum> "]"
+ \ V "state" "." "matrix" "." "projection" "." "row" "[" <stateMatrixRowNum> "]"
+ \ V "state" "." "matrix" "." "projection" "." "inverse" "." "row" "[" <stateMatrixRowNum> "]"
+ \ V "state" "." "matrix" "." "projection" "." "transpose" "." "row" "[" <stateMatrixRowNum> "]"
+ \ V "state" "." "matrix" "." "projection" "." "invtrans" "." "row" "[" <stateMatrixRowNum> "]"
\ V "state" "." "matrix" "." "mvp" "." "row" "[" <stateMatrixRowNum> "]"
\ V "state" "." "matrix" "." "mvp" "." "inverse" "." "row" "[" <stateMatrixRowNum> "]"
\ V "state" "." "matrix" "." "mvp" "." "transpose" "." "row" "[" <stateMatrixRowNum> "]"
@@ -2154,14 +2154,14 @@ char **resolveParam(sCurStatus_NewVar *newVar, int vertex, int type) {
\ V "state" "." "matrix" "." "modelview" "[" <stateModMatNum> "]" "." "inverse" "." "row" "[" <stateMatrixRowNum> ".." <stateMatrixRowNum> "]"
\ V "state" "." "matrix" "." "modelview" "[" <stateModMatNum> "]" "." "transpose" "." "row" "[" <stateMatrixRowNum> ".." <stateMatrixRowNum> "]"
\ V "state" "." "matrix" "." "modelview" "[" <stateModMatNum> "]" "." "invtrans" "." "row" "[" <stateMatrixRowNum> ".." <stateMatrixRowNum> "]"
- \ * "state" "." "matrix" "." "projection"
- \ * "state" "." "matrix" "." "projection" "." "inverse"
- \ * "state" "." "matrix" "." "projection" "." "transpose"
- \ * "state" "." "matrix" "." "projection" "." "invtrans"
- \ * "state" "." "matrix" "." "projection" "." "row" "[" <stateMatrixRowNum> ".." <stateMatrixRowNum> "]"
- \ * "state" "." "matrix" "." "projection" "." "inverse" "." "row" "[" <stateMatrixRowNum> ".." <stateMatrixRowNum> "]"
- \ * "state" "." "matrix" "." "projection" "." "transpose" "." "row" "[" <stateMatrixRowNum> ".." <stateMatrixRowNum> "]"
- \ * "state" "." "matrix" "." "projection" "." "invtrans" "." "row" "[" <stateMatrixRowNum> ".." <stateMatrixRowNum> "]"
+ \ V "state" "." "matrix" "." "projection"
+ \ V "state" "." "matrix" "." "projection" "." "inverse"
+ \ V "state" "." "matrix" "." "projection" "." "transpose"
+ \ V "state" "." "matrix" "." "projection" "." "invtrans"
+ \ V "state" "." "matrix" "." "projection" "." "row" "[" <stateMatrixRowNum> ".." <stateMatrixRowNum> "]"
+ \ V "state" "." "matrix" "." "projection" "." "inverse" "." "row" "[" <stateMatrixRowNum> ".." <stateMatrixRowNum> "]"
+ \ V "state" "." "matrix" "." "projection" "." "transpose" "." "row" "[" <stateMatrixRowNum> ".." <stateMatrixRowNum> "]"
+ \ V "state" "." "matrix" "." "projection" "." "invtrans" "." "row" "[" <stateMatrixRowNum> ".." <stateMatrixRowNum> "]"
\ V "state" "." "matrix" "." "mvp"
\ V "state" "." "matrix" "." "mvp" "." "inverse"
\ V "state" "." "matrix" "." "mvp" "." "transpose"
--
2.11.0