Announcement

Collapse
No announcement yet.

A New Acceleration Architecture For X

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

  • #11
    EXA actually works quite well when it's done properly. I'm not sure what benefits UXA really intends to offer.

    It's good to keep some perspective about this: this doesn't suddenly make EXA worthless. EXA is still a good architecture and, for example, on radeon (up through r500), it provides very fast 2d. I'd like to see what benefits can be had from UXA. They'd have to be pretty darn good to justify replacing EXA in a bunch of drivers that already have it.

    I keep wondering when we'll move to a unified 2d/3d stack, in other words, when 2d API is just a subset of the 3d API.

    Comment


    • #12
      It's probably worth reading Keith's blog before getting too upset here. UXA is a prototype Keith is putting together to try to figure out the best way to integrate EXA acceleration with a GEM-style memory manager *and* make it interoperate cleanly with a compositor. Once it is done I think you will see discussion about whether the changes can be pushed back into EXA or whether a new interface is needed.

      http://keithp.com/blogs/UMA_Acceleration_Architecture/

      It is probably worth noticing that the drawing API is the same as EXA, it's only the bottom end of the code that is being gutted and re-written to work with the new memory manager.
      Last edited by bridgman; 06 August 2008, 04:17 PM.
      Test signature

      Comment


      • #13
        Originally posted by TechMage89 View Post
        I keep wondering when we'll move to a unified 2d/3d stack, in other words, when 2d API is just a subset of the 3d API.
        I wonder if this is already the case with nvidia...There is a known problem with 2d on 8/9 series cards and the fact that these have far less dedicated 2d hardware causes the slowness which is less drastic under previous generations. The problem could be due to poor mapping of 2d calls to the gpu itself...

        Unfortunately nvidia is not an open driver and we will never know for sure. What gets to me is just that all these acceleration architectures are a series of false starts which end up (sort of) deprecated before they go anywhere.

        -Exa has been around for ages and only recently intel got it performing well.
        -Where is glucose? or xorg 7.4 for that matter? .
        -Is gallium going to survive long enough to reach critical mass? or are they just going to junk it just as drivers start to use it?

        Comment


        • #14
          Originally posted by _txf_ View Post
          -Exa has been around for ages and only recently intel got it performing well.
          EXA ist just an API an can be implemented using the 3D engine. And the recent chnages that speeded up EXA were not in the intel driver, but in the xserver - thats why radeon flys now with EXA too.

          So can we stop whining now and accept that building a proper acceleration architecture takes time...

          Comment


          • #15
            Keith's blogs are always a bit over my head, but I gather that the purpose of UXA is to solve some of the interface issues between the 2d and 3d ends of the driver to help GLX_EXT_texture_from_pixmap work better and enable GEM to handle allocation for 2d.

            In that case, it's not really a new acceleration architecture at all, but just a refactoring of some of the backend assumptions in EXA? Is that about right?

            Comment


            • #16
              Exactly. I bet Keith is already regretting giving it a name
              Test signature

              Comment


              • #17
                Originally posted by madman2k View Post
                EXA ist just an API an can be implemented using the 3D engine. And the recent chnages that speeded up EXA were not in the intel driver, but in the xserver - thats why radeon flys now with EXA too.
                EXA also works great on my 6800gt with nouveau. Compositing is so much faster than with the blob!

                Comment


                • #18
                  So to recap,

                  NVidia bypasses X, Intel rewrites X, and AMD has good hardware.

                  Comment


                  • #19
                    Yeah, basically

                    People complain about ATI's drivers a lot, but they're the only ones that actually follow standards. Intel rewrites them constantly, and Nvidia ignores them completely. I wish the devs could finally make some decisions and implement stuff.

                    Comment


                    • #20
                      Originally posted by TechMage89 View Post
                      Yeah, basically

                      People complain about ATI's drivers a lot, but they're the only ones that actually follow standards. Intel rewrites them constantly, and Nvidia ignores them completely. I wish the devs could finally make some decisions and implement stuff.
                      The problem then seems that the standards don't always seem to work, that's why Intel keeps re-writing them and nvidia keeps ignoring them .

                      Comment

                      Working...
                      X