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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|dri-devel@lists.freedesktop |mesa-dev@lists.freedesktop.
                   |.org                        |org
          Component|Drivers/Gallium/r600        |Mesa core

--- Comment #1 from Michel Dänzer <mic...@daenzer.net> 2012-01-12 01:58:13 PST 
---
(In reply to comment #1)
> Mesa warning: glDraw[Range]Elements(start 5358, end 5754, count 396, type
> 0x1403, indices=0x29dc)
>     end is out of bounds (max=2943)  Element Buffer 384 (size 11508)
>     This should probably be fixed in the application.
> Mesa warning: glDraw[Range]Elements(start 3558, end 5358, count 1800, type
> 0x1403, indices=0x1bcc)
>     end is out of bounds (max=2943)  Element Buffer 384 (size 11508)
>     This should probably be fixed in the application.

AFAICT these rendering calls are ignored, as start > max. That could explain
the missing parts on the screenshots.

This looks like either a bug in the app or in the Mesa core code printing these
messages. Either way, the driver probably can't do anything about it,
reassigning to Mesa core for now.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to