Re: [Mesa-dev] [PATCH 03/23] i965: Separate miptree creation from auxiliary buffer setup

2016-02-10 Thread Pohjolainen, Topi
On Tue, Feb 09, 2016 at 03:05:05PM -0800, Ben Widawsky wrote: > On Mon, Feb 08, 2016 at 06:51:23PM +0200, Topi Pohjolainen wrote: > > Currently the logic allocating and setting up miptrees is closely > > combined with decision making when to re-allocate buffers in > > X-tiled layout and when to ass

[Mesa-dev] [PATCH] glsl: Allow invariant qualifer in block members in desktop OpenGL.

2016-02-10 Thread Samuel Iglesias Gonsálvez
Feedback from Khronos is that 'invariant' should be allowed on block members for desktop OpenGL. Fix piglit regression added by fe1e89a0: invariant-qualifier-in-out-block-01.vert Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=89330 Signed-off-by: Samuel Iglesias Gonsálvez --- src/compile

[Mesa-dev] [Bug 89330] piglit glsl-1.50 invariant-qualifier-in-out-block-01 regression

2016-02-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=89330 --- Comment #4 from Samuel Iglesias --- (In reply to Ian Romanick from comment #3) > Feedback from Khronos is that invariant should be allowed on block members. > In this case "global scope" meant "not in a function and not in a > structure." F

<    1   2