Bug 38092 - Mesa outputs warning wih Unigine sanctuary (Mesa warning: glDraw[Range]Elements())
Summary: Mesa outputs warning wih Unigine sanctuary (Mesa warning: glDraw[Range]Elemen...
Status: RESOLVED NOTOURBUG
Alias: None
Product: Mesa
Classification: Unclassified
Component: Mesa core (show other bugs)
Version: git
Hardware: Other All
: medium normal
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-08 19:26 UTC by Alexandre Demers
Modified: 2011-06-08 23:59 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Alexandre Demers 2011-06-08 19:26:57 UTC
./sanctuary
...
Mesa warning: glDraw[Range]Elements(start 0, end 561, count 2880, type 0x1403, indices=(nil))
	end is out of bounds (max=560)  Element Buffer 15 (size 5760)
	This should probably be fixed in the application.
Mesa warning: glDraw[Range]Elements(start 0, end 561, count 2880, type 0x1403, indices=(nil))
	end is out of bounds (max=560)  Element Buffer 15 (size 5760)
	This should probably be fixed in the application.
Mesa warning: glDraw[Range]Elements(start 0, end 561, count 2880, type 0x1403, indices=(nil))
	end is out of bounds (max=560)  Element Buffer 15 (size 5760)
	This should probably be fixed in the application.
Mesa warning: glDraw[Range]Elements(start 0, end 514, count 2880, type 0x1403, indices=(nil))
	end is out of bounds (max=513)  Element Buffer 5 (size 5760)
	This should probably be fixed in the application.
Mesa warning: glDraw[Range]Elements(start 0, end 514, count 2880, type 0x1403, indices=(nil))
	end is out of bounds (max=513)  Element Buffer 5 (size 5760)
	This should probably be fixed in the application.
...


I had no warning before if I remember correctly. I will try to bisect.
Comment 1 Pavel Ondračka 2011-06-08 23:47:03 UTC
> I had no warning before if I remember correctly. I will try to bisect.

Don't waste time, those warnings were present from the moment Sanctuary started to work last year. See for example bug 28294, there are some logs from that time and they all contain those warnings. 

BTW I don't think there is any visible problem or corruption associated with them.
Comment 2 Alexandre Demers 2011-06-08 23:59:35 UTC
(In reply to comment #1)
> > I had no warning before if I remember correctly. I will try to bisect.
> 
> Don't waste time, those warnings were present from the moment Sanctuary started
> to work last year. See for example bug 28294, there are some logs from that
> time and they all contain those warnings. 
> 
> BTW I don't think there is any visible problem or corruption associated with
> them.

None that I know. OK, so this bug can be closed then.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.