HOME

TheInfoList



OR:

The R200 is the second generation of GPUs used in
Radeon Radeon () is a brand of computer products, including graphics processing units, random-access memory, RAM disk software, and solid-state drives, produced by Radeon Technologies Group, a division of AMD. The brand was launched in 2000 by ATI Tech ...
graphics cards and developed by
ATI Technologies ATI Technologies Inc. was a Canadian semiconductor industry, semiconductor technology corporation based in Markham, Ontario, that specialized in the development of graphics processing units and chipsets. Founded in 1985, the company listed pub ...
. This GPU features
3D acceleration 3D, 3-D, 3d, or Three D may refer to: Science, technology, and mathematics * A three-dimensional space in mathematics Relating to three-dimensionality * 3D computer graphics, computer graphics that use a three-dimensional representation of geo ...
based upon Microsoft Direct3D 8.1 and OpenGL 1.3, a major improvement in features and performance compared to the preceding
Radeon R100 The Radeon R100 is the first generation of Radeon graphics chips from ATI Technologies. The line features 3D acceleration based upon Direct3D 7.0 and OpenGL 1.3, and all but the entry-level versions offloading host geometry calculations to ...
design (Radeon 7000/7200/7500). The GPU also includes 2D GUI acceleration,
video Video is an Electronics, electronic medium for the recording, copying, playback, broadcasting, and display of moving picture, moving image, visual Media (communication), media. Video was first developed for mechanical television systems, whi ...
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

R200's 3D hardware consists of 4 pixel pipelines, each with 2 texture sampling units. It has 2 vertex shader units and a legacy Direct3D 7
TCL TCL or Tcl or TCLs may refer to: Business * TCL Technology, a Chinese consumer electronics and appliance company ** TCL Electronics, a subsidiary of TCL Technology * Texas Collegiate League, a collegiate baseball league * Trade Centre Limited ...
unit, marketed as ''Charisma Engine II''. It is ATI's first GPU with programmable pixel and vertex processors, called ''Pixel Tapestry II'' and compliant with Direct3D 8.1. R200 has advanced memory bandwidth saving and overdraw reduction hardware called ''HyperZ II'' that consists of occlusion culling (hierarchical Z), fast z-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 hardware
deinterlacing Deinterlacing is the process of converting interlaced video into a non-interlaced or Progressive scan, progressive form. Interlaced video signals are commonly found in analog television, VHS, Laserdisc, digital television (HDTV) when in the 1080 ...
, temporal filtering,
motion compensation Motion compensation in computing is an algorithmic technique used to predict a frame in a video given the previous and/or future frames by accounting for motion of the camera and/or objects in the video. It is employed in the encoding of video ...
, and
iDCT A discrete cosine transform (DCT) expresses a finite sequence of data points in terms of a sum of cosine functions oscillating at different frequencies. The DCT, first proposed by Nasir Ahmed in 1972, is a widely used transformation technique in ...
. R200 introduced
pixel shader In computer graphics, a shader is a computer program that calculates the appropriate levels of light, darkness, and color during the rendering of a 3D scene—a process known as '' shading''. Shaders have evolved to perform a variety of s ...
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. For
anisotropic filtering In 3D computer graphics, anisotropic filtering (AF) is a technique that improves the appearance of Texture filtering, textures, especially on surfaces viewed at sharp Viewing angle, angles. It helps make textures look sharper and more detailed ...
, Radeon 8500 uses a technique similar to that used in R100, but improved with
trilinear filtering Trilinear filtering is an extension of the bilinear texture filtering method, which also performs linear interpolation between mipmaps. Bilinear filtering has several weaknesses that make it an unattractive choice in many cases: using it on a ...
and some other refinements. However, it is still highly angle-dependent and the driver sometimes forces
bilinear filtering In mathematics, bilinear interpolation is a method for interpolating functions of two variables (e.g., ''x'' and ''y'') using repeated linear interpolation. It is usually applied to functions sampled on a 2D rectilinear grid, though it can be ge ...
for speed. NVIDIA's GeForce4 Ti series offered a more accurate anisotropic implementation, but with a greater performance impact. R200 has ATI's first implementation of a hardware-accelerated
tessellation A tessellation or tiling is the covering of a surface, often a plane, using one or more geometric shapes, called ''tiles'', with no overlaps and no gaps. In mathematics, tessellation can be generalized to higher dimensions and a variety ...
engine (a.k.a. higher order surfaces), called Truform, 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.


Performance

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's
anti-aliasing Anti-aliasing may refer to any of a number of techniques to combat the problems of aliasing in a sampled signal such as a digital image or digital audio recording. Specific topics in anti-aliasing include: * Anti-aliasing filter, a filter used b ...
support was only functional in Direct3D and was very slow. To dampen excitement for 8500, competitor
nVidia Nvidia Corporation ( ) is an American multinational corporation and technology company headquartered in Santa Clara, California, and incorporated in Delaware. Founded in 1993 by Jensen Huang (president and CEO), Chris Malachowsky, and Curti ...
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 the GeForce3'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. 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." 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. Though the GeForce3 Ti200 did become the first DirectX 8.0 card to offer 128 MB 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. 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 generation Radeon 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). 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 is
Half-Life 2 ''Half-Life 2'' is a 2004 first-person shooter game developed and published by Valve Corporation. It was published for Windows on Valve's digital distribution service, Steam. Like the original ''Half-Life'' (1998), ''Half-Life 2'' is played ent ...
. Radeon 8500 came with support for TruForm, an early implementation of
Tessellation A tessellation or tiling is the covering of a surface, often a plane, using one or more geometric shapes, called ''tiles'', with no overlaps and no gaps. In mathematics, tessellation can be generalized to higher dimensions and a variety ...
.


Implementations


Radeon 8500/8500 LE/9100

ATI's first R200-based card was the ''Radeon 8500'', launched in October 2001. In December 2001, ATI launched the ''Radeon 8500 LE'' (re-released later as the ''Radeon 9100''), an identical chip with a lower clock speed and slower memory. 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 64 MB
DDR SDRAM Double Data Rate Synchronous Dynamic Random-Access Memory (DDR SDRAM) is a double data rate (DDR) synchronous dynamic random-access memory (SDRAM) class of memory integrated circuits used in computers. DDR SDRAM, also retroactively called DDR ...
configurations; the later 128 MB Radeon 8500 boards received a small performance boost resulting from a memory interleave mode. In November 2001 was the release of the ''All-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 the ''All-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 the
FireWire IEEE 1394 is an interface standard for a serial bus for high-speed communications and isochronous real-time data transfer. It was developed in the late 1980s and early 1990s by Apple in cooperation with a number of companies, primarily Sony a ...
interface.


Radeon 8500 XT (canceled)

An updated chip, the ''Radeon 8500 XT'' (R250) was planned for a mid-2002 release, to compete against the
GeForce4 The GeForce 4 series (codenames below) refers to the fourth generation of Nvidia's GeForce line of graphics processing units (GPUs). There are two different GeForce4 families, the high-performance Ti family (NV25), and the budget MX family (NV17 ...
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. ATI, perhaps mindful of what had happened to
3dfx 3dfx Interactive, Inc. was an American computer hardware company headquartered in San Jose, California, founded in 1994, that specialized in the manufacturing of 3D graphics processing units, and later, video cards. It was a pioneer in the f ...
when they took focus off their "Rampage" processor, abandoned the R250 refresh in favor of finishing off their next-generation DirectX 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

The ''Radeon 9000'' (RV250) was launched alongside the Radeon 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 two texture 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 the
GeForce4 The GeForce 4 series (codenames below) refers to the fourth generation of Nvidia's GeForce line of graphics processing units (GPUs). There are two different GeForce4 families, the high-performance Ti family (NV25), and the budget MX family (NV17 ...
MX 440 (NV17). Its main advantage over the MX 440 was that it had a full
DirectX Microsoft DirectX is a collection of application programming interfaces (APIs) for handling tasks related to multimedia, especially game programming and video, on Microsoft platforms. Originally, the names of these APIs all began with "Direct" ...
8.1 vertex and pixel shader implementation. The 9000 succeeded the
Radeon 7500 The Radeon R100 is the first generation of Radeon graphics chips from ATI Technologies. The line features 3D computer graphics, 3D acceleration based upon Direct3D 7.0 and OpenGL, OpenGL 1.3, and all but the entry-level versions offloading host ...
(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

A later revision of the 9000 was the ''Radeon 9200'' (RV280) released April 16, 2003, which aside from supporting AGP 8X, was identical. There was also a cheaper version, the ''9200SE'', which had a 20% lower clock speed and only had a 64-bit
memory bus In computer architecture, a bus (historically also called a data highway or databus) is a communication system that transfers data between components inside a computer or between computers. It encompasses both hardware (e.g., wires, optica ...
. Another board, called the ''Radeon 9250'' was launched in July 2004, being simply a slightly lower-clocked RV280.


Laptop versions

Derived from the desktop Radeon 9000, the ''Mobility Radeon 9000'' was launched in early summer 2002, succeeding the ''Mobility 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 nVidia GeForce 2 Go and was more feature-rich than the GeForce 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. 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. A ''Mobility Radeon 9200'' later followed as well, derived from the desktop 9200. The ''Mobility Radeon 9200'' was also used in many Apple laptops, including the Apple iBook G4.


Models

* All models are manufactured with a 150 nm fabrication process 1
Pixel shader In computer graphics, a shader is a computer program that calculates the appropriate levels of light, darkness, and color during the rendering of a 3D scene—a process known as '' shading''. Shaders have evolved to perform a variety of s ...
s :
Vertex shader In computer graphics, a shader is a computer program that calculates the appropriate levels of light, darkness, and color during the rendering of a 3D scene—a process known as '' shading''. Shaders have evolved to perform a variety of s ...
s : Texture mapping units : Render output units


IGP (9000 series)

* All models are manufactured with a 150 nm fabrication process * Based on the Radeon 9200 1
Pixel shader In computer graphics, a shader is a computer program that calculates the appropriate levels of light, darkness, and color during the rendering of a 3D scene—a process known as '' shading''. Shaders have evolved to perform a variety of s ...
s :
Vertex shader In computer graphics, a shader is a computer program that calculates the appropriate levels of light, darkness, and color during the rendering of a 3D scene—a process known as '' shading''. Shaders have evolved to perform a variety of s ...
s : Texture mapping units : Render output units


Mobility Radeon series

These GPUs are either integrated into the mainboard or occupy a Mobile PCI Express Module (MXM). 1
Vertex shader In computer graphics, a shader is a computer program that calculates the appropriate levels of light, darkness, and color during the rendering of a 3D scene—a process known as '' shading''. Shaders have evolved to perform a variety of s ...
s :
Pixel shader In computer graphics, a shader is a computer program that calculates the appropriate levels of light, darkness, and color during the rendering of a 3D scene—a process known as '' shading''. Shaders have evolved to perform a variety of s ...
s : Texture mapping units : Render output units.


Drivers


Unix-related operating systems

The
open source Open source is source code that is made freely available for possible modification and redistribution. Products include permission to use and view the source code, design documents, or content of the product. The open source model is a decentrali ...
drivers from X.org/
Mesa A mesa is an isolated, flat-topped elevation, ridge, or hill, bounded from all sides by steep escarpments and standing distinctly above a surrounding plain. Mesas consist of flat-lying soft sedimentary rocks, such as shales, capped by a ...
support almost all features provided by the R200 hardware. They are shipped by default on most BSDs and
Linux Linux ( ) is a family of open source Unix-like operating systems based on the Linux kernel, an kernel (operating system), operating system kernel first released on September 17, 1991, by Linus Torvalds. Linux is typically package manager, pac ...
systems. Newer ATI Catalyst drivers do not offer support for any R500 or older architecture product. The PowerPC-based
Mac mini Mac Mini (stylized as Mac mini) is a small form factor (desktop and motherboard), small form factor desktop computer developed and marketed by Apple Inc. It is one of the company's four current Mac (computer), Mac desktop computers, positioned ...
and
iBook G4 iBook is a line of laptop computers designed, manufactured, and sold by Apple Computer from 1999 to 2006. The line targeted entry-level, consumer and education markets, with lower specifications and prices than the PowerBook, Apple's higher-en ...
, which run on
Mac OS X macOS, previously OS X and originally Mac OS X, is a Unix, Unix-based operating system developed and marketed by Apple Inc., Apple since 2001. It is the current operating system for Apple's Mac (computer), Mac computers. With ...
, were supplied with Radeon 9200 GPUs; the final Power Mac G4 "Mirrored Drive Door" systems had the 9000 and 9000 Pro cards available as a BTO option.


Windows drivers

This series of Radeon graphics cards is supported by AMD under
Microsoft Windows Windows is a Product lining, product line of Proprietary software, proprietary graphical user interface, graphical operating systems developed and marketed by Microsoft. It is grouped into families and subfamilies that cater to particular sec ...
operating systems including
Windows XP Windows XP is a major release of Microsoft's Windows NT operating system. It was released to manufacturing on August 24, 2001, and later to retail on October 25, 2001. It is a direct successor to Windows 2000 for high-end and business users a ...
(except
x64 x86-64 (also known as x64, x86_64, AMD64, and Intel 64) is a 64-bit extension of the x86 instruction set. It was announced in 1999 and first available in the AMD Opteron family in 2003. It introduces two new operating modes: 64-bit mode an ...
),
Windows 2000 Windows 2000 is a major release of the Windows NT operating system developed by Microsoft, targeting the server and business markets. It is the direct successor to Windows NT 4.0, and was Software release life cycle#Release to manufacturing (RT ...
,
Windows Me Windows Me (Millennium Edition) is an operating system developed by Microsoft as part of its Windows 9x family of Microsoft Windows operating systems. It was the successor to Windows 98, and was released to manufacturing on June 19, 2000, and t ...
, and
Windows 98 Windows 98 is a consumer-oriented operating system developed by Microsoft as part of its Windows 9x family of Microsoft Windows operating systems. It was the second operating system in the 9x line, as the successor to Windows 95. It was Software ...
. 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

The Radeon 9250 was the final ATI card to officially support
Mac OS 9 Mac OS 9 is the ninth and final major release of the classic Mac OS operating system for Macintosh computers, made by Apple Computer. Introduced on October 23, 1999, it was promoted by Apple as "The Best Internet Operating System Ever", highlight ...
.


AmigaOS

The R200 series of Radeon graphics cards is supported by the Amiga 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

The R200 series of Radeon graphics cards is supported by
MorphOS MorphOS is an AmigaOS-like operating system designed for Power and PowerPC based computers. The core, based on the Quark microkernel, is proprietary, although several libraries and other parts are open source, such as the Ambient desktop. The p ...


See also

*
ATI Technologies ATI Technologies Inc. was a Canadian semiconductor industry, semiconductor technology corporation based in Markham, Ontario, that specialized in the development of graphics processing units and chipsets. Founded in 1985, the company listed pub ...
* Comparison of ATI Graphics Processing Units *
List of AMD graphics processing units The following is a list that contains general information about Graphics processing unit, GPUs and video cards made by AMD, including those made by ATI Technologies before 2006, based on official specifications in table-form. Field explanation ...


References


Sources


"ATI Radeon 8500 64 MB Review (Part 1)"
by Dave Baumann, Beyond3D.Com, March 29, 2002, retrieved January 14, 2006
"ATI Radeon 8500 64 MB Review (Part 2)"
by Dave Baumann, Beyond3D.Com, April 4, 2002, retrieved January 14, 2006

by Tim Tscheblockov, X-Bit Labs, February 5, 2003, retrieved January 9, 2006
"ATI's Radeon 8500 & 7500: A Preview"
by Anand Lal Shimpi, Anandtech, August 14, 2001, retrieved January 9, 2006
"ATI's Radeon 8500: She's got potential"
by Anand Lal Shimpi, Anandtech, October 17, 2001, retrieved January 9, 2006
"ATI R200 Chip Details"
by Beyond3D, retrieved August 30, 2010
"ATI RV250 Chip Details"
by Beyond3D, retrieved August 30, 2010
"ATI RV280 Chip Details"
by Beyond3D, retrieved August 30, 2010


External links


techPowerUp! GPU Database
{{AMD graphics ATI Technologies products Computer-related introductions in 2001 Graphics cards