Re: [Mesa-dev] [PATCH V3] i965: add support for image AoA

2015-11-03 Thread Francisco Jerez
Timothy Arceri writes: > V3: clamp array index to the correct size (the size of the current array > rather than the inner array) Francisco Jerez. > > V2: avoid useless zero-initialization and addition for the first AoA level, > avoid redundant temporary, make use of type_size_scalar(), rename aoa

[Mesa-dev] [PATCH V3] i965: add support for image AoA

2015-11-03 Thread Timothy Arceri
V3: clamp array index to the correct size (the size of the current array rather than the inner array) Francisco Jerez. V2: avoid useless zero-initialization and addition for the first AoA level, avoid redundant temporary, make use of type_size_scalar(), rename aoa_size to element_size, assign the