Re: [Mesa-dev] [PATCH 3/5] Bug fix: skip padding in get_called_parameter_string

2013-02-28 Thread Kenneth Graunke
On 02/27/2013 04:58 PM, Eric Anholt wrote: From: Paul Berry This bug is currently benign, since get_called_parameter_string() is currently only used for functions that return true for glx_function.has_different_protocol(), and none of those functions include padding. However, in order to imple

[Mesa-dev] [PATCH 3/5] Bug fix: skip padding in get_called_parameter_string

2013-02-27 Thread Eric Anholt
From: Paul Berry This bug is currently benign, since get_called_parameter_string() is currently only used for functions that return true for glx_function.has_different_protocol(), and none of those functions include padding. However, in order to implement marshalling of GL API functions, we'll n