On 07/10/2012 11:42 AM, Kenneth Graunke wrote:
> On 07/09/2012 10:46 AM, Chad Versace wrote:
>> The header defined the functions in with C-style macro templates. Since
>> there was only one user of the header, the templates were unnecessary.
>> This patch redefines the functions as vanilla, non-tem
On 07/09/2012 10:46 AM, Chad Versace wrote:
> The header defined the functions in with C-style macro templates. Since
> there was only one user of the header, the templates were unnecessary.
> This patch redefines the functions as vanilla, non-templated functions.
>
> This patch also removes the h
The header defined the functions in with C-style macro templates. Since
there was only one user of the header, the templates were unnecessary.
This patch redefines the functions as vanilla, non-templated functions.
This patch also removes the header and folds its contents into
texcompress_etc.c.