Re: [Mesa-dev] [PATCH 0/4] Implement separate index spaces for UBOs and SSBOs

2015-10-13 Thread Kristian Høgsberg
On Fri, Oct 09, 2015 at 03:23:33PM +0200, Iago Toral Quiroga wrote: > See the rationale for this in [1], no piglit regressions observed in my > IvyBridge laptop. > > Patch 1: Renames {Num}UniformBlocks to {Num}BufferInterfaceBlocks. This is > more consistent with the current implementation, since

Re: [Mesa-dev] [PATCH 0/4] Implement separate index spaces for UBOs and SSBOs

2015-10-09 Thread Iago Toral
On Fri, 2015-10-09 at 15:23 +0200, Iago Toral Quiroga wrote: > See the rationale for this in [1], no piglit regressions observed in my > IvyBridge laptop. > > Patch 1: Renames {Num}UniformBlocks to {Num}BufferInterfaceBlocks. This is > more consistent with the current implementation, since right n

[Mesa-dev] [PATCH 0/4] Implement separate index spaces for UBOs and SSBOs

2015-10-09 Thread Iago Toral Quiroga
See the rationale for this in [1], no piglit regressions observed in my IvyBridge laptop. Patch 1: Renames {Num}UniformBlocks to {Num}BufferInterfaceBlocks. This is more consistent with the current implementation, since right now UniformBlocks contains both UBOs and SSBOs. Patch 2: Adds separate