Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×
Programming Hardware IT Technology

AMD Releases 3D Programming Documentation 94

Michael Larabel writes "With the Free Open Source Developers' European Meeting (FOSDEM) starting today, where John Bridgman of AMD will be addressing the X.Org developers, AMD has this morning released their 3D programming documentation. This information covers not only the recent R500 series, but goes back in detail to the R300/400 series. This is another one of AMD's open source documentation offerings, which they had started doing at the X Developer Summit 2007 with releasing 900 pages of basic documentation. Phoronix has a detailed analysis of what is being offered with today's information as well as information on sample code being released soon. This information will allow open source 3D/OpenGL work to get underway with ATI's newer graphics cards."
This discussion has been archived. No new comments can be posted.

AMD Releases 3D Programming Documentation

Comments Filter:
  • by Anonymous Coward on Saturday February 23, 2008 @09:32PM (#22531166)
    The R500 cards only have crossfire via the external cable.
  • by TravisWatkins ( 746905 ) on Saturday February 23, 2008 @10:18PM (#22531480) Homepage
    The previous releases covered initializing the card, mode setting, 2D output, etc. That's a lot of stuff to cover. These docs are basically just on how to setup the 3D engine and feed it shaders.
  • Re:Way to go AMD (Score:2, Informative)

    by X0563511 ( 793323 ) on Saturday February 23, 2008 @11:48PM (#22532050) Homepage Journal
    Gamers are not the only ones who like 3D acceleration.

    Quickly and off the top of my head, here are two big ones:
    1. Compiz/Fusion and the like is gaining popularity.
    2. Some applications NEED good 3D or they crawl. See Blender for instance.

    Of these, I would say gaming would be the least demanding - at least if my assumption that "stable is harder than fast" is correct.
  • Re:Makes me ask (Score:2, Informative)

    by hr.wien ( 986516 ) on Sunday February 24, 2008 @01:18AM (#22532540)
    fglrx has seen massive improvement lately. It is supposed to be mostly in sync with the Windows Catalyst drivers these days. It's still a bit off perfect of course, but a lot better than it was.
  • Re:Way to go AMD (Score:2, Informative)

    by Alcoholic Synonymous ( 990318 ) on Sunday February 24, 2008 @04:09AM (#22533324)

    "These are good days for Linux."

    These are good days for Xorg, which isn't Linux. Everyone running X will benefit, not just Linux. Linux isn't the only non-Windows platform.

  • Still... (Score:3, Informative)

    by Junta ( 36770 ) on Sunday February 24, 2008 @11:34AM (#22535152)
    Comparing my R500 part with fglrx with an R300 part with the open source driver:
    -With fglrx kernel module loaded, my laptop has not been able to suspend ever (using Ubuntu Gutsy)
    -I have to do a goofy Virtual 1408x1050 resolution with fglrx to make 3D applications not look horribly corrupted. This is weird, but as long as I don't xrandr over to it, it's not a big deal, however..
    -After doing above trick, fglrx shows corruption in lower right hand corner and hardware cursor if trying to do 3D apps at 1400x150 (native resolution). Have to run at 1280x960 to prevent that corruption.
    -All acceleration (3D and 2D) has a horrible diagonal tearing effect.

    The *ONLY* net improvement in the interval you deem 'massive' improvement is in the frames per second area. Though important, the top priority should be reliability.

    Meanwhile, though much slower, the open source driver on the R300 part behaves quite in line with what I expect. I look *very* much forward to what the open source initiative ultimately yields. If AMD can cram the fglrx performance into binary blobs that leverage the open source layers for everything they get right, I would be ecstatic.
  • Re:Yeeha!!!! (Score:2, Informative)

    by Ryan Mallon ( 689481 ) on Sunday February 24, 2008 @09:22PM (#22540506)

    The internal kernel API's are subject to change. Functions within the kernel for dealing with lists, interrupts, devices drivers etc, can and have changed many times in the past. The API (ie syscall interface) which is exposed to userspace is very stable, and in many cases pre-dates Linux itself.

    Typically userspace application developers do not need to worry about changes to the kernel, since the userspace APIs are mostly stable. Drivers within the kernel usually do not need to worry either, since changes which break in kernel code are generally not accepted. The only people the unstable kernel API really affects is those maintaining out of kernel drivers (whether they are binary or source).

Ya'll hear about the geometer who went to the beach to catch some rays and became a tangent ?

Working...