On Mon, Jun 30, 2014 at 2:40 PM, Matt Turner <matts...@gmail.com> wrote:
> diff --git a/src/mesa/drivers/dri/i965/gen8_instruction.c 
> b/src/mesa/drivers/dri/i965/gen8_instruction.c
> index c9cbab6..47955e1 100644
> --- a/src/mesa/drivers/dri/i965/gen8_instruction.c
> +++ b/src/mesa/drivers/dri/i965/gen8_instruction.c
> @@ -28,6 +28,7 @@
>   * and set various fields.  This is the actual hardware format.
>   */
>
> +#include "main/compiler.h"
>  #include "brw_defines.h"
>  #include "gen8_instruction.h"
>
> --

A preemptive explanation: this hunk is because brw_defines.h includes
an enum (brw_conditional_mod) marked with PACKED, which is defined in
compiler.h. Kind of ugly, but this file should be going away soon
anyway.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to