All of lore.kernel.org
 help / color / mirror / Atom feed
From: bugzilla-daemon@freedesktop.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 63979] New: s3tc not working with radeonsi driver
Date: Fri, 26 Apr 2013 21:55:40 +0000	[thread overview]
Message-ID: <bug-63979-502@http.bugs.freedesktop.org/> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 1705 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=63979

          Priority: medium
            Bug ID: 63979
          Assignee: dri-devel@lists.freedesktop.org
           Summary: s3tc not working with radeonsi driver
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: kallisti5@unixzen.com
          Hardware: Other
            Status: NEW
           Version: git
         Component: Drivers/Gallium/radeonsi
           Product: Mesa

s3tc doesn't work when using the radeonsi driver.

Example:

kallisti5@eris ~ :) $ find /usr/lib -name "radeonsi*"
/usr/lib/xorg/modules/dri/radeonsi_dri.so

kallisti5@eris ~ :) $ glxinfo | grep renderer
OpenGL renderer string: Gallium 0.4 on AMD TAHITI

No EXT_texture_compress (aka s3tc)
kallisti5@eris ~ :) $ glxinfo | grep EXT_texture_compress

Move radeonsi driver somewhere else forcing fallback to swpipe:

kallisti5@eris ~ :( $ sudo mv /usr/lib/xorg/modules/dri/radeonsi_dri.so /tmp/

Now using llvmpipe:
kallisti5@eris ~ :) $ glxinfo | grep renderer
libGL error: failed to load driver: radeonsi
libGL error: Try again with LIBGL_DEBUG=verbose for more details.
OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.3, 128 bits)

s3tc now working:
kallisti5@eris ~ :) $ glxinfo | grep EXT_texture_compress
libGL error: failed to load driver: radeonsi
libGL error: Try again with LIBGL_DEBUG=verbose for more details.
    GL_EXT_texture_array, GL_EXT_texture_compression_dxt1, 
    GL_EXT_texture_compression_latc, GL_EXT_texture_compression_rgtc, 
    GL_EXT_texture_compression_s3tc, GL_EXT_texture_cube_map, 
kallisti5@eris ~ :) $

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 3036 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

             reply	other threads:[~2013-04-26 21:55 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-26 21:55 bugzilla-daemon [this message]
2013-04-26 22:32 ` [Bug 63979] s3tc not working with radeonsi driver bugzilla-daemon
2013-04-27  2:20 ` bugzilla-daemon
2013-04-27  4:30 ` bugzilla-daemon
2013-04-27 22:04 ` bugzilla-daemon
2013-05-07 20:35 ` bugzilla-daemon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-63979-502@http.bugs.freedesktop.org/ \
    --to=bugzilla-daemon@freedesktop.org \
    --cc=dri-devel@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.