Skip to content

Commit 855afa7

Browse files
authored
[RAPPS-DB] Add wglgears demo for x86/x64/arm/arm64 (#351)
This commit adds a little OpenGL demo that tests the 3D accel. It's interesting to have for testing purposes and having them the option to calculate how great is the performance into Windows/ReactOS acceleration.
1 parent 8b65d1e commit 855afa7

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

wglgears.txt

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
[Section]
2+
Name = Windows OpenGL Gears Demo
3+
Version = 1.3v (25-10-2004)
4+
License = MIT
5+
Description = This little demo tests the 3D OpenGL acceleration.
6+
Category = 12
7+
URLSite = https://web.archive.org/web/20221007133524/http://www2.cs.uidaho.edu/~jeffery/win32/
8+
URLDownload = https://web.archive.org/web/20230316233927/https://www2.cs.uidaho.edu/~jeffery/win32/wglgears.exe
9+
SHA1 = d65d2098bc11af76cb614946342913b1af62924d
10+
SizeBytes = 34057
11+
12+
[Section.amd64]
13+
Description = This little demo tests the 3D OpenGL acceleration. Compiled with RosBE x64.
14+
URLDownload = https://archive.org/download/wglgears/wglgears_x64.exe
15+
SHA1 = df01e7914bf104cbb7403ce2b31e4160e642a426
16+
SizeBytes = 67920
17+
18+
[Section.arm]
19+
Description = This little demo tests the 3D OpenGL acceleration. Compiled with LLVM-Clang.
20+
URLDownload = https://archive.org/download/wglgears/wglgears_arm32.exe
21+
SHA1 = cb6344a93571ced9844d4bda08913b3fc04ee0ab
22+
SizeBytes = 182272
23+
24+
[Section.arm64]
25+
Description = This little demo tests the 3D OpenGL acceleration. Compiled with LLVM-Clang.
26+
URLDownload = https://archive.org/download/wglgears/wglgears_arm64.exe
27+
SHA1 = 4ddd75da45a537c70785b2365b7eb5c45a407e49
28+
SizeBytes = 233984

0 commit comments

Comments
 (0)