Re: [Mesa-dev] [PATCH] gallium: include u_surface.h instead of u_rect.h

2013-09-30 Thread Roland Scheidegger
Am 30.09.2013 17:14, schrieb Brian Paul: > u_rect.h was including u_surface.h just to avoid touching a bunch > of other source files after some functions were moved from u_rect.h > to u_surface.h. This patch cleans up that hack. > --- > src/gallium/auxiliary/util/u_format.c|2 +- > sr

[Mesa-dev] [PATCH] gallium: include u_surface.h instead of u_rect.h

2013-09-30 Thread Brian Paul
u_rect.h was including u_surface.h just to avoid touching a bunch of other source files after some functions were moved from u_rect.h to u_surface.h. This patch cleans up that hack. --- src/gallium/auxiliary/util/u_format.c|2 +- src/gallium/auxiliary/util/u_rect.h |6 ---