All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 49484] New: invalid enum 0x500, invalid value 0x501
@ 2012-05-04 13:14 bugzilla-daemon
  2012-05-04 13:15 ` [Bug 49484] " bugzilla-daemon
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: bugzilla-daemon @ 2012-05-04 13:14 UTC (permalink / raw)
  To: dri-devel

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

             Bug #: 49484
           Summary: invalid enum 0x500, invalid value 0x501
    Classification: Unclassified
           Product: Mesa
           Version: 8.0
          Platform: x86-64 (AMD64)
        OS/Version: Linux (All)
            Status: NEW
          Severity: enhancement
          Priority: medium
         Component: Drivers/DRI/R600
        AssignedTo: dri-devel@lists.freedesktop.org
        ReportedBy: hramrach@gmail.com


running D3D application in wine I get lots of

err:d3d_surface:surface_allocate_surface >>>>>>>>>>>>>>>>> GL_INVALID_VALUE
(0x501) from glTexImage2D @ surface.c / 2566
err:d3d_surface:surface_upload_data >>>>>>>>>>>>>>>>> GL_INVALID_ENUM (0x500)
from glTexSubImage2D @ surface.c / 2349


Needless to say I get pretty much nothing visible.

OpenGL renderer string: Gallium 0.4 on AMD REDWOOD
OpenGL version string: 2.1 Mesa 8.0.2

Maybe wine is using a format/feature without checking it is available here.

However, r600 could implement it I guess.

-- 
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] 8+ messages in thread

* [Bug 49484] invalid enum 0x500, invalid value 0x501
  2012-05-04 13:14 [Bug 49484] New: invalid enum 0x500, invalid value 0x501 bugzilla-daemon
@ 2012-05-04 13:15 ` bugzilla-daemon
  2012-05-04 16:22 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2012-05-04 13:15 UTC (permalink / raw)
  To: dri-devel

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

Alex Deucher <agd5f@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Drivers/DRI/R600            |Drivers/Gallium/r600

-- 
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] 8+ messages in thread

* [Bug 49484] invalid enum 0x500, invalid value 0x501
  2012-05-04 13:14 [Bug 49484] New: invalid enum 0x500, invalid value 0x501 bugzilla-daemon
  2012-05-04 13:15 ` [Bug 49484] " bugzilla-daemon
@ 2012-05-04 16:22 ` bugzilla-daemon
  2012-05-04 18:21 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2012-05-04 16:22 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #1 from Michal Suchanek <hramrach@gmail.com> 2012-05-04 09:22:37 PDT ---
Does not work with recent git either.

Perhaps more useful is this part of the log:

fixme:d3d:debug_d3dformat Unrecognized 0x34324644 (as fourcc: DF24)
WINED3DFORMAT!
fixme:d3d:wined3d_get_format Can't find format unrecognized (0x34324644) in the
format lookup table

-- 
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] 8+ messages in thread

* [Bug 49484] invalid enum 0x500, invalid value 0x501
  2012-05-04 13:14 [Bug 49484] New: invalid enum 0x500, invalid value 0x501 bugzilla-daemon
  2012-05-04 13:15 ` [Bug 49484] " bugzilla-daemon
  2012-05-04 16:22 ` bugzilla-daemon
@ 2012-05-04 18:21 ` bugzilla-daemon
  2012-05-07 16:55 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2012-05-04 18:21 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #2 from Ian Romanick <idr@freedesktop.org> 2012-05-04 11:21:17 PDT ---
Can you:

- Run wine (and your app) in GDB.

- Set a breakpoint at _mesa_warning.

- Provide the output of 'bt full'

-- 
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] 8+ messages in thread

* [Bug 49484] invalid enum 0x500, invalid value 0x501
  2012-05-04 13:14 [Bug 49484] New: invalid enum 0x500, invalid value 0x501 bugzilla-daemon
                   ` (2 preceding siblings ...)
  2012-05-04 18:21 ` bugzilla-daemon
@ 2012-05-07 16:55 ` bugzilla-daemon
  2012-05-07 17:02 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2012-05-07 16:55 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #3 from Michal Suchanek <hramrach@gmail.com> 2012-05-07 09:55:15 PDT ---
I get no mesa warnings, only warnings from wine about Mesa returning
GL_INVALID*

-- 
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] 8+ messages in thread

* [Bug 49484] invalid enum 0x500, invalid value 0x501
  2012-05-04 13:14 [Bug 49484] New: invalid enum 0x500, invalid value 0x501 bugzilla-daemon
                   ` (3 preceding siblings ...)
  2012-05-07 16:55 ` bugzilla-daemon
@ 2012-05-07 17:02 ` bugzilla-daemon
  2012-05-07 17:37 ` bugzilla-daemon
  2012-05-07 18:03 ` bugzilla-daemon
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2012-05-07 17:02 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #4 from Michal Suchanek <hramrach@gmail.com> 2012-05-07 10:02:05 PDT ---
invalid value:

Breakpoint 1, _mesa_error (ctx=0xccba90, error=1281, fmtString=0x7ffff4706278
"glTexImage%dD(internalFormat=%s)") at main/errors.c:996
996    main/errors.c: No such file or directory.
(gdb) bt full
#0  _mesa_error (ctx=0xccba90, error=1281, fmtString=0x7ffff4706278
"glTexImage%dD(internalFormat=%s)") at main/errors.c:996
        do_output = 225 '\341'
        do_log = <optimized out>
#1  0x00007ffff45e2a84 in texture_error_check (border=0, depth=1, height=64,
width=64, type=0, format=0, internalFormat=0, level=0, 
    target=3553, dimensions=2, ctx=0xccba90) at main/teximage.c:1621
        proxyTarget = <optimized out>
        err = <optimized out>
        indexFormat = 0 '\000'
        isProxy = <optimized out>
        sizeOK = 1 '\001'
        colorFormat = <optimized out>
#2  teximage (ctx=0xccba90, dims=2, target=3553, level=0, internalFormat=0,
width=64, height=64, depth=1, border=0, format=0, type=0, 
    pixels=0x0) at main/teximage.c:2501
        error = 1 '\001'
        unpack_no_border = {Alignment = -7152, RowLength = 32767, SkipPixels =
9180912, SkipRows = 0, ImageHeight = -8144, 
          SkipImages = 32767, SwapBytes = 45 '-', LsbFirst = 17 '\021', Invert
= 90 'Z', BufferObj = 0x7fffffffe410}
        unpack = 0xcd22e0
#3  0x00007ffff45e2fc4 in _mesa_TexImage2D (target=<optimized out>,
level=<optimized out>, internalFormat=<optimized out>, 
    width=<optimized out>, height=<optimized out>, border=<optimized out>,
format=0, type=0, pixels=0x0) at main/teximage.c:2639
No locals.
#4  0x0000000000480145 in ?? ()
No symbol table info available.
#5  0x00000000004bbfd6 in ?? ()
No symbol table info available.
#6  0x0000000000440687 in ?? ()
No symbol table info available.
#7  0x000000000043b985 in ?? ()
No symbol table info available.
#8  0x000000000043c092 in ?? ()
No symbol table info available.
#9  0x00007ffff696eead in __libc_start_main (main=<optimized out>,
argc=<optimized out>, ubp_av=<optimized out>, init=<optimized out>, 
    fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffe408)
at libc-start.c:228
        result = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {0, 738182590451561014,
4428032, 140737488348176, 0, 0, -738182590032367050, 
                -738203265834012106}, mask_was_saved = 0}}, priv = {pad = {0x0,
0x0, 0x5ddb20, 0x7fffffffe418}, data = {prev = 0x0, 
              cleanup = 0x0, canceltype = 6150944}}}
        not_first_call = <optimized out>
#10 0x0000000000439129 in _start ()
No symbol table info available.
(gdb) c
Continuing.
37923 glTexImage2D(target = GL_TEXTURE_2D, level = 0, internalformat = GL_ZERO,
width = 64, height = 64, border = 0, format = GL_ZERO, type = GL_ZERO, pixels =
NULL)
37923: warning: glGetError(glTexImage2D) = GL_INVALID_VALUE

-- 
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] 8+ messages in thread

* [Bug 49484] invalid enum 0x500, invalid value 0x501
  2012-05-04 13:14 [Bug 49484] New: invalid enum 0x500, invalid value 0x501 bugzilla-daemon
                   ` (4 preceding siblings ...)
  2012-05-07 17:02 ` bugzilla-daemon
@ 2012-05-07 17:37 ` bugzilla-daemon
  2012-05-07 18:03 ` bugzilla-daemon
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2012-05-07 17:37 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #5 from Henri Verbeet <hverbeet@gmail.com> 2012-05-07 10:37:29 PDT ---
That generally happens when an application tries to use a (D3D) format (e.g.
DXT/s3tc) even though it's not available. A WINEDEBUG=+d3d,+d3d_surface log
should show which format, although typically it's either s3tc or one of the
floating point formats.

-- 
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] 8+ messages in thread

* [Bug 49484] invalid enum 0x500, invalid value 0x501
  2012-05-04 13:14 [Bug 49484] New: invalid enum 0x500, invalid value 0x501 bugzilla-daemon
                   ` (5 preceding siblings ...)
  2012-05-07 17:37 ` bugzilla-daemon
@ 2012-05-07 18:03 ` bugzilla-daemon
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2012-05-07 18:03 UTC (permalink / raw)
  To: dri-devel

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

Michal Suchanek <hramrach@gmail.com> changed:

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

--- Comment #6 from Michal Suchanek <hramrach@gmail.com> 2012-05-07 11:03:54 PDT ---
Indeed, it works with the texture compression library installed.

I guess this is something that Wine should report.

Unfortunately, the available messages are very unhelpful.


Sorry about the noise.

-- 
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] 8+ messages in thread

end of thread, other threads:[~2012-05-07 18:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-04 13:14 [Bug 49484] New: invalid enum 0x500, invalid value 0x501 bugzilla-daemon
2012-05-04 13:15 ` [Bug 49484] " bugzilla-daemon
2012-05-04 16:22 ` bugzilla-daemon
2012-05-04 18:21 ` bugzilla-daemon
2012-05-07 16:55 ` bugzilla-daemon
2012-05-07 17:02 ` bugzilla-daemon
2012-05-07 17:37 ` bugzilla-daemon
2012-05-07 18:03 ` 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.