Welcome, Guest. Please login or register.

Author Topic: Cybervision vs Voodoo  (Read 3329 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show all replies
Re: Cybervision vs Voodoo
« on: June 09, 2011, 01:22:54 PM »
Horses for courses. For 3D gaming, the Voodoo is the clear winner. It is both faster and supports more features than the Permedia2.

For 2D, things are a bit more levelled out since the RTG layer tends to use HW acceleration for the most basic operations.

The BVision will win hands down over a mediator1200 attached graphics card for any task where transferring data over the bus is the limiting factor, at least in OS3.x at any rate.
int p; // A
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show all replies
Re: Cybervision vs Voodoo
« Reply #1 on: June 12, 2011, 10:08:11 AM »
Quote from: Iggy;644350
That last point has had me puzzled for a couple days Karlos. Yes the Bvision would have a clear advantage in transfer rate over anything tied to an expansion bus.
But I'm still not sure that that alone would be enough to give it an edge in 2D operations.

That depends on what those 2D operations are. If they involve anything software-rendered, such as video or old 3D games or indeed anything that requires the CPU to calculate pixels and then render them to a BitMap, provided the calculation step is not already the slow part and the bus is utilized properly, the BVision will win.

It even wins in some 3D cases. When I first started (back in OS3.x 68K/WarpOS days) on the Permedia2 driver and streamlined the vertex array handling, for large lists of untextured polygons, the bus speed became a dominant factor and on my 25MHz 040+BVision crucified my 28MHz 040+Voodoo3000 in synthetic tests for W3D_DrawArray()

I might still have the benchmark data somewhere.
« Last Edit: June 12, 2011, 10:47:14 AM by Karlos »
int p; // A
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show all replies
Re: Cybervision vs Voodoo
« Reply #2 on: June 12, 2011, 11:36:05 AM »
Quote from: zipper;644393
Coarse figures AFAIR BVision about 14 MB/s, CVisionPPC 18 MB/s, PicassoIV on ZorroIII 10 MB/s, CV64 faster than PicassoIV.


And about 8MB/s for my Mediator1200 + Voodoo3000...
int p; // A