Removed the gles2 batching patch as its now in 3.2.

This commit is contained in:
Relintai 2020-04-18 02:58:41 +02:00
parent b776f0cf2f
commit f0ade5e332
2 changed files with 1 additions and 5986 deletions

View File

@ -358,7 +358,7 @@ if len(sys.argv) > 1:
exit() exit()
elif arg[0] == 'p': elif arg[0] == 'p':
if arg == 'p': if arg == 'p':
print("Applies a patch. Append c for the compilation database patch, and/or g for the gles2 batching patch. For example: pcg") print("Applies a patch. Append c for the compilation database patch. For example: pc")
exit() exit()
cwd = os.getcwd() cwd = os.getcwd()
@ -375,9 +375,6 @@ if len(sys.argv) > 1:
if 'c' in arg: if 'c' in arg:
subprocess.call('git apply --index ../patches/compilation_db.patch', shell=True) subprocess.call('git apply --index ../patches/compilation_db.patch', shell=True)
if 'g' in arg:
subprocess.call('git apply --index ../patches/gles2_batch_rendering.patch', shell=True)
#unstage all files #unstage all files
subprocess.call('git reset', shell=True) subprocess.call('git reset', shell=True)

File diff suppressed because it is too large Load Diff