All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 108876] OpenGL CTS glCreateShader() call failed.: glGetError() returned GL_INVALID_ENUM at gl3cCommonBugsTests.cpp:5590
@ 2018-11-27  7:49 bugzilla-daemon
  2018-11-27  7:53 ` bugzilla-daemon
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: bugzilla-daemon @ 2018-11-27  7:49 UTC (permalink / raw)
  To: dri-devel


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

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

            Bug ID: 108876
           Summary: OpenGL CTS glCreateShader() call failed.: glGetError()
                    returned GL_INVALID_ENUM at
                    gl3cCommonBugsTests.cpp:5590
           Product: DRI
           Version: XOrg git
          Hardware: Other
                OS: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: DRM/AMDgpu
          Assignee: dri-devel@lists.freedesktop.org
          Reporter: xi.c.chen@intel.com

Test Environment
Platform: KBL-G (Intel NUC i7)
CPU: Intel (R) Core (TM) i7-8809G CPU @3.10GHz
GPU: AMD(Radeon RX Vega M GH Graphics)
Memory: 16G
OS: Ubutu16.04
Kernel: 4.18.0-rc3
amd driver version: amdgpu-pro-18.40-673869-ubuntu-16.04.tar.xz (Open Stack) 
VK-GL-CTS: https://github.com/KhronosGroup/VK-GL-CTS (commit
id:54e546a1a0a6fa412ea4c3e3081bbc9518928a6e)


When running the test case, got the test failed result from the test tool
Error log:
$ ./glcts -n KHR-GL31.CommonBugs.CommonBug_ReservedNames
Writing test log into TestResults.qpa
dEQP Core git-54e546a1a0a6fa412ea4c3e3081bbc9518928a6e (0x54e546a1) starting..
  target implementation = 'Default'

Test case 'KHR-GL31.CommonBugs.CommonBug_ReservedNames'..
  Fail (glCreateShader() call failed.: glGetError() returned GL_INVALID_ENUM at
gl3cCommonBugsTests.cpp:5590)

DONE!

Test run totals:
  Passed:        0/1 (0.0%)
  Failed:        1/1 (100.0%)
  Not supported: 0/1 (0.0%)
  Warnings:      0/1 (0.0%)

More information:
With AMD driver 18.10 (amdgpu-pro-18.10-516951.tar.gz (open stack)) on the same
platform the test passed.

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

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

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

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

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

* [Bug 108876] OpenGL CTS glCreateShader() call failed.: glGetError() returned GL_INVALID_ENUM at gl3cCommonBugsTests.cpp:5590
  2018-11-27  7:49 [Bug 108876] OpenGL CTS glCreateShader() call failed.: glGetError() returned GL_INVALID_ENUM at gl3cCommonBugsTests.cpp:5590 bugzilla-daemon
@ 2018-11-27  7:53 ` bugzilla-daemon
  2018-11-27  9:50 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2018-11-27  7:53 UTC (permalink / raw)
  To: dri-devel


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

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

Chen Xi <xi.c.chen@intel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |xi.c.chen@intel.com

--- Comment #1 from Chen Xi <xi.c.chen@intel.com> ---
Created attachment 142624
  --> https://bugs.freedesktop.org/attachment.cgi?id=142624&action=edit
glxinfo and other logs

Attached the logs captured following guidance from:
https://amdgpu-install.readthedocs.io/en/latest/install-bugrep.html

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

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

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

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

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

* [Bug 108876] OpenGL CTS glCreateShader() call failed.: glGetError() returned GL_INVALID_ENUM at gl3cCommonBugsTests.cpp:5590
  2018-11-27  7:49 [Bug 108876] OpenGL CTS glCreateShader() call failed.: glGetError() returned GL_INVALID_ENUM at gl3cCommonBugsTests.cpp:5590 bugzilla-daemon
  2018-11-27  7:53 ` bugzilla-daemon
@ 2018-11-27  9:50 ` bugzilla-daemon
  2018-11-27  9:54 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2018-11-27  9:50 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #2 from Chen Xi <xi.c.chen@intel.com> ---
Created attachment 142629
  --> https://bugs.freedesktop.org/attachment.cgi?id=142629&action=edit
display 0 glxinfo and other logs

Update the glxinfo captured from display 0, please ignore the glxinfo log from
previous attachement.

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

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

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

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

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

* [Bug 108876] OpenGL CTS glCreateShader() call failed.: glGetError() returned GL_INVALID_ENUM at gl3cCommonBugsTests.cpp:5590
  2018-11-27  7:49 [Bug 108876] OpenGL CTS glCreateShader() call failed.: glGetError() returned GL_INVALID_ENUM at gl3cCommonBugsTests.cpp:5590 bugzilla-daemon
  2018-11-27  7:53 ` bugzilla-daemon
  2018-11-27  9:50 ` bugzilla-daemon
@ 2018-11-27  9:54 ` bugzilla-daemon
  2018-11-27  9:59 ` bugzilla-daemon
  2018-12-13  1:11 ` bugzilla-daemon
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2018-11-27  9:54 UTC (permalink / raw)
  To: dri-devel


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

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

Michel Dänzer <michel@daenzer.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|DRM/AMDgpu                  |Drivers/Gallium/radeonsi
         QA Contact|                            |dri-devel@lists.freedesktop
                   |                            |.org
            Product|DRI                         |Mesa
            Version|XOrg git                    |18.1

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

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

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

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

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

* [Bug 108876] OpenGL CTS glCreateShader() call failed.: glGetError() returned GL_INVALID_ENUM at gl3cCommonBugsTests.cpp:5590
  2018-11-27  7:49 [Bug 108876] OpenGL CTS glCreateShader() call failed.: glGetError() returned GL_INVALID_ENUM at gl3cCommonBugsTests.cpp:5590 bugzilla-daemon
                   ` (2 preceding siblings ...)
  2018-11-27  9:54 ` bugzilla-daemon
@ 2018-11-27  9:59 ` bugzilla-daemon
  2018-12-13  1:11 ` bugzilla-daemon
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2018-11-27  9:59 UTC (permalink / raw)
  To: dri-devel


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

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

Chen Xi <xi.c.chen@intel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #142624|0                           |1
        is obsolete|                            |
 Attachment #142629|0                           |1
        is obsolete|                            |

--- Comment #3 from Chen Xi <xi.c.chen@intel.com> ---
Created attachment 142631
  --> https://bugs.freedesktop.org/attachment.cgi?id=142631&action=edit
display 0 glxinfo and other logs

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

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

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

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

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

* [Bug 108876] OpenGL CTS glCreateShader() call failed.: glGetError() returned GL_INVALID_ENUM at gl3cCommonBugsTests.cpp:5590
  2018-11-27  7:49 [Bug 108876] OpenGL CTS glCreateShader() call failed.: glGetError() returned GL_INVALID_ENUM at gl3cCommonBugsTests.cpp:5590 bugzilla-daemon
                   ` (3 preceding siblings ...)
  2018-11-27  9:59 ` bugzilla-daemon
@ 2018-12-13  1:11 ` bugzilla-daemon
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2018-12-13  1:11 UTC (permalink / raw)
  To: dri-devel


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

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

Chen Xi <xi.c.chen@intel.com> changed:

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

--- Comment #4 from Chen Xi <xi.c.chen@intel.com> ---
This issue is not reproduced with newly released MESA 18.3.0
https://mesa.freedesktop.org/archive/mesa-18.3.0.tar.gz

So close this issue.

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

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

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

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

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

end of thread, other threads:[~2018-12-13  1:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-27  7:49 [Bug 108876] OpenGL CTS glCreateShader() call failed.: glGetError() returned GL_INVALID_ENUM at gl3cCommonBugsTests.cpp:5590 bugzilla-daemon
2018-11-27  7:53 ` bugzilla-daemon
2018-11-27  9:50 ` bugzilla-daemon
2018-11-27  9:54 ` bugzilla-daemon
2018-11-27  9:59 ` bugzilla-daemon
2018-12-13  1:11 ` 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.