Python Primer for the Impatient
Python Primer
for the Impatient
Lua Primer for the Impatient
Lua Primer
for the Impatient
OpenGL interpolation qualifiers (GLSL)
OpenGL interpolation
qualifiers (GLSL)
GLSL Hacker - Pixel hacking with GLSL, Lua and Python under Windows, Linux and Mac OSX
GLSL Hacker 0.5.0
 
OpenGL 4 Tessellation on Mac OS X
OpenGL 4 Tessellation
on Mac OS X
GpuTest 0.4.0 - Cross Platform OpenGL Benchmark for Windows, OS X and Linux
GpuTest 0.4.0 for Windows
Mac OS X and Linux

Posts Tagged ‘gpu benchmark’


Far Cry 2 Does Not Need a High-End PC

Be the first to comment - What do you think?  Posted by JeGX - 2008/10/17 at 09:19

Categories: Graphics Cards, Video Games   Tags: , , , , , ,

Far Cry 2


Read more…


GPU benchmark tool for image processing

2 comments - What do you think?  Posted by JeGX - 2008/06/16 at 09:26

Categories: Benchmarks   Tags: , , , , , ,

Here is a small benchmark that try to compare several optimized Intel OpenCV library functions with their GPU analogs, written using OpenGL and GLSL shader language.

More information HERE.

Because I can’t resist, here is my score (Core 2 Duo 6600 default clocks, Radeon HD 3870 Catalyst8.5, WinXP 32-bit) with Resolution multiplier set to 4:

------------ CPU  | GPU
step1:       75.3   21.5
step2:       35.8   22.5
step3:       05.7   00.7
Total Time: 116.9  345.3


-source-