All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 27148] New: Failed assertion in piglit test 'bin/fbo-flushing -auto' with RV790
@ 2010-03-17 22:51 bugzilla-daemon
  2010-03-18 20:18 ` [Bug 27148] " bugzilla-daemon
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: bugzilla-daemon @ 2010-03-17 22:51 UTC (permalink / raw)
  To: dri-devel

http://bugs.freedesktop.org/show_bug.cgi?id=27148

           Summary: Failed assertion in piglit test 'bin/fbo-flushing -auto'
                    with RV790
           Product: Mesa
           Version: git
          Platform: x86-64 (AMD64)
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/DRI/R600
        AssignedTo: dri-devel@lists.sourceforge.net
        ReportedBy: rankincj@googlemail.com


fbo-flushing: /home/chris/Programs/piglit/tests/fbo/fbo-flushing.c:79:
piglit_display: Assertion `__glewCheckFramebufferStatusEXT(0x8D40) == 0x8CD5'
failed.
Aborted (core dumped)

Core was generated by `bin/fbo-flushing -auto'.
Program terminated with signal 6, Aborted.
#0  0x00000039638326c5 in raise () from /lib64/libc.so.6
Missing separate debuginfos, use: debuginfo-install expat-2.0.1-8.fc12.x86_64
glew-1.5.1-3.fc12.x86_64 glibc-2.11.1-1.x86_64 libICE-1.0.6-1.fc12.x86_64
libSM-1.1.0-7.fc12.x86_64 libX11-1.3-1.fc12.x86_64 libXau-1.0.5-1.fc12.x86_64
libXdamage-1.1.2-1.fc12.x86_64 libXext-1.1-2.fc12.x86_64
libXfixes-4.0.4-1.fc12.x86_64 libXi-1.3-2.fc12.x86_64
libXmu-1.0.5-1.fc12.x86_64 libXt-1.0.7-1.fc12.x86_64
libXxf86vm-1.1.0-1.fc12.x86_64 libdrm-2.4.18-0.1.fc12.x86_64
libgcc-4.4.3-4.fc12.x86_64 libjpeg-6b-46.fc12.x86_64
libstdc++-4.4.3-4.fc12.x86_64 libtiff-3.9.2-3.fc12.x86_64
libuuid-2.16.2-7.fc12.x86_64 libxcb-1.5-1.fc12.x86_64 zlib-1.2.3-23.fc12.x86_64
(gdb) where
#0  0x00000039638326c5 in raise () from /lib64/libc.so.6
#1  0x0000003963833ea5 in abort () from /lib64/libc.so.6
#2  0x000000396382b7b5 in __assert_fail () from /lib64/libc.so.6
#3  0x0000000000402950 in piglit_display ()
    at /home/chris/Programs/piglit/tests/fbo/fbo-flushing.c:78
#4  0x0000000000403fb9 in display ()
    at /home/chris/Programs/piglit/tests/util/piglit-framework.c:44
#5  0x00007fa56dc583bb in processWindowWorkList (window=0x2296310)
    at glut_event.c:1307
#6  0x00007fa56dc59224 in __glutProcessWindowWorkLists () at glut_event.c:1358
#7  glutMainLoop () at glut_event.c:1379
#8  0x0000000000404149 in main (argc=1, argv=0x7fffadb4ad18)
    at /home/chris/Programs/piglit/tests/util/piglit-framework.c:94


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--

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

* [Bug 27148] Failed assertion in piglit test 'bin/fbo-flushing -auto' with RV790
  2010-03-17 22:51 [Bug 27148] New: Failed assertion in piglit test 'bin/fbo-flushing -auto' with RV790 bugzilla-daemon
@ 2010-03-18 20:18 ` bugzilla-daemon
  2010-03-26 10:34 ` bugzilla-daemon
  2012-09-11  9:50 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2010-03-18 20:18 UTC (permalink / raw)
  To: dri-devel

http://bugs.freedesktop.org/show_bug.cgi?id=27148





--- Comment #1 from Chris Rankin <rankincj@googlemail.com>  2010-03-18 13:18:17 PST ---
This test is failing for r600_dri.so because glCheckFramebufferStatusEXT() is
returning GL_FRAMEBUFFER_UNSUPPORTED. The reason that it returns
"GL_FRAMEBUFFER_UNSUPPORTED" is because the radeonIsFormatRenderable() function
in radeon_texture.c seems only to understand the following formats:

- MESA_FORMAT_Z16
- MESA_FORMAT_S8_Z24
- _dri_texformat_argb8888
- _dri_texformat_rgb565
- _dri_texformat_argb1555
- _dri_texformat_argb4444

This is _considerably_ fewer than the number of formats listed in
r300IsFormatRenderable().

For reference, the piglit test needs MESA_FORMAT_RGBA8888_REV.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--

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

* [Bug 27148] Failed assertion in piglit test 'bin/fbo-flushing -auto' with RV790
  2010-03-17 22:51 [Bug 27148] New: Failed assertion in piglit test 'bin/fbo-flushing -auto' with RV790 bugzilla-daemon
  2010-03-18 20:18 ` [Bug 27148] " bugzilla-daemon
@ 2010-03-26 10:34 ` bugzilla-daemon
  2012-09-11  9:50 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2010-03-26 10:34 UTC (permalink / raw)
  To: dri-devel

http://bugs.freedesktop.org/show_bug.cgi?id=27148





--- Comment #2 from Török Edwin <edwintorok@gmail.com>  2010-03-26 03:34:58 PST ---
This prevents blender 2.5's "OpenGL render image", and "OpenGL render
animation" from working.
It says it failed to create OpenGL offscreen buffer:
      GPUFrameBuffer: framebuffer incomplete error 36061
      Unsupported framebuffer format.

By looking at 
./source/blender/gpu/intern/gpu_extensions.c in blender I see it needs these:
type = GL_UNSIGNED_BYTE;
format = GL_DEPTH_COMPONENT;
internalformat = GL_DEPTH_COMPONENT;

type = GL_UNSIGNED_BYTE;
format = GL_RGBA;
internalformat = GL_RGBA8;


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

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

* [Bug 27148] Failed assertion in piglit test 'bin/fbo-flushing -auto' with RV790
  2010-03-17 22:51 [Bug 27148] New: Failed assertion in piglit test 'bin/fbo-flushing -auto' with RV790 bugzilla-daemon
  2010-03-18 20:18 ` [Bug 27148] " bugzilla-daemon
  2010-03-26 10:34 ` bugzilla-daemon
@ 2012-09-11  9:50 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2012-09-11  9:50 UTC (permalink / raw)
  To: dri-devel

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

Andreas Boll <andreas.boll.dev@gmail.com> changed:

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

--- Comment #3 from Andreas Boll <andreas.boll.dev@gmail.com> 2012-09-11 09:50:53 UTC ---
Note: classic r600 driver has been abandoned.

works correctly with r600g (gallium driver) on my rv770
tested with mesa git master e81ee67b51651e99e7e8e52c1ccafc66835d57cd
and mesa 8.0.4

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

end of thread, other threads:[~2012-09-11  9:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-17 22:51 [Bug 27148] New: Failed assertion in piglit test 'bin/fbo-flushing -auto' with RV790 bugzilla-daemon
2010-03-18 20:18 ` [Bug 27148] " bugzilla-daemon
2010-03-26 10:34 ` bugzilla-daemon
2012-09-11  9:50 ` 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.