[Mesa-dev] [PATCH 2/4] i965/disasm: Add missing message type for Gen7 DP untyped surface read

2014-10-11 Thread Chris Forbes
This is used to implement GLSL's atomicCounter() intrinsic. Previously it *worked*, but the disassembly was bogus. Signed-off-by: Chris Forbes --- src/mesa/drivers/dri/i965/brw_disasm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/drivers/dri/i965/brw_disasm.c b/src/mesa/drivers

[Mesa-dev] [PATCH 4/4] i965: Flag BRW_ATOMIC_COUNTER_BUFFER when a possible ABO is respecified

2014-10-11 Thread Chris Forbes
Signed-off-by: Chris Forbes --- src/mesa/drivers/dri/i965/intel_buffer_objects.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mesa/drivers/dri/i965/intel_buffer_objects.c b/src/mesa/drivers/dri/i965/intel_buffer_objects.c index 3532de6..81cc3bb 100644 --- a/src/mesa/drivers/dri/i965

[Mesa-dev] [PATCH 3/4] mesa: Mark buffer objects that are used as atomic counter buffers

2014-10-11 Thread Chris Forbes
Signed-off-by: Chris Forbes --- src/mesa/main/bufferobj.c | 1 + src/mesa/main/mtypes.h| 1 + 2 files changed, 2 insertions(+) diff --git a/src/mesa/main/bufferobj.c b/src/mesa/main/bufferobj.c index c92056a..d648308 100644 --- a/src/mesa/main/bufferobj.c +++ b/src/mesa/main/bufferobj.c @@ -

[Mesa-dev] [PATCH 1/4] i965: Correctly use ABO count to trigger flagging of new surfaces.

2014-10-11 Thread Chris Forbes
This would have *almost never* actually been an issue, since other state tends to get flagged at the same time as new ABOs -- but still bogus. Signed-off-by: Chris Forbes --- src/mesa/drivers/dri/i965/brw_wm_surface_state.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/

[Mesa-dev] [PATCH 0/4] Atomic counter fixes

2014-10-11 Thread Chris Forbes
This is a followup to the UBO/TexBO flagging changes, and fixes similar problems with atomic counter buffers. Patches 1 & 2 have been sent before, but in a series with a completely bogus final patch so didn't go anywhere. Patches 3 & 4 are new, and fix the new piglit test "arb_shader_atomic_coun

Re: [Mesa-dev] [PATCH 0/3] cl workdim v2

2014-10-11 Thread Jan Vesely
On Sun, 2014-10-12 at 01:56 +0300, Francisco Jerez wrote: > Jan Vesely writes: > > > On Sat, 2014-10-11 at 12:47 +0300, Francisco Jerez wrote: > >> Jan Vesely writes: > >> > >> > On Wed, 2014-10-08 at 18:02 +0300, Francisco Jerez wrote: > >> >> Jan Vesely writes: > >> >> > >> >> > [SNIP] > >>

Re: [Mesa-dev] [PATCH 0/3] cl workdim v2

2014-10-11 Thread Jan Vesely
On Sun, 2014-10-12 at 01:56 +0300, Francisco Jerez wrote: > Jan Vesely writes: > > > On Sat, 2014-10-11 at 12:47 +0300, Francisco Jerez wrote: > >> Jan Vesely writes: > >> > >> > On Wed, 2014-10-08 at 18:02 +0300, Francisco Jerez wrote: > >> >> Jan Vesely writes: > >> >> > >> >> > [SNIP] > >>

Re: [Mesa-dev] [PATCH 3/3] clover: add clCompile

2014-10-11 Thread Francisco Jerez
EdB writes: > Sorry, I didn't test it enought. > It needs the two following patch in order to work ok > > EdB (2): > clover: add allow_empty_tag > clover: don't return CL_INVALID_VALUE if there is no header > These look good, Reviewed-by: Francisco Jerez > src/gallium/state_trackers/clove

Re: [Mesa-dev] [PATCH 0/3] cl workdim v2

2014-10-11 Thread Francisco Jerez
Jan Vesely writes: > On Sat, 2014-10-11 at 12:47 +0300, Francisco Jerez wrote: >> Jan Vesely writes: >> >> > On Wed, 2014-10-08 at 18:02 +0300, Francisco Jerez wrote: >> >> Jan Vesely writes: >> >> >> >> > [SNIP] >> >> >> > >> >> >> > > I also don't like that this way there is no difference

[Mesa-dev] [PATCH] meta/msaa-blit: consider weird sample count case unreachable

2014-10-11 Thread Chris Forbes
Suppresses a bunch of warning noise about sample_map possibly being used uninitialized. Signed-off-by: Chris Forbes --- src/mesa/drivers/common/meta_blit.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/drivers/common/meta_blit.c b/src/mesa/drivers/common/meta_blit.c index c6616d9

Re: [Mesa-dev] [PATCH 0/3] cl workdim v2

2014-10-11 Thread Jan Vesely
On Sat, 2014-10-11 at 12:47 +0300, Francisco Jerez wrote: > Jan Vesely writes: > > > On Wed, 2014-10-08 at 18:02 +0300, Francisco Jerez wrote: > >> Jan Vesely writes: > >> > >> > [SNIP] > >> >> > > >> >> > > I also don't like that this way there is no difference between > >> >> > > explicit an

[Mesa-dev] [Bug 61527] MesaLib-9.1: Does not build. LIBTOOL not defined for some makefiles

2014-10-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61527 bjarn...@rhi.hi.is changed: What|Removed |Added CC||bjarn...@rhi.hi.is --- Comment #2 fr

[Mesa-dev] [PATCH 2/2] clover: don't return CL_INVALID_VALUE if there is no header

2014-10-11 Thread EdB
--- src/gallium/state_trackers/clover/api/program.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/state_trackers/clover/api/program.cpp b/src/gallium/state_trackers/clover/api/program.cpp index 1b9311f..e3ef8d0 100644 --- a/src/gallium/state_trackers/clover/api

Re: [Mesa-dev] [PATCH 3/3] clover: add clCompile

2014-10-11 Thread EdB
Sorry, I didn't test it enought. It needs the two following patch in order to work ok EdB (2): clover: add allow_empty_tag clover: don't return CL_INVALID_VALUE if there is no header src/gallium/state_trackers/clover/api/program.cpp | 2 +- src/gallium/state_trackers/clover/core/object.hpp

[Mesa-dev] [Bug 84894] Mesa 10.3 Breaks Arch Linux Multiseat

2014-10-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84894 shillshoc...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Mesa-dev] [Bug 84894] Mesa 10.3 Breaks Arch Linux Multiseat

2014-10-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84894 --- Comment #1 from shillshoc...@gmail.com --- Turns out that it's a LightDM issue. Problem is solved by reverting to lightdm-1:1.10.1-3-x86_64 -- You are receiving this mail because: You are the assignee for the bug. ___

[Mesa-dev] [Bug 84894] Mesa 10.3 Breaks Arch Linux Multiseat

2014-10-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84894 Anael changed: What|Removed |Added CC||nana...@gmail.com -- You are receiving this mai

Re: [Mesa-dev] [PATCH 0/3] cl workdim v2

2014-10-11 Thread Francisco Jerez
Jan Vesely writes: > On Wed, 2014-10-08 at 18:02 +0300, Francisco Jerez wrote: >> Jan Vesely writes: >> >> > [SNIP] >> >> > >> >> > > I also don't like that this way there is no difference between >> >> > > explicit and implicit kernel arguments. On the other hand it's simple, >> >> > > and do

Re: [Mesa-dev] [PATCH] glsl: improve accuracy of atan()

2014-10-11 Thread Erik Faye-Lund
On Fri, Oct 10, 2014 at 8:44 PM, Olivier Galibert wrote: > Applied. Thanks :) ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH 3/3] clover: add clCompile

2014-10-11 Thread EdB
On Friday 10 October 2014 15:45:51 Tom Stellard wrote: > On Fri, Oct 10, 2014 at 07:51:40PM +0200, EdB wrote: > > On Friday 10 October 2014 10:16:08 Tom Stellard wrote: > > > On Thu, Oct 09, 2014 at 09:22:46PM +0200, EdB wrote: > > > > On Thursday, October 09, 2014 06:29:40 AM Tom Stellard wrote: >