From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 99549] pp: Failed to translate a shader
Date: Thu, 26 Jan 2017 13:18:56 +0000
Message-ID:
Bug ID
99549
Summary
pp: Failed to translate a shader
Product
Mesa
Version
git
Hardware
x86-64 (AMD64)
OS
Linux (All)
Status
NEW
Severity
normal
Priority
medium
Component
Drivers/Gallium/r600
Assignee
dri-devel@lists.freedesktop.org
Reporter
lonewolf@xs4all.nl
QA Contact
dri-devel@lists.freedesktop.org
Created attachment 1291=
62 [details]
glxinfo > glxinfo.txt
Many applications including glxinfo show these messages in console :
pp: Failed to translate a shader for depth1fs
pp: Failed to translate a shader for blend2fs
pp: Failed to translate a shader for color1fs
pp: Failed to translate a shader for blend2fs
I was unable to figure out what component pp belongs to, so choose the driv=
er
for my card.
mesa-git master, commit f8f7ea508b .
./autogen.sh --prefix=3D/usr \
--sysconfdir=3D/etc \
--with-dri-driverdir=3D/usr/lib/xorg/modules/dri \
=20=20=20=20=20=20=20=20=20=20=20=20=20=20
--with-gallium-drivers=3Di915,ilo,r300,r600,radeonsi,nouveau,svga,swrast,vi=
rgl \
--with-dri-drivers=3Di915,i965,r200,radeon,nouveau,swrast \
--with-egl-platforms=3Dx11,drm,wayland \
--with-vulkan-drivers=3Dintel,radeon \
--with-sha1=3Dlibnettle \
--enable-texture-float \
--enable-osmesa \
--enable-xa \
--enable-nine \
--disable-xvmc \
--enable-vdpau \
--enable-omx \
--enable-opencl \
--enable-opencl-icd \
--enable-glx-tls
glxinfo output (without the pp messages) attached