Announcement

Collapse
No announcement yet.

ati open source drivers, which is best?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #11
    It's not really "Gallium vs Mesa", it's "Mesa over Gallium vs Mesa over the existing driver model". Mesa is still the actual 3D driver; Gallium just plugs into Mesa and encapsulates the HW-specific code. You can also write other drivers which directly use the Gallium API. Gallium basically defines a low-level API (at the TGSI level) which you can build other drivers on -- since Mesa already existed it wasn't "built on Gallium" as much as Gallium is being "built into Mesa".

    Eventually I imagine that Gallium-based Mesa will outperform the current driver model, if only because that's where all the ongoing development is going to be done. I don't think we are there yet though.

    re: Wine, I don't know. There were some design assumptions made in Wine which seem to have been based on the internals of the NVidia driver (specifically the memory management) but I think those dependencies are going away over time.
    Last edited by bridgman; 24 October 2008, 01:24 PM.
    Test signature

    Comment


    • #12
      If I want to track and feedback on the current mesa/radeonhd (radeon?) drivers, what git/svn/cvs trees should I be tracking? What mailing lists should I subscribe & read?

      I really look forward to opensource drivers supporting my 790GX MB (R6xx family).

      Thanks

      Comment


      • #13
        the xorg/driver/xf86-video-ati and xorg/driver/xf86-video-radeonhd trees, and mesa/drm.

        You can look at the trees all you want, there is NO acceleration support or anything in those trees. The interesting R600/R700 work is all in private non-accessible repos until the legalese gets cleared.

        Comment

        Working...
        X