Re: [Mesa-dev] [PATCH] clover: Implement image attribute getters

2015-07-06 Thread Zoltán Gilián
> This seems to be doing essentially the same thing as v1? Is it the > right patch? The llvm pass was invoked in clover in v1. This patch relies on llvm to perform that task (). What this patch does basically is that it adds the image attributes to the end of the kernel input vector. The commit m

Re: [Mesa-dev] [PATCH RFC] egl/dri2: Add dri3 support to x11 platform

2015-07-06 Thread Pekka Paalanen
On Sat, 4 Jul 2015 11:18:18 +0800 Boyan Ding wrote: > >> [snip] > >> > >> +/* FIXME: Is this right? Seems problematic for WL_bind_wayland_display */ > > What seems to be the problem ? > > > > Afaik xcb_dri3_open_reply_fds should return an FD which is ok (be that a > > render_node device, or a mas

Re: [Mesa-dev] [PATCH v4 3/6] i965: Enable hardware-generated binding tables on render path.

2015-07-06 Thread Abdiel Janulgue
On 07/03/2015 12:20 PM, Chris Wilson wrote: > On Fri, Jul 03, 2015 at 10:00:31AM +0300, Abdiel Janulgue wrote: >> +void >> +gen7_enable_hw_binding_tables(struct brw_context *brw) >> +{ >> + if (!brw->use_resource_streamer) >> + return; >> + >> + if (!brw->hw_bt_pool.bo) { >> + /* We

[Mesa-dev] [PATCH] radeonsi: Use param export count from si_llvm_export_vs in si_shader_vs

2015-07-06 Thread Michel Dänzer
From: Michel Dänzer This eliminates the error prone logic in si_shader_vs recalculating this value. It also fixes TGSI_SEMANTIC_CLIPDIST outputs incorrectly not being counted for VS exports, since they are passed to the fragment shader as varyings as well. Bugzilla: https://bugs.freedesktop.org

[Mesa-dev] [Bug 90821] Segfault when calling glViewport on surfaceless EGL context without bound FBO

2015-07-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90821 Philip Derrin changed: What|Removed |Added CC||philip+freedesktop@breakawa

<    1   2