Announcement

Collapse
No announcement yet.

Radeon R600g Finally Catching Up With OpenGL 4

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

  • Radeon R600g Finally Catching Up With OpenGL 4

    Phoronix: Radeon R600g Finally Catching Up With OpenGL 4

    Landing tonight within Mesa Git master is ARB_gpu_shader5 support in the Radeon R600g driver...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    I guess we need fp64 emulation for hardware that doesn't supports it.

    Comment


    • #3
      Originally posted by RussianNeuroMancer View Post
      I guess we need fp64 emulation for hardware that doesn't supports it.
      I guess that is not top priority as people could just fake it in hope some app will not used it of course... but even if it does and it is already emulated, it will be probably so slow to made any sense

      Comment


      • #4
        Can someone tell me where to find the Documents for Barts?

        Comment


        • #5
          Originally posted by SvenK View Post
          Can someone tell me where to find the Documents for Barts?
          Here are some links:



          For Barts i think you should read Evergreen docs mostly.

          Comment


          • #6
            Originally posted by dungeon View Post
            I guess that is not top priority as people could just fake it in hope some app will not used it of course... but even if it does and it is already emulated, it will be probably so slow to made any sense
            Then no out-of-the-box support for latest ports (that require OGL4.0+) by r600g driver.

            Comment


            • #7
              David Airlie already stated that for fp64 to be supported on other Evergreen cards there needs to be a "softfloat" implementation
              that uses unsigned 32bit integers to fake fp64

              Comment


              • #8
                Originally posted by RussianNeuroMancer View Post
                Then no out-of-the-box support for latest ports (that require OGL4.0+) by r600g driver.
                Well, no. Some GPUs with the r600g driver would support it. Just not all of them.

                Most of the high end cards (at their time of release) have native support. The lower and medium end cards do not.

                I have a strong suspicion those cards would struggle to be playable with any port requiring GL4 features anyway. So far they've tended to be rather inefficient ports compared to the original DX games, and I think the porters are assuming you have more modern hardware with extra speed to spare.

                Regardless, I think it might make sense to just have the driver expose GL4 support even without softfloat, because I simply don't think that there are any apps out there that actually use fp64 in OpenGL.

                It would be lying to the app, of course, but such things have been done before in the name of expediency. Such as r300 hardware exposing GL2 even though it doesn't support npot textures. Or software drivers exposing GL3 without MSAA support.
                Last edited by smitty3268; 13 October 2015, 02:37 AM.

                Comment


                • #9
                  Originally posted by RussianNeuroMancer View Post
                  Then no out-of-the-box support for latest ports (that require OGL4.0+) by r600g driver.
                  So what you think is the best, when hardware does not have support... to me that is about it . You can only fake it, one way or another .

                  Comment


                  • #10
                    The driver should not lie about supported features by default. Instead, there should be an option to manually do this by setting an environment variable.

                    Comment

                    Working...
                    X