-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Spurious whitespace is fixed in v2.
On 08/27/2011 12:19 AM, Ian Romanick wrote:
> On 08/26/2011 06:54 PM, Chad Versace wrote:
>> Add $(TOP)/src/mesa to include paths and replace each occurence of
>> #include "../glsl/*.h"
>> with
>> #include "glsl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 08/26/2011 06:54 PM, Chad Versace wrote:
> Add $(TOP)/src/mesa to include paths and replace each occurence of
> #include "../glsl/*.h"
> with
> #include "glsl/*.h"
>
> Signed-off-by: Chad Versace
> ---
> src/mesa/drivers/dri/i965/Makefile
Add $(TOP)/src/mesa to include paths and replace each occurence of
#include "../glsl/*.h"
with
#include "glsl/*.h"
Signed-off-by: Chad Versace
---
src/mesa/drivers/dri/i965/Makefile |1 +
src/mesa/drivers/dri/i965/brw_clip.c |2 +-
src/mesa/drivers/dri/i