All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 63979] New: s3tc not working with radeonsi driver
@ 2013-04-26 21:55 bugzilla-daemon
  2013-04-26 22:32 ` [Bug 63979] " bugzilla-daemon
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: bugzilla-daemon @ 2013-04-26 21:55 UTC (permalink / raw)
  To: dri-devel


[-- 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 63979] s3tc not working with radeonsi driver
  2013-04-26 21:55 [Bug 63979] New: s3tc not working with radeonsi driver bugzilla-daemon
@ 2013-04-26 22:32 ` bugzilla-daemon
  2013-04-27  2:20 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2013-04-26 22:32 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #1 from Jerome Glisse <glisse@freedesktop.org> ---
3.10 kernel + mesa git + libdrm recent enough ?

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

[-- Attachment #1.2: Type: text/html, Size: 992 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 63979] s3tc not working with radeonsi driver
  2013-04-26 21:55 [Bug 63979] New: s3tc not working with radeonsi driver bugzilla-daemon
  2013-04-26 22:32 ` [Bug 63979] " bugzilla-daemon
@ 2013-04-27  2:20 ` bugzilla-daemon
  2013-04-27  4:30 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2013-04-27  2:20 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #2 from Alexander von Gluck <kallisti5@unixzen.com> ---
airlied mentioned enabling colortiling.. no change.

I'm using Linux 3.9rc7 + the latest git libdrm + mesa.

3.10 isn't tagged in any way yet...

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

[-- Attachment #1.2: Type: text/html, Size: 1099 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 63979] s3tc not working with radeonsi driver
  2013-04-26 21:55 [Bug 63979] New: s3tc not working with radeonsi driver bugzilla-daemon
  2013-04-26 22:32 ` [Bug 63979] " 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
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2013-04-27  4:30 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #3 from Jerome Glisse <glisse@freedesktop.org> ---
You need what's gonna be 3.10, ie Alex next tree and set ColorTiling and
ColorTiling2D option in xorg.conf

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

[-- Attachment #1.2: Type: text/html, Size: 1051 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 63979] s3tc not working with radeonsi driver
  2013-04-26 21:55 [Bug 63979] New: s3tc not working with radeonsi driver bugzilla-daemon
                   ` (2 preceding siblings ...)
  2013-04-27  4:30 ` bugzilla-daemon
@ 2013-04-27 22:04 ` bugzilla-daemon
  2013-05-07 20:35 ` bugzilla-daemon
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2013-04-27 22:04 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #4 from Alex Deucher <agd5f@yahoo.com> ---
Grab Dave's drm-next tree:
http://cgit.freedesktop.org/~airlied/linux/log/?h=drm-next

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

[-- Attachment #1.2: Type: text/html, Size: 1087 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 63979] s3tc not working with radeonsi driver
  2013-04-26 21:55 [Bug 63979] New: s3tc not working with radeonsi driver bugzilla-daemon
                   ` (3 preceding siblings ...)
  2013-04-27 22:04 ` bugzilla-daemon
@ 2013-05-07 20:35 ` bugzilla-daemon
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2013-05-07 20:35 UTC (permalink / raw)
  To: dri-devel


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

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

Jerome Glisse <glisse@freedesktop.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Jerome Glisse <glisse@freedesktop.org> ---
Closing works with what gonna be 3.10

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

[-- Attachment #1.2: Type: text/html, Size: 1957 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-05-07 20:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-26 21:55 [Bug 63979] New: s3tc not working with radeonsi driver bugzilla-daemon
2013-04-26 22:32 ` [Bug 63979] " 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

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.