On Tue, Apr 29, 2014 at 8:38 AM, Kenneth Graunke wrote:
> Apparently Clang needs an extra #include, and doesn't understand
> __attribute__((flatten)). Marking the helper functions as
> always_inline works just as well, and actually compiles with Clang.
>
> Signed-off-by: Kenneth Graunke
> ---
>
On Tue, Apr 29, 2014 at 11:38 AM, Kenneth Graunke wrote:
> Apparently Clang needs an extra #include, and doesn't understand
> __attribute__((flatten)). Marking the helper functions as
> always_inline works just as well, and actually compiles with Clang.
>
> Signed-off-by: Kenneth Graunke
> ---
>
Apparently Clang needs an extra #include, and doesn't understand
__attribute__((flatten)). Marking the helper functions as
always_inline works just as well, and actually compiles with Clang.
Signed-off-by: Kenneth Graunke
---
src/mesa/drivers/dri/i965/intel_tex_subimage.c | 17 ++---