Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Radeon R200 series

From Wikipedia, the free encyclopedia
Series of video cards
This article is about the GPU series released in 2001. For the similarly named series released by AMD in 2013, seeRadeon 200 series.
"Radeon 9000" redirects here. For the series of GPUs released by AMD in 2025, seeRadeon RX 9000 series.
This article has multiple issues. Please helpimprove it or discuss these issues on thetalk page.(Learn how and when to remove these messages)
This articlehas an unclearcitation style. The references used may be made clearer with a different or consistent style ofcitation andfootnoting.(July 2014) (Learn how and when to remove this message)
icon
This articleneeds additional citations forverification. Please helpimprove this article byadding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "Radeon R200 series" – news ·newspapers ·books ·scholar ·JSTOR
(July 2014) (Learn how and when to remove this message)
(Learn how and when to remove this message)
ATI Radeon 8000/9000 series
Release date2001–2004
Codename
  • Chaplin (R200)
  • Iris (RV250)
  • Argus (RV280)
ArchitectureRadeon R200
Transistors
  • 36M150nm (RV250)
  • 36M 150nm (RV280)
  • 60M 150nm (RV200)
  • 60M 150nm (R200)
Cards
Entry-level9200 SE, 9250
Mid-range9000, 9200
High-end8500 LE/9100
Enthusiast8500
API support
Direct3D
OpenGLOpenGL 1.3
History
PredecessorRadeon 7000 series
SuccessorRadeon R300 series
  • Radeon 9000 series
  • Radeon X300 series
  • Radeon X500 series
  • Radeon X600 series
Support status
Unsupported
R200-based chipsets
CPU supportedPentium M, Pentium 4-M
Socket supportedSocket 478,Socket 479
Desktop / mobile chipsets
Performance segment9100 Pro IGP
Mainstream segment9000/9100 IGP
Value segment9000 Pro IGP
Miscellaneous
Release dates
  • June 23, 2003 (2003-06-23)
  • May 5, 2004 (2004-05-05) (9000/9100 Pro IGP)
PredecessorRadeon R100 series
SuccessorRadeon R300 series

TheR200 is the second generation of GPUs used inRadeon graphics cards and developed byATI Technologies. This GPU features3D acceleration based uponMicrosoft Direct3D 8.1 andOpenGL 1.3, a major improvement in features and performance compared to the precedingRadeon R100 design (Radeon 7000/7200/7500). The GPU also includes2D GUI acceleration,video acceleration, and multiple display outputs. "R200" refers to the development codename of the initially released GPU of the generation, which was released as the Radeon 8500 and Radeon 8500LE/9100. It is the basis for a variety of other succeeding products, including the higher-performance refresh R250 (Radeon 8500XT) that was ending up cancelled, and the lower-cost derivatives RV250 (Radeon 9000) and RV280 (Radeon 9200/9250).

ATI had re-branded its products in 2001, intending the 7xxx series to indicate DirectX 7.0 capabilities, 8xxx for DirectX 8.1, and so on. However, in naming the Radeon 9000/9100/9200/9250, which only had DirectX 8.1 rendering features, ATI advertised them as "DirectX 9.0 compatible" while the truly DirectX 9.0-spec Radeon 9700 was "DirectX 9.0 compliant".

Architecture

[edit]

R200's 3D hardware consists of 4pixel pipelines, each with 2texture sampling units. It has 2vertex shader units and a legacy Direct3D 7TCL unit, marketed asCharisma Engine II. It is ATI's first GPU with programmable pixel and vertex processors, calledPixel Tapestry II and compliant with Direct3D 8.1. R200 has advanced memory bandwidth saving and overdraw reduction hardware calledHyperZ II that consists ofocclusion culling (hierarchical Z), fastz-buffer clear, and z-buffer compression. The GPU is capable of dual display output (HydraVision) and is equipped with a video decoding engine (Video Immersion II) with adaptive hardwaredeinterlacing, temporal filtering,motion compensation, andiDCT.

R200 introducedpixel shader version 1.4 (PS1.4), a significant enhancement to prior PS1.x specifications. Notable instructions include "phase", "texcrd", and "texld". The phase instruction allows a shader program to operate on two separate "phases" (2 passes through the hardware), effectively doubling the maximum number of texture addressing and arithmetic instructions, and potentially allowing the number of passes required for an effect to be reduced. This allows not only more complicated effects, but can also provide a speed boost by utilizing the hardware more efficiently. The "texcrd" instruction moves the texture coordinate values of a texture into the destination register, while the "texld" instruction will load the texture at the coordinates specified in the source register to the destination register.

Compared to R100's 2x3 pixel pipeline architecture, R200's 4x2 design is more robust despite losing one texture unit per pipeline. Each pipeline can now address a total of 6 texture layers per pass. The chip achieves this by using a method known as 'loop-back'. Increasing the number of textures accessed per pass reduces the number of times the card is forced into multi-pass rendering.

The texture filtering capabilities of R200 are also improved over its predecessor. Foranisotropic filtering, Radeon 8500 uses a technique similar to that used in R100, but improved withtrilinear filtering and some other refinements. However, it is still highly angle-dependent and the driver sometimes forcesbilinear filtering for speed. NVIDIA'sGeForce4 Ti series offered a more accurate anisotropic implementation, but with a greater performance impact.

R200 has ATI's first implementation of a hardware-acceleratedtessellation engine (a.k.a. higher order surfaces), calledTruform, which can automatically increase the geometric complexity of 3D models. The technology requires developer support and is not practical for all scenarios. It can undesirably round-out models. As a result of very limited adoption, ATI dropped TruForm support from its future hardware.

DirectX 8.0
Pixel Shader 1.1
DirectX 8.1
Pixel Shader 1.4
Max. Texture Inputs46
Max. Program Length12 instructions
(up to 4 texture sampling, 8 color blending)
22 instructions
(up to 6 texture sampling, 8 texture addressing, 8 color blending)
Instruction Set13 address operations, 8 color operations12 address / color operations
Texture Addressing Modes40virtually unlimited

Performance

[edit]

Radeon 8500's biggest initial disappointment was its early driver releases. At launch, the card's performance was below expectations and it had numerous software flaws that caused problems with games. The chip'santi-aliasing support was only functional in Direct3D and was very slow. To dampen excitement for 8500, competitornVidia released their Detonator4 driver package on the same day as most web sites previewed the Radeon 8500. nVidia's drivers were of better quality, and they also further boosted theGeForce3's performance.

Several hardware review sites noted anomalies in actual game tests with the Radeon 8500. For example, ATI was detecting the executable "Quake3.exe" and forcing the texture filtering quality to a much lower level than normally produced by the card, presumably in order to improve performance.[1] HardOCP was the first hardware review web site to bring the issue to the community, and proved its existence by renaming all instances of "Quake" in the executable to "Quack."[2]

However, even with the Detonator4 drivers, the Radeon 8500 was able to outperform the original GeForce3 (which the 8500 was intended to compete against) and in some circumstances its faster revision, the GeForce3 Ti500, the higher clocked derivative Nvidia had rolled out in response to the R200 project. Later, driver updates helped to further close the performance gap between the 8500 and the Ti500, while the 8500 was also significantly less expensive and offered additional multimedia features such as dual-monitor support. The greater features of the All-In-Wonder (AIW) Radeon 8500 DV and the AIW Radeon 8500 128 MB proved superior to Nvidia's Personal Cinema equivalents which used the faster GeForce 3 Ti500 and GeForce4 Ti4200.[3] Though the GeForce3 Ti200 did become the first DirectX 8.0 card to offer 128MB of video memory, instead of the common 64 MB norm for high-end cards of the time, it turned out that the GeForce3's limitations prevented it from taking full advantage of it, while the Radeon 8500 was able to more successfully exploit that potential.

In the end of 2001, to compete with the existing GeForce3 Ti200 and upcoming GeForce4 MX 460, ATI launched the slower-clocked 8500 LE at a comparable price, both of which it outperformed while also having a superior feature set, particularly as the MX 460 was only DirectX 7.0 compliant. The Radeon 8500 LE became popular with OEMs and enthusiasts due to its relative affordability, and overclockability to 8500 levels.[4] Though the GeForce4 Ti4600 took the performance crown, it was a top line solution that was priced almost double that of the Radeon 8500 (MSRP of $350–399 versus US$199), so it didn't offer direct competition. With the delayed release of the potentially competitive GeForce4 Ti4200, plus ATI's initiative in rolling out 128 MB versions of the 8500/LE, this kept the R200 line popular among the mid-high performance niche market. Although the Radeon 8500/LE was scheduled to be discontinued in summer 2002, as the R200 feature set would be carried over to the slower but more economical Radeon 9000 (RV250) (see below), and to make way for the next generationRadeon 9700 (R300) as ATI's flagship card, the continued strong market demand meant that the original R200 architecture continued in production but rebranded in late 2002 from Radeon 8500LE to Radeon 9100 (to signify better performance over the RV250).[5]

Over the years the dominant market position of GeForce 3/4 meant that not many games targeted the superior DX8.1 PS 1.4 feature level of the R200, but those that did could see significant performance gains over DX8, as certain operations could be processed in one instead of multiple passes. In these cases the Radeon 8500 may even compete with the newer GeForce4 series running a DX8 codepath. An example for such a game with multiple codepaths isHalf-Life 2.

Radeon 8500 came with support forTruForm, an early implementation ofTessellation.

Implementations

[edit]

Radeon 8500/8500 LE/9100

[edit]
Sapphire[6] ATI Radeon 9250

ATI's first R200-based card was theRadeon 8500, launched in October 2001. In December 2001, ATI launched theRadeon 8500 LE (re-released later as theRadeon 9100), an identical chip with a lower clock speed and slower memory.[7] Whereas the full 8500 was clocked at 275 MHz core and 275 MHz RAM, the 8500LE was clocked more conservatively at 250 MHz for the core and 200 or 250 MHz for the RAM. Both video cards were first released in 64MBDDR SDRAM configurations; the later 128 MB Radeon 8500 boards received a small performance boost resulting from a memoryinterleave mode.

In November 2001 was the release of theAll-In-Wonder Radeon 8500 DV, with 64 MB and a slower clock speed like the 8500 LE. In 2002, three 128 MB cards were rolled out, the Radeon 8500, 8500 LE, and theAll-In-Wonder Radeon 8500 128 MB which was clocked at full 8500 speeds but had fewer video-related features than the AIW 8500 DV. ATI claimed that the lower clock speed for the 8500DV was due to theFireWire interface.

Radeon 8500 XT (canceled)

[edit]

An updated chip, theRadeon 8500 XT (R250) was planned for a mid-2002 release, to compete against theGeForce4 Ti line, particularly the top line Ti4600 (which retailed for an MSRP of $350–399 USD). Prerelease information touted a 300 MHz core and RAM clock speed for the "R250" chip.

A Radeon 8500 running at 300 MHz clock speeds would have hardly defeated the GeForce4 Ti4600, let alone a newer card from NVIDIA. At best it could have been a better performing mid-range solution than the lower-complexity Radeon 9000 (RV250, see below), but it would also have cost more to produce and would have been poorly suited to the Radeon 9000's dual laptop/desktop roles due to die size and power draw. Notably, overclockers found that Radeon 8500 and Radeon 9000 could not reliably overclock to 300 MHz without additional voltage, so undoubtedly R250 would have had similar issues because of its greater complexity and equivalent manufacturing technology, and this would have resulted in poor chip yields, and thus, higher costs.[8][9]

ATI, perhaps mindful of what had happened to3dfx when they took focus off their "Rampage" processor, abandoned the R250 refresh in favor of finishing off their next-generationDirectX 9.0 card which was released as the Radeon 9700. This proved to be a wise move, as it enabled ATI to take the lead in development for the first time instead of trailing NVIDIA. The new Radeon 9700 flagship, with its next-generation architecture giving it unprecedented features and performance, would have been superior to any R250 refresh, and it easily took the performance crown from the Ti4600.

Radeon 9000

[edit]

TheRadeon 9000 (RV250) was launched alongside theRadeon 9700. This chip was a significant redesign of Radeon 8500 (R200) to reduce production cost and power consumption, as its low power usage made it suitable for mobile applications. Among hardware removed is one of the twotexture units, the "TruForm" function, Hierarchical-Z, the DirectX 7 TCL unit and one of the two vertex shaders.

In games, the Radeon 9000 performs similarly to theGeForce4 MX 440 (NV17). Its main advantage over the MX 440 was that it had a fullDirectX 8.1 vertex and pixel shader implementation. The 9000 succeeded theRadeon 7500 (RV200) in the mainstream market segment, with the latter being moved to the budget segment. While the 9000 was not quite as fast as the 8500LE (R200) or the Nvidia GeForce3 Ti200 (NV20), the 8500LE and Ti200 were to be discontinued, though the 8500LE was reintroduced in late 2002 as the 9100 due to strong market demand.

Radeon 9200

[edit]
ATI Mobility Radeon 9200

A later revision of the 9000 was theRadeon 9200 (RV280) released April 16, 2003,[10] which aside from supportingAGP 8X, was identical. There was also a cheaper version, the9200SE, which had a 20% lower clock speed and only had a 64-bitmemory bus. Another board, called theRadeon 9250 was launched in July 2004, being simply a slightly lower-clocked RV280.

Laptop versions

[edit]

Derived from the desktop Radeon 9000, theMobility Radeon 9000 was launched in early summer 2002, succeeding theMobility Radeon 7500 as ATI's flagship mobile GPU. The Mobility Radeon 9000 was the first DirectX 8 compliant GPU for notebook applications. It outperformed the nVidiaGeForce 2 Go and was more feature-rich than theGeForce 4 Go, based on the GeForce 2 MX (NV11) and GeForce 4 MX (NV17), respectively, both of which were only DirectX 7 compliant. The Mobility Radeon 9000 shipped in laptops within seven days of ATI's announcement.[11][12] Nvidia's response was the GeForce4 4200 Go (NV28M), launched in late 2002, featuring the same feature-set and similar performance compared to the desktop GeForce 4 Ti4200 (NV28), so it was DirectX 8 compliant while being significantly faster than the Mobility Radeon 9000. However, the GeForce4 4200 Go, aside from a reduced clock speed, had thermal output similar to its desktop counterpart, and also lacked power-saving circuitry like the MX-based GeForce4 4x0 Go series or the Mobility Radeon 9000, making the 4200 Go unpopular with laptop OEMs.[13][14]

AMobility Radeon 9200 later followed as well, derived from the desktop 9200. TheMobility Radeon 9200 was also used in many Apple laptops, including the Apple iBook G4.[15]

Models

[edit]
Main article:Comparison of ATI Graphics Processing Units
  • All models are manufactured with a 150 nm fabrication process
ModelLaunch
Code name
Bus interface
Core clock (MHz)
Memory clock (MHz)
Core config1
FillrateMemory
Performance (FLOPS)
TDP (Watts)
MOperations/s
MPixels/s
MTexels/s
MVertices/s
Size (MiB)
Bandwidth (GB/s)
Bus type
Bus width (bit)
Radeon 8500August 14, 2001R200 (chaplin)AGP 4×, PCI2752754:2:8:4110011002200137.564, 1288.8DDR128?33
Radeon 8500 LEOctober 30, 2001250200

250

1000100020001258??
Radeon 9000August 1, 2002RV250 (iris)2004:1:4:41000506.4??
Radeon 9000 Pro27527511001100110068.758.8??
Radeon 9100April 1, 2003R200 (chaplin)250200

250

4:2:8:41000100020001258.0

4.0

128

64

??
Radeon 9200RV280 (argus)AGP 8×, PCI2004:1:4:4100062.564, 128, 2566.4128??
Radeon 9200 SEMarch 1, 2003200166800800800502.6764??
Radeon 9250March 1, 2004240200960960960603.2, 6.464, 128??
Radeon 9250 SE2004AGP 8x64??

1Pixel shaders :Vertex shaders :Texture mapping units :Render output units

IGP (9000 series)

[edit]
  • All models are manufactured with a 150 nm fabrication process
  • Based on the Radeon 9200
ModelLaunch
Code name
Bus interface
Core clock (MHz)
Memory clock (MHz)
Core config1
FillrateMemory
MOperations/s
MPixels/s
MTexels/s
MVertices/s
Size (MiB)
Bandwidth (GB/s)
Bus type
Bus width (bit)
Radeon 90002003RC350FSB3004004:1:2:26006006007516 - 1283.2DDR64
Radeon 9100RS300 (superman)6.4128
Radeon 9100 ProMay 3, 2004RS350

1Pixel shaders :Vertex shaders :Texture mapping units :Render output units

Mobility Radeon series

[edit]

These GPUs are either integrated into the mainboard or occupy aMobile PCI Express Module (MXM).

ModelLaunch
Model number
Code name
Fab (nm)
Core clock (MHz)
Memory clock (MHz)
Core config1
FillrateMemoryAPI compliance (version)
Notes
Pixel (GP/s)
Texture (GT/s)
Size (MB)
Bandwidth (GB/s)
Bus type
Bus width (bit)
Mobility Radeon 9000Aug 2002M9RV250150AGP 4×2002501:4:4:41.032
64
3.2
6.4
DDR64
128
1.08.11.4PowerPlay 3.0, Fullstream
Mobility Radeon 9200Mar 2003M9+RV280AGP 8×250/250200/2203.2/3.52
6.4/7.04

1Vertex shaders :Pixel shaders :Texture mapping units :Render output units.

Drivers

[edit]

Unix-related operating systems

[edit]

Theopen source drivers fromX.org/Mesa support almost all features provided by the R200 hardware.[16] They are shipped by default on mostBSDs andLinux systems. Newer ATI Catalyst drivers do not offer support for any R500 or older architecture product.

The PowerPC-basedMac mini andiBook G4, which run onMac OS X, were supplied with Radeon 9200 GPUs; the finalPower Mac G4 "Mirrored Drive Door" systems had the 9000 and 9000 Pro cards available as aBTO option.

Windows drivers

[edit]

This series of Radeon graphics cards is supported by AMD underMicrosoft Windows operating systems includingWindows XP (exceptx64),Windows 2000,Windows Me, andWindows 98. Other operating systems may have support in the form of a generic driver that lacks complete support for the hardware. Driver development for the R200 line ended with the Catalyst 6.11 drivers for Windows XP.

Classic Mac OS

[edit]

The Radeon 9250 was the final ATI card to officially supportMac OS 9.

AmigaOS

[edit]

The R200 series of Radeon graphics cards is supported by theAmiga operating system, Release 4 and higher. 2D graphics are fully supported by all cards in the family, with 3D acceleration support for the 9000, 9200, and 9250-series of cards.

MorphOS

[edit]

The R200 series of Radeon graphics cards is supported byMorphOS

See also

[edit]

References

[edit]
  1. ^"How ATI's drivers 'optimize' Quake III".The Tech Report. Retrieved2018-09-13.
  2. ^Bennett, Kyle.Optimizing or Cheating Radeon 8500 Drivers, Hard OCP, October 23, 2001.
  3. ^"Final Words - ATI's Best: All-in-Wonder Radeon 8500 128MB & TV/Capture Card Roundup". Archived fromthe original on April 21, 2022.
  4. ^"ATi Radeon 8500 LELE".PROHARDVER!. 27 December 2001.
  5. ^"ATI introduces "new" Radeon 9100".The Tech Report. 2002-12-06. Retrieved2019-11-09.
  6. ^Labs, iXBT."iXBT Labs Review - Sapphire Atlantis RADEON X800 XT, Sapphire Atlantis RADEON 9550 128bit Sapphire Atlantis RADEON 9250 128bit Sapphire Atlantis RADEON 9250 64bit".iXBT Labs. Retrieved2018-03-15.
  7. ^"ATi Radeon 8500 LELE".prohardver.hu. 27 December 2001.
  8. ^Gavrichenkov, Ilya (January 13, 2002)."ATI Radeon 8500 Extreme Overclocking Experience".Articles: Graphics. X-bit labs LLC. Archived fromthe original on 2013-09-21. RetrievedSeptember 20, 2013.
  9. ^"Pencil Trick For The ATI Radeon 8500". www.pcstats.com. RetrievedSeptember 20, 2013.
  10. ^"ATI Radeon 9200 compare".CNET: Reviews: Graphic Cards. CBS Interactive Inc. RetrievedSeptember 20, 2013.
  11. ^Witheiler, Matthew (November 14, 2002)."Nvidia GeForce4 4200 Go: Bringing mobile gaming to new heights". AnandTech. Archived fromthe original on July 8, 2004. RetrievedJune 14, 2008.
  12. ^"GeForce4 Go". Nvidia.com. RetrievedMay 15, 2007.
  13. ^Witheiler, Matthew (November 14, 2002)."Nvidia GeForce4 4200 Go: Bringing mobile gaming to new heights". AnandTech. Archived fromthe original on July 8, 2004. RetrievedJune 14, 2008.
  14. ^"GeForce4 Go". Nvidia.com. RetrievedMay 15, 2007.
  15. ^Rizzo, John."Apple G4 iBook series review: Apple G4 iBook series".CNET. Retrieved2024-07-28.
  16. ^"Radeon Feature".xorg. X.Org Foundation. RetrievedSeptember 20, 2013.

Sources

[edit]

External links

[edit]
AMD graphics
Fixed pipeline
Vertex and fragment shaders
Unified shaders
TeraScale
Unified shaders &memory
GCN
RDNA
Current technologies and software
Audio/video acceleration
GPU technologies
Software
Current
Obsolete
Other brands and products
Workstations
&supercomputers
Current
Obsolete
Consoles
&handheld PCs
Retrieved from "https://en.wikipedia.org/w/index.php?title=Radeon_R200_series&oldid=1304464129"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp