[Mesa-dev] [PATCH 00/30] i965/gen7: Initial geometry shader support.

2013-08-20 Thread Paul Berry
This series constitutes the initial geometry shader support for i965 Gen7 (Ivy Bridge) and Gen7.5 (Haswell). Basic functionality works, but I haven't turned it on yet because the following tasks still need to be done: - Get sampling to work - Support EndPrimitive() - Support gl_PrimitiveID (and

Re: [Mesa-dev] [PATCH 00/30] i965/gen7: Initial geometry shader support.

2013-08-22 Thread Paul Berry
On 20 August 2013 11:30, Paul Berry wrote: > This series constitutes the initial geometry shader support for i965 > Gen7 (Ivy Bridge) and Gen7.5 (Haswell). > > Basic functionality works, but I haven't turned it on yet because the > following tasks still need to be done: > > - Get sampling to work

Re: [Mesa-dev] [PATCH 00/30] i965/gen7: Initial geometry shader support.

2013-08-23 Thread Matt Turner
On Thu, Aug 22, 2013 at 8:35 AM, Paul Berry wrote: > Ian gave his review to patches 1-22, assuming the noted changes are made. > If anyone else would like to be mentioned in "Reviewed-by" tags, let me > know. On second thought, you can put my Reviewed-by on 1-22 as well. Thanks Paul! Matt __