On 10/31/07, Jose Rodriguez <[EMAIL PROTECTED]> wrote:
> On 30/10/2007, Roland Scheidegger <[EMAIL PROTECTED]> wrote:
> > Hmm, so max_index is -1. Apparently gtkradiant has called drawArrays
> > with a count of 0 (which is legal though pretty much a no-op), it seems
> > we don't handle that correctly. (calculating start + count - 1 is a
> > problem there...). I'd guess the solution for that is checking for count
> > == 0 and returning early in vbo_exec_DrawArrays in this case. Maybe the
> > same problem can be found in other places, haven't really looked at it
> > (e.g. the drawelements functions).
> >
> > Roland
> >
>
>
> Should I open a bug report about this? Would building DRI from git make any
> difference? Is there anything else I could do in terms of a) providing
> information and b) solving my inability to run this software?

yes, please file a bug for this.

Alex

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to