Re: [Mesa-dev] [PATCH 34/41] glapi: glX_proto_send.py: don't unpack useless values.

2016-04-19 Thread Ian Romanick
This patch is Reviewed-by: Ian Romanick On 03/31/2016 05:04 PM, Dylan Baker wrote: > There are two ways to handle this. One is to use the _ placeholder value > when multiple values are needed. The second is to use list indexing to > get only the values actually needed when only one value is desi

[Mesa-dev] [PATCH 34/41] glapi: glX_proto_send.py: don't unpack useless values.

2016-03-31 Thread Dylan Baker
There are two ways to handle this. One is to use the _ placeholder value when multiple values are needed. The second is to use list indexing to get only the values actually needed when only one value is desired. Signed-off-by: Dylan Baker --- src/mapi/glapi/gen/glX_proto_send.py | 10 +-