Re: [PATCH 16/27] glamor: Replace some goofy enum-likes with a real enum.

2014-03-13 Thread Eric Anholt
Markus Wick mar...@selfnet.de writes: Am 2014-03-11 22:30, schrieb Eric Anholt: This unpacks the bitfield into an int size, but my experience has been that packing bitfields doesn't matter for performance. Signed-off-by: Eric Anholt e...@anholt.net --- glamor/glamor_fbo.c | 2 +-

Re: [PATCH 16/27] glamor: Replace some goofy enum-likes with a real enum.

2014-03-12 Thread Markus Wick
Am 2014-03-11 22:30, schrieb Eric Anholt: This unpacks the bitfield into an int size, but my experience has been that packing bitfields doesn't matter for performance. Signed-off-by: Eric Anholt e...@anholt.net --- glamor/glamor_fbo.c | 2 +- glamor/glamor_priv.h | 25

[PATCH 16/27] glamor: Replace some goofy enum-likes with a real enum.

2014-03-11 Thread Eric Anholt
This unpacks the bitfield into an int size, but my experience has been that packing bitfields doesn't matter for performance. Signed-off-by: Eric Anholt e...@anholt.net --- glamor/glamor_fbo.c | 2 +- glamor/glamor_priv.h | 25 - 2 files changed, 17 insertions(+), 10