Re: [Mesa-dev] [PATCHv4 09/20] i965/fs: Import image format conversion primitives.

2015-07-30 Thread Jason Ekstrand
Reviewed-by: Jason Ekstrand On Thu, Jul 23, 2015 at 10:30 AM, Francisco Jerez wrote: > Define bitfield packing, unpacking and type conversion operations in > terms of which the image format conversion code will be implemented. > These don't directly know about image formats: The packing and > un

[Mesa-dev] [PATCHv4 09/20] i965/fs: Import image format conversion primitives.

2015-07-23 Thread Francisco Jerez
Define bitfield packing, unpacking and type conversion operations in terms of which the image format conversion code will be implemented. These don't directly know about image formats: The packing and unpacking functions take a 4-tuple of bit shifts and a 4-tuple of bit widths as arguments, determi