• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

right this needs clearing up

Pipelines......what hell does it mean

right ATI have a 8x1 pipeline with their cards........(r3x0)

im guessin that means 1 texture per pipe?

but 4x2 also gives 8......so wouldnt that mean a 4x2 is as powerful as a 8x1?
 
If you search around on the web you can probably find many documents describing how video card processors work in excruciating detail.

Simply put, a 'pipeline' is a path for data to take through a processor. All graphics cards today use multiple pipelines in tandem, allowing them to work on several pieces of data at once. This is cheaper (and easier, especially in terms of drivers) than having multiple GPUs on a single card, but not quite as fast as doing that.

The R3XX-series cards from ATI use either 4 pipelines with one texturing unit apiece (4x1, found in the R9000-R9600), or 8 pipelines with 1 texturing unit apiece (8x1, in the R9700 and R9800).

NVIDIA's high-end cards use a design with 4 pipelines with two texturing units apiece (4x2). In theory this should be as fast or faster when dealing with multitexturing situations (where you are computing things involving more than one texture being applied to a surface simultaneously). However, in single-texturing situations, it's not going to be nearly as fast.

That's a VERY dumbed-down description of how this all works; try searching for older threads on this topic if you're interested in more gory details.
 
Back
Top