https://bugs.freedesktop.org/show_bug.cgi?id=97549
--- Comment #3 from Michel Dänzer ---
Does the problem also occur with the modesetting driver instead of intel?
If yes, I'm afraid we can't make progress on this bug without seeing at least
the number of buffers used before and after my change i
On 05/09/16 04:37 AM, Ilia Mirkin wrote:
> On Tue, Mar 8, 2016 at 7:21 AM, Christian König
> wrote:
>> @@ -80,7 +82,7 @@ vlVdpOutputSurfaceCreate(VdpDevice device,
>> res_tmpl.depth0 = 1;
>> res_tmpl.array_size = 1;
>> res_tmpl.bind = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET |
On 05.09.2016 03:03, Dave Airlie wrote:
So currently out-of-tree radv, reuses addrlib (by copying the all
the files), and at least wants to share the register and family
header files.
This is a set of patches to just move those into a shared directory,
in advance of proposing that radv goes into
Signed-off-by: Tapani Pälli
---
src/mesa/drivers/dri/i965/brw_link.cpp | 11 +++
1 file changed, 11 insertions(+)
diff --git a/src/mesa/drivers/dri/i965/brw_link.cpp
b/src/mesa/drivers/dri/i965/brw_link.cpp
index 4800be0..2b1fa61 100644
--- a/src/mesa/drivers/dri/i965/brw_link.cpp
+++ b
On Sat, Sep 03, 2016 at 04:09:26PM -0700, Jason Ekstrand wrote:
> When Ivy Bridge introduced array multisampling, someone made the decision
> to do lots of stuff throughout the driver in terms of physical array layers
> rather than logical array layers. In ISL, we use logical array layers most
> o
Reviewed-by: Jason Ekstrand
But definitely not tested-by :-)
On Sun, Sep 4, 2016 at 7:47 PM, Ilia Mirkin wrote:
> Found by inspection. Untested beyond compilation.
>
> Signed-off-by: Ilia Mirkin
> ---
> src/compiler/nir/nir_opcodes.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
https://bugs.freedesktop.org/show_bug.cgi?id=97587
Jason Ekstrand changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
Found by inspection. Untested beyond compilation.
Signed-off-by: Ilia Mirkin
---
src/compiler/nir/nir_opcodes.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/compiler/nir/nir_opcodes.py b/src/compiler/nir/nir_opcodes.py
index 15066c2..7045c95 100644
--- a/src/compiler/
From: Dave Airlie
---
src/amd/Makefile.addrlib.am| 35 ++
src/amd/Makefile.am| 3 ++
src/amd/Makefile.sources | 24 ++-
.../amdgpu/drm => amd}/addrlib/addrinterface.cpp | 0
.../
So currently out-of-tree radv, reuses addrlib (by copying the all
the files), and at least wants to share the register and family
header files.
This is a set of patches to just move those into a shared directory,
in advance of proposing that radv goes into mainline at all.
Dave.
From: Dave Airlie
Step one to merging radv would be to move some files around.
This only adds the include path to r600/radeonsi, because later
we want to avoid having to add it to the generic target paths.
---
configure.ac | 1 +
src/Makefile.am
From: Dave Airlie
This just moves these to a common header file.
---
src/amd/Makefile.sources | 3 +-
src/amd/common/amd_family.h| 111 +
src/gallium/drivers/radeon/radeon_winsys.h | 86 +-
3 files changed, 115
From: Dave Airlie
This just ports the simpler endian detection bits, addrlib
sharing wants this outside gallium.
---
src/gallium/include/pipe/p_config.h | 40 ++-
src/util/Makefile.sources | 3 +-
src/util/u_endian.h | 65 +++
This artificially converts a buffer into a 8K x N 2D texture to fetch
texels from. As a result we can access up to 8K x 8K texels on a3xx, and
16K x 16K on a4xx. This could be further expanded into 3D space if
necessary, but 64M should be enough.
We have to check out-of-bounds conditions in the sh
Reviewed-by: Connor Abbott
On Sat, Sep 3, 2016 at 2:59 PM, Jason Ekstrand wrote:
> In aad4f1550, we removed the concept of "fake" edges from NIR. Now, if you
> have a block at the end of an infinite loop it really has no predecessors.
> This updates the unit tests to match.
>
> Signed-off-by: J
On Thu, Sep 1, 2016 at 10:25 AM, Emil Velikov wrote:
> Samuel Pitoiset (7):
> nv50/ir: always emit the NDV bit for OP_QUADOP
Either remove this commit, or, preferably, also cherry-pick this one:
commit 61e978524a0e5de4f8570b44bcb9b907a9187684
Author: Ilia Mirkin
Date: Sun Sep 4 18:21:29
On Tue, Mar 8, 2016 at 7:21 AM, Christian König wrote:
> @@ -80,7 +82,7 @@ vlVdpOutputSurfaceCreate(VdpDevice device,
> res_tmpl.depth0 = 1;
> res_tmpl.array_size = 1;
> res_tmpl.bind = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET |
> - PIPE_BIND_LINEAR;
> +
17 matches
Mail list logo