Announcement

Collapse
No announcement yet.

SVGA Gallium3D Now Exposes OpenGL 4.1 Support

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

  • SVGA Gallium3D Now Exposes OpenGL 4.1 Support

    Phoronix: SVGA Gallium3D Now Exposes OpenGL 4.1 Support

    Following VMware making the VMWGFX kernel changes for supporting OpenGL 4.x, the SVGA Gallium3D driver is now exposing OpenGL 4.1 in compatibility profile contexts for this open-source graphics driver used as part of the VMware virtualization stack...

    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 heard that there was interest in implementing Vulkan support for Linux guests. I wondered if there has been any update on that.

    Comment


    • #3
      guess they should also relax their 80 column limit a bit:

      - const unsigned unit = svga->state.hw_draw.fs->pstipple_sampler_unit;
      + const unsigned unit =
      + svga_fs_variant(svga->state.hw_draw.fs)->pstipple_sampler_unit;

      Comment


      • #4
        Wondering about the status of Direct3D 11 support for Windows guests.

        Edit:

        https://blogs.vmware.com/teamfusion/...on-tp20h2.html

        DirectX 11 support in Workstation is in tech preview!
        Last edited by Xaero_Vincent; 05 June 2020, 02:45 PM.

        Comment


        • #5
          Originally posted by rene View Post
          guess they should also relax their 80 column limit a bit:

          - const unsigned unit = svga->state.hw_draw.fs->pstipple_sampler_unit;
          + const unsigned unit =
          + svga_fs_variant(svga->state.hw_draw.fs)->pstipple_sampler_unit;
          coding like it's 1989

          Comment

          Working...
          X