Re: [Mesa-dev] i965 gen6: Pass-through GS program for future use by transform feedback

2011-12-07 Thread Paul Berry
On 7 December 2011 00:50, Kenneth Graunke wrote: > On 12/05/2011 09:40 AM, Paul Berry wrote: > > This patch series introduces a geometry shader program for i965 Gen6 > > (Sandy Bridge) that does nothing--it simply passes vertices through to > > later stages of the graphics pipeline. This is a pr

Re: [Mesa-dev] i965 gen6: Pass-through GS program for future use by transform feedback

2011-12-07 Thread Kenneth Graunke
On 12/05/2011 09:40 AM, Paul Berry wrote: > This patch series introduces a geometry shader program for i965 Gen6 > (Sandy Bridge) that does nothing--it simply passes vertices through to > later stages of the graphics pipeline. This is a preliminary step > towards implementing transform feedback, s

[Mesa-dev] i965 gen6: Pass-through GS program for future use by transform feedback

2011-12-05 Thread Paul Berry
This patch series introduces a geometry shader program for i965 Gen6 (Sandy Bridge) that does nothing--it simply passes vertices through to later stages of the graphics pipeline. This is a preliminary step towards implementing transform feedback, since on Gen6, transform feedback is accomplished b