<p dir="ltr"><br>
On Sep 3, 2015 4:09 AM, "Neil Roberts" <<a href="mailto:neil@linux.intel.com">neil@linux.intel.com</a>> wrote:<br>
><br>
> Jason Ekstrand <<a href="mailto:jason@jlekstrand.net">jason@jlekstrand.net</a>> writes:<br>
><br>
> > We can probably just bail higher up in the stack and never call the<br>
> > driver hook if we have a zero dimension. That would also protect us<br>
> > from silly zero-dim bugs that may exist.<br>
><br>
> Yes, that already does happen. As mentioned elsewhere in the thread,<br>
> _mesa_validate_pbo_access is called outside of the driver code before it<br>
> tries to bail out.<br>
><br>
> I think we do still want to call _mesa_validate_pbo_access for<br>
> zero-sized images because it generates other errors that we're probably<br>
> supposed to catch so we can't just move the shortcut further up the<br>
> stack.</p>
<p dir="ltr"> Sounds good.<br>
</p>