Re: [Mesa-dev] [PATCH] mesa: Fix geometry shader program queries.

2013-10-17 Thread Pohjolainen, Topi
On Wed, Oct 16, 2013 at 11:57:16PM -0700, Paul Berry wrote: >On 16 October 2013 23:29, Pohjolainen, Topi >wrote: > > On Wed, Oct 16, 2013 at 11:13:33AM -0700, Paul Berry wrote: > > The queries GEOMETRY_VERTICES_OUT, GEOMETRY_INPUT_TYPE, and > > GEOMETRY_OUTPUT_TYPE (defined

Re: [Mesa-dev] [PATCH] mesa: Fix geometry shader program queries.

2013-10-17 Thread Paul Berry
On 16 October 2013 23:29, Pohjolainen, Topi wrote: > On Wed, Oct 16, 2013 at 11:13:33AM -0700, Paul Berry wrote: > > The queries GEOMETRY_VERTICES_OUT, GEOMETRY_INPUT_TYPE, and > > GEOMETRY_OUTPUT_TYPE (defined by GL 3.2) differ from the corresponding > > queries in ARB_geometry_shader4 in the fol

Re: [Mesa-dev] [PATCH] mesa: Fix geometry shader program queries.

2013-10-16 Thread Pohjolainen, Topi
On Wed, Oct 16, 2013 at 11:13:33AM -0700, Paul Berry wrote: > The queries GEOMETRY_VERTICES_OUT, GEOMETRY_INPUT_TYPE, and > GEOMETRY_OUTPUT_TYPE (defined by GL 3.2) differ from the corresponding > queries in ARB_geometry_shader4 in the following ways: > > - They use different enum values > > - Th

[Mesa-dev] [PATCH] mesa: Fix geometry shader program queries.

2013-10-16 Thread Paul Berry
The queries GEOMETRY_VERTICES_OUT, GEOMETRY_INPUT_TYPE, and GEOMETRY_OUTPUT_TYPE (defined by GL 3.2) differ from the corresponding queries in ARB_geometry_shader4 in the following ways: - They use different enum values - They can only be queried; they cannot be set. - Attempting to query them yi