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
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
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
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
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
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
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
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
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
>>
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
>
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
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
101 - 112 of 112 matches
Mail list logo