From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 102965] glColor functions producing GL_INVALID_OPERATION Date: Sun, 24 Sep 2017 20:08:17 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0269917137==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [IPv6:2610:10:20:722:a800:ff:fe98:4b55]) by gabe.freedesktop.org (Postfix) with ESMTP id 142526E106 for ; Sun, 24 Sep 2017 20:08:17 +0000 (UTC) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0269917137== Content-Type: multipart/alternative; boundary="15062836960.9630f179E.25150"; charset="UTF-8" --15062836960.9630f179E.25150 Date: Sun, 24 Sep 2017 20:08:16 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D102965 Bug ID: 102965 Summary: glColor functions producing GL_INVALID_OPERATION Product: DRI Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: minor Priority: medium Component: DRM/AMDgpu Assignee: dri-devel@lists.freedesktop.org Reporter: pdjeeves@zoho.com I'm getting the aforementioned error from all of the glColor functions I tr= y, example code: m_context =3D SDL_GL_CreateContext( window ); if(!m_context) exit(3); SDL_GL_MakeCurrent(window, m_context); initializeGlew(); glClearColor(.5, .75, .93, 1); checkGLerrors("glClearColor"); glColor4f(1, 1, 1, 1); checkGLerrors("glColor4f"); This is similar to bug #48535, except that it is happening in amdgpu instea= d of mesa. --=20 You are receiving this mail because: You are the assignee for the bug.= --15062836960.9630f179E.25150 Date: Sun, 24 Sep 2017 20:08:16 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated
Bug ID 102965
Summary glColor functions producing GL_INVALID_OPERATION
Product DRI
Version unspecified
Hardware x86-64 (AMD64)
OS Linux (All)
Status NEW
Severity minor
Priority medium
Component DRM/AMDgpu
Assignee dri-devel@lists.freedesktop.org
Reporter pdjeeves@zoho.com

I'm getting the aforementioned error from all of the glColor f=
unctions I try,
example code:

m_context =3D SDL_GL_CreateContext( window );
if(!m_context) exit(3);
SDL_GL_MakeCurrent(window, m_context);

initializeGlew();
glClearColor(.5, .75, .93, 1);  checkGLerrors("glClearColor");
glColor4f(1, 1, 1, 1);          checkGLerrors("glColor4f");

This is similar to bug #48535, except that it is happe=
ning in amdgpu instead of
mesa.


You are receiving this mail because:
  • You are the assignee for the bug.
= --15062836960.9630f179E.25150-- --===============0269917137== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============0269917137==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 102965] glColor functions producing GL_INVALID_OPERATION Date: Sun, 24 Sep 2017 20:22:03 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1747035548==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [IPv6:2610:10:20:722:a800:ff:fe98:4b55]) by gabe.freedesktop.org (Postfix) with ESMTP id B38536E13D for ; Sun, 24 Sep 2017 20:22:03 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1747035548== Content-Type: multipart/alternative; boundary="15062845231.074f9A21a.28599"; charset="UTF-8" --15062845231.074f9A21a.28599 Date: Sun, 24 Sep 2017 20:22:03 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D102965 --- Comment #1 from Ilia Mirkin --- Is SDL defaulting to creating a core context now? If so, no glColor* there. --=20 You are receiving this mail because: You are the assignee for the bug.= --15062845231.074f9A21a.28599 Date: Sun, 24 Sep 2017 20:22:03 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated

Commen= t # 1 on bug 10296= 5 from Ilia Mirkin
Is SDL defaulting to creating a core context now? If so, no gl=
Color* there.


You are receiving this mail because:
  • You are the assignee for the bug.
= --15062845231.074f9A21a.28599-- --===============1747035548== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============1747035548==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 102965] glColor functions producing GL_INVALID_OPERATION Date: Mon, 25 Sep 2017 03:14:29 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1613771391==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 861F56E0F9 for ; Mon, 25 Sep 2017 03:14:29 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1613771391== Content-Type: multipart/alternative; boundary="15063092690.5CcB6.24689"; charset="UTF-8" --15063092690.5CcB6.24689 Date: Mon, 25 Sep 2017 03:14:29 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D102965 Alex Deucher changed: What |Removed |Added ---------------------------------------------------------------------------- Product|DRI |Mesa Component|DRM/AMDgpu |Drivers/Gallium/radeonsi QA Contact| |dri-devel@lists.freedesktop | |.org --=20 You are receiving this mail because: You are the assignee for the bug.= --15063092690.5CcB6.24689 Date: Mon, 25 Sep 2017 03:14:29 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated = Alex Deucher changed bug 10296= 5
What Removed Added
Product DRI Mesa
Component DRM/AMDgpu Drivers/Gallium/radeonsi
QA Contact   dri-devel@lists.freedesktop.org


You are receiving this mail because:
  • You are the assignee for the bug.
= --15063092690.5CcB6.24689-- --===============1613771391== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============1613771391==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 102965] glColor functions producing GL_INVALID_OPERATION Date: Tue, 25 Jun 2019 01:13:15 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1441192593==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id CCCA989F0A for ; Tue, 25 Jun 2019 01:13:14 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1441192593== Content-Type: multipart/alternative; boundary="15614251940.21f7d5d1.21685" Content-Transfer-Encoding: 7bit --15614251940.21f7d5d1.21685 Date: Tue, 25 Jun 2019 01:13:14 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D102965 Timothy Arceri changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |NOTABUG Status|NEW |RESOLVED --=20 You are receiving this mail because: You are the assignee for the bug.= --15614251940.21f7d5d1.21685 Date: Tue, 25 Jun 2019 01:13:14 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated Timothy Arceri changed bug 10296= 5
What Removed Added
Resolution --- NOTABUG
Status NEW RESOLVED


You are receiving this mail because:
  • You are the assignee for the bug.
= --15614251940.21f7d5d1.21685-- --===============1441192593== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs --===============1441192593==--