Announcement

Collapse
No announcement yet.

Few Lines Of Code Increases Intel's Vulkan Driver Draw Throughput By 60%+

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

  • #21
    Originally posted by Steffo View Post
    NVIDIA has open sourced their driver.
    They have not. the have now a part of the kernel driver open but the important stuff moved to the firmware blob that runs on the cpu core on the gpu. the userpace is still closed too. its now just easier so ship a system with nvidia hardware without tainting the kernel and do a GLP violation.

    Originally posted by ryao View Post

    They plan to put the driver on Linus’ tree. It is not ready for a pull request yet. Anyway, this is exactly what Linus Torvalds etcetera wanted.
    The only chance that it get merged is that it get open userspace too. And the make it clear that they don't accept IO controls that are not used by the open userspace too. Its the same why you get for ARM GPUs most of the time only Mode settings support in the kernel.​
    Last edited by Nille; 18 September 2022, 04:50 AM.

    Comment


    • #22
      Originally posted by Steffo View Post

      NVIDIA has open sourced their driver.
      NVIDIA open sourced almost anything. They didn't open source any user space driver and they moved most of their kernel space driver into their proprietary firmware.
      ## VGA ##
      AMD: X1950XTX, HD3870, HD5870
      Intel: GMA45, HD3000 (Core i5 2500K)

      Comment


      • #23
        Originally posted by ryao View Post
        They plan to put the driver on Linus’ tree. It is not ready for a pull request yet. Anyway, this is exactly what Linus Torvalds etcetera wanted. People complaining about it seem to have forgotten why they were complaining.
        The joke is this: it will NEVER be Ready... and the reason for this is technical.

        the technical reason is this: A Stable Firmware ABI does not exist in the world of big bigger the biggest firmware...

        AMD did it with "small" firmware all the bigger parts are opensource in the driver and only a small firmware is closed source

        nvidia did go the big-firmware route and the open source driver is nothing more than a gateway to the RISC-V cpu inside of the Nviida GPU...

        people argue that you have stable driver ABIs in windows because of this Nvidias plan to make stable firmware ABI will work but in linux a stable ABI does not exist and also does not work.

        its a fake opensource driver it acts like a opensource driver but it isn't... Its a "Gateway to Hell" driver illusion establish a Stable ABI by a backdoor.

        100% INCOMPATIBLE WITH THE LINUX WORLD.
        Phantom circuit Sequence Reducer Dyslexia

        Comment


        • #24
          The anv code is now merged in mesa git.

          Comment

          Working...
          X