[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][xorg-team/lib/mesa][ubuntu+1] add the new patch



Title: GitLab

Timo Aaltonen pushed to branch ubuntu+1 at X Strike Force / lib / mesa

Commits:

1 changed file:

Changes:

  • debian/patches/dont-enable-10bpc-by-default.diff
    1
    +--- a/src/gallium/auxiliary/pipe-loader/driinfo_gallium.h
    
    2
    ++++ b/src/gallium/auxiliary/pipe-loader/driinfo_gallium.h
    
    3
    +@@ -32,5 +32,5 @@ DRI_CONF_SECTION_END
    
    4
    + DRI_CONF_SECTION_MISCELLANEOUS
    
    5
    +    DRI_CONF_ALWAYS_HAVE_DEPTH_BUFFER("false")
    
    6
    +    DRI_CONF_GLSL_ZERO_INIT("false")
    
    7
    +-   DRI_CONF_ALLOW_RGB10_CONFIGS("true")
    
    8
    ++   DRI_CONF_ALLOW_RGB10_CONFIGS("false")
    
    9
    + DRI_CONF_SECTION_END


  • Reply to: