[Mesa-dev] [RFC 2/3] mesa: hook up DiscardTexture for InvalidateFramebuffer and friends

2015-08-16 Thread Rob Clark
From: Rob Clark robcl...@freedesktop.org We can use same Driver hook for these, in addition to DiscardFramebufferEXT() Signed-off-by: Rob Clark robcl...@freedesktop.org --- src/mesa/main/fbobject.c | 25 ++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git

[Mesa-dev] [RFC 0/3] Flesh out DiscardFramebuffer and InvalidateFramebuffer

2015-08-16 Thread Rob Clark
From: Rob Clark robcl...@freedesktop.org Currently, these extension entry points were implemented, but other than error-checking, they were no-op. (Technically, DiscardFramebuffer had a driver hook, but no one implemented it.) So refactor the driver API slightly, and turn these all into calls

[Mesa-dev] [Bug 91646] dlopen'ing libudev.so.1 from static library initializer corrupts TLS state

2015-08-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91646 --- Comment #6 from Serge Martin edb+freedesk...@sigluy.net --- Hello This remind me this. Something similar have happen to ocl-icd, see https://bugzilla.redhat.com/show_bug.cgi?id=1219646 -- You are receiving this mail because: You are the

Re: [Mesa-dev] [PATCH] clover: fix llvm 3.5 build error

2015-08-16 Thread Serge Martin (EdB)
On Sunday 09 August 2015 11:52:13 orome wrote: On Sun, 2015-08-09 at 15:39 +0200, Zoltan Gilian wrote: There is no MDOperand in llvm 3.5. v2: Check if kernel metadata is present to avoid crash (EdB). still builds for me. Sadly, it's still crashing for me. auto kernel_node =

[Mesa-dev] [PATCH] [RFC] mesa/st: create a front buffer renderbuffer

2015-08-16 Thread Dave Airlie
From: Dave Airlie airl...@redhat.com It appears CTS does a lot of glGetFrameBufferAttachmentParameteriv with GL_FRONT_LEFT, but gallium doesn't create a GL_FRONT_LEFT attachment, so these all fail badly, now I'd like to argue the test suite should probably only hit GL_BACK_LEFT but I'm guessing

Re: [Mesa-dev] [PATCH v2 2/3] mesa: validate size parameters for glTexStorage*Multisample

2015-08-16 Thread Tapani Pälli
On 08/14/2015 04:01 PM, Timothy Arceri wrote: On Fri, 2015-08-14 at 08:55 +0300, Tapani Pälli wrote: On 08/13/2015 11:54 AM, Timothy Arceri wrote: I've sent a couple of follow-up patches I notice when reviewing this. On Thu, 2015-08-13 at 09:30 +0300, Tapani Pälli wrote: v2: code cleanup

<    1   2