[Mesa-dev] [PATCH 00/12] DEMOS Use core profile in two GS demos (v3).

2014-02-19 Thread Fabian Bieler
Hello! As mesa only supports geometry shaders in core profile contexts this patchset adjusts the gsraytrace and the geom-outlining-150 demos to use the core profile. This is v3 with some comments by Ian Romanick adressed. The series is reviewed by Brian Paul and Ian Romanick. As I don't have gi

Re: [Mesa-dev] [PATCH 00/12] DEMOS Use core profile in two GS demos (v2).

2014-02-17 Thread Ian Romanick
Series is Reviewed-by: Ian Romanick On 02/13/2014 02:18 PM, Fabian Bieler wrote: > Hello! > > As mesa only supports geometry shaders in core profile contexts this patchset > adjusts the gsraytrace and the geom-outlining-150 demos to use the core > profile. > > This is v2 with the comment by Ia

Re: [Mesa-dev] [PATCH 00/12] DEMOS Use core profile in two GS demos (v2).

2014-02-14 Thread Brian Paul
On 02/13/2014 03:18 PM, Fabian Bieler wrote: Hello! As mesa only supports geometry shaders in core profile contexts this patchset adjusts the gsraytrace and the geom-outlining-150 demos to use the core profile. This is v2 with the comment by Ian Romanick regarding incorrect usage of the GLSL pr

[Mesa-dev] [PATCH 00/12] DEMOS Use core profile in two GS demos (v2).

2014-02-13 Thread Fabian Bieler
Hello! As mesa only supports geometry shaders in core profile contexts this patchset adjusts the gsraytrace and the geom-outlining-150 demos to use the core profile. This is v2 with the comment by Ian Romanick regarding incorrect usage of the GLSL preprocessor #line directive adressed. As I don'

[Mesa-dev] [PATCH 00/12] DEMOS Use core profile in two GS demos.

2014-02-05 Thread Fabian Bieler
Hello! As mesa only supports geometry shaders in core profile contexts this patchset adjusts the gsraytrace and the geom-outlining-150 demos to use the core profile. Fabian Fabian Bieler (12): configure.ac: Check for freeglut. glut_wrapper: Include freeglut.h if available. glsl/gsraytrace