The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (Linux)
File Line Function
/showthread.php 795 errorHandler->error





Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Good news for Ivy bridge Users swizzle vulkan support.
05-30-2018, 10:14 AM
Post: #1
Good news for Ivy bridge Users swizzle vulkan support.
If you have an Intel Ivy bridge GPU and use Vulkan you will have verified that you have problems in some games where the color palette is reversed that is due to the lack implemented of Swizzle support for this generation of GPU

there is already a solution for that and apparently it works thanks to Ville Syrjala intel developer.

You can test it compile from branch https://github.com/vsyrjala/mesa/tree/an...ex_swizzle

There a custom script for autocompile from autogen.sh file

Code:
./autogen.sh --prefix=/usr \
               --sysconfdir=/etc \
               --with-dri-driverdir=/usr/lib/xorg/modules/dri \
               --with-dri-drivers=i965 \
               --with-egl-platforms=x11,drm,wayland \
               --with-clang-libdir=/usr/lib \
               --with-sha1=libnettle \
               --enable-texture-float \
               --enable-dri3 \
               --enable-osmesa \
               --enable-xa \
               --enable-gbm \
               --enable-nine \
               --enable-xvmc \
               --enable-vdpau \
               --enable-omx-bellagio \
               --enable-va \
               --enable-glx-tls \
               --with-vulkan-drivers=intel

Before or if you not using the branch Vsyrjala for now

[Image: 2drb0n9.png]

Swizzle working
[Image: 260tusn.png]

This will be not final implementation they said there is a much better way of implementing this in the backend so this won't be the final version.

Regards,
Mrc.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Good news for Ivy bridge Users swizzle vulkan support. - MaXiMu - 05-30-2018 10:14 AM

Forum Jump: