[Piglit] [PATCH 01/29] texline: Replace glut with piglit-util and glut_wrap.h

Brian Paul brianp at vmware.com
Mon May 21 11:41:43 PDT 2012


On 05/21/2012 12:08 PM, Pauli Nieminen wrote:
> Signed-off-by: Pauli Nieminen<pauli.nieminen at linux.intel.com>
> ---
>   tests/mesa/tests/texline.c |    3 ++-
>   1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/tests/mesa/tests/texline.c b/tests/mesa/tests/texline.c
> index 1c99953..7e0c134 100644
> --- a/tests/mesa/tests/texline.c
> +++ b/tests/mesa/tests/texline.c
> @@ -12,7 +12,8 @@
>   #include<stdlib.h>
>   #include<string.h>
>   #include<math.h>
> -#include<GL/glut.h>
> +#include "piglit-util.h"
> +#include<piglit/glut_wrap.h>

Why the angle brackets on the second one?


>   #include "../util/readtex.h"
>   #include "../util/writeimg.h"
>



More information about the Piglit mailing list