[Mesa-dev] [PATCH 13/19] svga: update buffer code for GBS

2014-02-13 Thread Brian Paul
Reviewed-by: Thomas Hellstrom Cc: "10.1" --- src/gallium/drivers/svga/svga_resource_buffer.c| 32 ++- .../drivers/svga/svga_resource_buffer_upload.c | 234 +--- 2 files changed, 224 insertions(+), 42 deletions(-) diff --git a/src/gallium/drivers/svga/svga_resource_buf

[Mesa-dev] [PATCH 15/19] pipebuffer, winsys: Add a size match parameter to the cached buffer manager

2014-02-13 Thread Brian Paul
From: Thomas Hellstrom In some situations it's important to restrict the sizes of buffers that the cached buffer manager is allowed to return Signed-off-by: Thomas Hellstrom Cc: "10.1" --- src/gallium/auxiliary/pipebuffer/pb_bufmgr.h |3 ++- src/gallium/auxiliary/pipebuffer/pb_bufmg

[Mesa-dev] [PATCH 10/19] svga: adjust adjustment for point coordinates

2014-02-13 Thread Brian Paul
Reviewed-by: Thomas Hellstrom Cc: "10.1" --- src/gallium/drivers/svga/svga_state_framebuffer.c |5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/gallium/drivers/svga/svga_state_framebuffer.c b/src/gallium/drivers/svga/svga_state_framebuffer.c index 1497116..1c174da

[Mesa-dev] [PATCH 12/19] svga: add new helper functions for GBS buffers

2014-02-13 Thread Brian Paul
Reviewed-by: Thomas Hellstrom Cc: "10.1" --- src/gallium/drivers/svga/svga_resource_buffer.h | 76 +++ 1 file changed, 76 insertions(+) diff --git a/src/gallium/drivers/svga/svga_resource_buffer.h b/src/gallium/drivers/svga/svga_resource_buffer.h index b431d7b..36467cf 10

[Mesa-dev] [PATCH 17/19] gallium/util: Add flush/map debug utility code

2014-02-13 Thread Brian Paul
From: Thomas Hellstrom Signed-off-by: Thomas Hellstrom Reviewed-by: Brian Paul Cc: "10.1" --- src/gallium/auxiliary/Makefile.sources |1 + src/gallium/auxiliary/util/u_debug_flush.c | 391 src/gallium/auxiliary/util/u_debug_flush.h | 138 ++ 3 fi

[Mesa-dev] [PATCH 16/19] gallium/pipebuffer: Add a cache buffer manager bypass mask

2014-02-13 Thread Brian Paul
From: Thomas Hellstrom In some situations, it may be desirable to bypass the cache at buffer creation but to insert the buffer in the cache at buffer destruction. One such situation is where we already have a kernel representation of a buffer that we want to use, but we also want to insert it in

[Mesa-dev] [PATCH 19/19] svga/winsys: Propagate surface shared information to the winsys

2014-02-13 Thread Brian Paul
From: Thomas Hellstrom The linux winsys needs to know whether a surface is shared. For guest-backed surfaces we need this information to avoid allocating a mob out of the mob cache for shared surfaces, but instead allocate a shared mob, that is never put in the mob cache, from the kernel. Also p

Re: [Mesa-dev] Mesa install - Doubts..

2014-02-13 Thread Alex Deucher
On Thu, Feb 13, 2014 at 9:09 AM, sathishkumar sivagurunathan wrote: > Hi, > >I am trying to check the graphics card that I have.. From internet > search, I found the following command lists the graphics card in a system. > > 1) sudo lshw -C display; lsb_release -a; uname -a; xrandr > > The out

Re: [Mesa-dev] [PATCH] radeon: reverse DBG_NO_HYPERZ logic

2014-02-13 Thread Alex Deucher
On Wed, Feb 12, 2014 at 2:21 PM, Marek Olšák wrote: > Acked-by: Marek Olšák > > Please don't close the FDO bugs after this is committed. I don't plan to. Thanks, Alex > > Marek > > On Wed, Feb 12, 2014 at 6:20 PM, Alex Deucher wrote: >> Change the flag to DBG_HYPERZ and reverse the logic >>

Re: [Mesa-dev] [PATCH 15/19] pipebuffer, winsys: Add a size match parameter to the cached buffer manager

2014-02-13 Thread Marek Olšák
Please, can the size factor be a float? Thanks, Marek On Fri, Feb 14, 2014 at 2:21 AM, Brian Paul wrote: > From: Thomas Hellstrom > > In some situations it's important to restrict the sizes of buffers that the > cached buffer manager is allowed to return > > Signed-off-by: Thomas Hellstrom >

[Mesa-dev] [PATCH v2] nv50: make sure to clear _all_ layers of all attachments

2014-02-13 Thread Ilia Mirkin
Unfortunately there's only one RT_ARRAY_MODE setting for all attachments, so clears were previously truncated to the minimum number of layers any attachment had. Instead set the RT_ARRAY_MODE to 512 (the max number of layers) before doing the clear. This fixes gl-3.2-layered-rendering-clear-color-m

[Mesa-dev] Regression caused by 2e9ee44797 ("nv50/ir/ra: some register spilling fixes")

2014-02-13 Thread Ilia Mirkin
Hi Christoph, bin/shader_runner tests/spec/glsl-1.40/uniform_buffer/fs-struct-copy-complicated.shader_test -auto bin/shader_runner tests/spec/glsl-1.40/uniform_buffer/vs-struct-copy-complicated.shader_test -auto bin/shader_runner tests/spec/glsl-1.50/uniform_buffer/gs-struct-copy-complicated.shade

<    1   2