From f4eb8a8a6d103a5dd9b8f55992f44237ff948fa1 Mon Sep 17 00:00:00 2001 From: Julen Urizar Compains Date: Wed, 11 Mar 2026 22:24:08 +0100 Subject: [PATCH 1/3] [RAPPS-DB] Add wglgears demo for x86/x64 --- wglgears.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 wglgears.txt diff --git a/wglgears.txt b/wglgears.txt new file mode 100644 index 00000000..9d9dcf30 --- /dev/null +++ b/wglgears.txt @@ -0,0 +1,16 @@ +[Section] +Name = Windows OpenGL Gears Demo +Version = 1.3v (25-10-2004) +License = MIT +Description = This little demo tests the 3D OpenGL acceleration. +Category = 12 +URLSite = https://web.archive.org/web/20221007133524/http://www2.cs.uidaho.edu/~jeffery/win32/ +URLDownload = https://web.archive.org/web/20230316233927/https://www2.cs.uidaho.edu/~jeffery/win32/wglgears.exe +SHA1 = d65d2098bc11af76cb614946342913b1af62924d +SizeBytes = 34057 + +[Section.amd64] +Description = This little demo tests the 3D OpenGL acceleration. Needs Visual C Redist 2012. +URLDownload = https://github.com/the-r3dacted/windows-glxgears-built/releases/download/1.0/glxgears.x64.exe +SHA1 = 27be0fd90baed25b150cae1db121746df11bdffa +SizeBytes = 15872 From 93095290d4643772c65db42741c2dbd0a7da2ced Mon Sep 17 00:00:00 2001 From: Julen Urizar Compains Date: Sun, 29 Mar 2026 14:59:59 +0200 Subject: [PATCH 2/3] [RAPPS-DB] x64 link update of wglgears with no dependencies --- wglgears.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wglgears.txt b/wglgears.txt index 9d9dcf30..a29f2f50 100644 --- a/wglgears.txt +++ b/wglgears.txt @@ -10,7 +10,7 @@ SHA1 = d65d2098bc11af76cb614946342913b1af62924d SizeBytes = 34057 [Section.amd64] -Description = This little demo tests the 3D OpenGL acceleration. Needs Visual C Redist 2012. -URLDownload = https://github.com/the-r3dacted/windows-glxgears-built/releases/download/1.0/glxgears.x64.exe -SHA1 = 27be0fd90baed25b150cae1db121746df11bdffa -SizeBytes = 15872 +Description = This little demo tests the 3D OpenGL acceleration. +URLDownload = https://archive.org/download/wglgears/wglgears.exe +SHA1 = df01e7914bf104cbb7403ce2b31e4160e642a426 +SizeBytes = 67920 From 3ff75c79334cfc193cc9710bcceaa2c2597ea24c Mon Sep 17 00:00:00 2001 From: Julen Urizar Compains Date: Sun, 29 Mar 2026 18:28:38 +0200 Subject: [PATCH 3/3] [RAPPS-DB] Add the arm32, arm64 and x64 little link fix --- wglgears.txt | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/wglgears.txt b/wglgears.txt index a29f2f50..3fae376a 100644 --- a/wglgears.txt +++ b/wglgears.txt @@ -10,7 +10,19 @@ SHA1 = d65d2098bc11af76cb614946342913b1af62924d SizeBytes = 34057 [Section.amd64] -Description = This little demo tests the 3D OpenGL acceleration. -URLDownload = https://archive.org/download/wglgears/wglgears.exe +Description = This little demo tests the 3D OpenGL acceleration. Compiled with RosBE x64. +URLDownload = https://archive.org/download/wglgears/wglgears_x64.exe SHA1 = df01e7914bf104cbb7403ce2b31e4160e642a426 SizeBytes = 67920 + +[Section.arm] +Description = This little demo tests the 3D OpenGL acceleration. Compiled with LLVM-Clang. +URLDownload = https://archive.org/download/wglgears/wglgears_arm32.exe +SHA1 = cb6344a93571ced9844d4bda08913b3fc04ee0ab +SizeBytes = 182272 + +[Section.arm64] +Description = This little demo tests the 3D OpenGL acceleration. Compiled with LLVM-Clang. +URLDownload = https://archive.org/download/wglgears/wglgears_arm64.exe +SHA1 = 4ddd75da45a537c70785b2365b7eb5c45a407e49 +SizeBytes = 233984