Announcement

Collapse
No announcement yet.

Gallium3D's LLVMpipe Tacks On Another OpenGL 4 Extension

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

  • Gallium3D's LLVMpipe Tacks On Another OpenGL 4 Extension

    Phoronix: Gallium3D's LLVMpipe Tacks On Another OpenGL 4 Extension

    Most often when talking of new OpenGL 4 extensions in Mesa it tends to be regarding the Intel Mesa driver given they're the company investing the most into the Linux graphics stack, followed by the Radeon and Noveau drivers. However, this week in Mesa is some love to the fallback/debugging software rasterizers...

    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
    Hmm, makes me wonder if we won't actually jump right to GL 4.5 or so, with the way things are going. Straight to 4.2 is a given, but then 4.3 has only four extensions on which nobody is working, 4.4 has two, 4.5 has another four.

    Comment


    • #3
      Originally posted by GreatEmerald View Post
      Hmm, makes me wonder if we won't actually jump right to GL 4.5 or so, with the way things are going. Straight to 4.2 is a given, but then 4.3 has only four extensions on which nobody is working, 4.4 has two, 4.5 has another four.
      http://cgit.freedesktop.org/mesa/mesa/tree/docs/GL3.txt
      Can't find the branch, but...
      I guess writing piglit tests takes much time.

      From: Kevin Rogovin <[email protected]>

      Mark GL_ARB_framebuffer_no_ attachments as done for i965.

      ---
      docs/GL3.txt | 2 +-
      docs/relnotes/10.6.0.html | 1 +
      2 files changed, 2 insertions(+), 1 deletion(-)

      diff --git a/docs/GL3.txt b/docs/GL3.txt
      index 172fd3c..cf3b5a2 100644

      Comment


      • #4
        Originally posted by GreatEmerald View Post
        Hmm, makes me wonder if we won't actually jump right to GL 4.5 or so, with the way things are going. Straight to 4.2 is a given, but then 4.3 has only four extensions on which nobody is working, 4.4 has two, 4.5 has another four.
        http://cgit.freedesktop.org/mesa/mesa/tree/docs/GL3.txt
        That also....

        docs/GL3.txt | 2 +-
        1 file changed, 1 insertion(+), 1 deletion(-)

        diff --git a/docs/GL3.txt b/docs/GL3.txt
        index 5a15bc5..52adcc5 100644
        --- a/docs/GL3.txt
        +++ b/docs/GL3.txt
        @@ -164,7 +164,7 @@ GL 4.3, GLSL 4.30:
        GL_ARB_program_interface_query DONE (all drivers)
        GL_ARB_robust_buffer_access_ behavior not started
        GL_ARB_shader_image_size in progress (Martin Peres)
        - GL_ARB_shader_storage_buffer_object not started
        + GL_ARB_shader_storage_buffer_object DONE (i965)
        GL_ARB_stencil_texturing DONE (i965/gen8+, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe)
        GL_ARB_texture_buffer_range DONE (nv50, nvc0, i965, r600, radeonsi, llvmpipe)
        GL_ARB_texture_query_levels DONE (all drivers that support GLSL 1.30)

        Comment


        • #5
          Nice, that'll leave 2 + 2 + 4.

          Comment

          Working...
          X