Re: [Mesa-dev] [PATCH 1/2] gallium: put video-related enums in separate header

2011-07-14 Thread Christian König
> The forward references to video enum types in p_context.h causes > a massive number of compiler warnings (ISO C forbids forward references > to ?enum? types). > > By putting the new video enums in a separate header that can be included > by p_context.h and p_screen.h we can avoid this. Akk for p

[Mesa-dev] [PATCH 1/2] gallium: put video-related enums in separate header

2011-07-13 Thread Brian Paul
The forward references to video enum types in p_context.h causes a massive number of compiler warnings (ISO C forbids forward references to ‘enum’ types). By putting the new video enums in a separate header that can be included by p_context.h and p_screen.h we can avoid this. --- src/gallium/auxi