On Mon, Apr 11, 2016 at 4:17 PM, Roland Scheidegger <[email protected]> wrote: > I thought void ptr arithmetic is illegal (though a gcc extension), so > maybe should avoid that?
Right, it's a GNU C extension. I was aware I was using it, and I think it makes the code a lot nicer here, avoiding some casts or extra variables. _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
