From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 48535] New: Spurious GL_INVALID_OPERATION error generated by
glColor()
Date: Tue, 10 Apr 2012 19:56:07 +0000
Message-ID:
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Return-path:
Received: from annarchy.freedesktop.org (annarchy.freedesktop.org
[131.252.210.176])
by gabe.freedesktop.org (Postfix) with ESMTP id 9BBFC9E8EB
for ;
Tue, 10 Apr 2012 19:56:07 -0700 (PDT)
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=48535
Bug #: 48535
Summary: Spurious GL_INVALID_OPERATION error generated by
glColor()
Classification: Unclassified
Product: Mesa
Version: 7.10
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: minor
Priority: low
Component: Drivers/DRI/Radeon
AssignedTo: dri-devel@lists.freedesktop.org
ReportedBy: i.am.inuyasha@gmail.com
Created attachment 59785
--> https://bugs.freedesktop.org/attachment.cgi?id=59785
Program that reproduces the issue
In some unknown circumstance glColor() can raise a GL_INVALID_OPERATION error,
which according to the manual should never happen. The attached program
reproduces the issue. It's generated from a log of GL calls made by another
program, so it's quite long (and some texture-related commands have been
stripped out, which I verified does not affect the result). The output I get
is:
Error 1282 at line 7353
which is consistent with the original program's issue - glColor() suddenly
raises this error after making all these GL calls.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.