On Don, 2014-01-02 at 12:38 -0600, Aaron Watry wrote:
> CC: "10.0"
> ---
> src/gallium/drivers/radeonsi/radeonsi_pipe.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/src/gallium/drivers/radeonsi/radeonsi_pipe.c
> b/src/gallium/drivers/radeonsi/radeonsi_pipe.c
> index 0fec6d5..3ed10
Surprisingly, this helps one vertex shader in 3DMMES.
Signed-off-by: Kenneth Graunke
---
src/glsl/opt_algebraic.cpp | 6 ++
1 file changed, 6 insertions(+)
diff --git a/src/glsl/opt_algebraic.cpp b/src/glsl/opt_algebraic.cpp
index 05a5899..5e885f7 100644
--- a/src/glsl/opt_algebraic.cpp
+++
https://bugs.freedesktop.org/show_bug.cgi?id=73136
Kenneth Graunke changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|mesa-dev@l
Using the get_local_param_pointer helper ensures that the LocalParams
arrays have actually been allocated before attempting to use them.
glProgramLocalParameters4fvEXT needs to do a bit of extra checking,
but it can be simplified since the helper has already validated the
target.
Fixes crashes in
https://bugs.freedesktop.org/show_bug.cgi?id=73297
Michel Dänzer changed:
What|Removed |Added
Assignee|mesa-dev@lists.freedesktop. |dri-devel@lists.freedesktop
https://bugs.freedesktop.org/show_bug.cgi?id=73136
--- Comment #4 from Alexandre Demers ---
(In reply to comment #2)
> Huh, wonder what happened. Got a backtrace?
>
> I'm at LCA currently and won't be working on Mesa bugs for a few days, at
> least.
With R600_LLVM=1, I got the following backtr
On Sun, Jan 05, 2014 at 09:49:53PM -0500, Ilia Mirkin wrote:
> On Sun, Jan 5, 2014 at 9:49 PM, Tom Stellard wrote:
> > From: Tom Stellard
> >
> > The xvmc unit tests are failing on r300g and r600g.
>
> FWIW it works fine on nv40-nv96. (Haven't checked the actual
> unit-tests, but the functionali
On Sun, Jan 5, 2014 at 9:49 PM, Tom Stellard wrote:
> From: Tom Stellard
>
> The xvmc unit tests are failing on r300g and r600g.
FWIW it works fine on nv40-nv96. (Haven't checked the actual
unit-tests, but the functionality is fine.)
> ---
> configure.ac | 2 +-
> 1 file changed, 1 insertion(+
From: Tom Stellard
---
src/gallium/drivers/r300/compiler/tests/rc_test_helpers.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/gallium/drivers/r300/compiler/tests/rc_test_helpers.c
b/src/gallium/drivers/r300/compiler/tests/rc_test_helpers.c
index b4e30d8..725be4c 1
From: Tom Stellard
---
.../drivers/r300/compiler/tests/radeon_compiler_regalloc_tests.c| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/gallium/drivers/r300/compiler/tests/radeon_compiler_regalloc_tests.c
b/src/gallium/drivers/r300/compiler/tests/radeon_compiler_
From: Tom Stellard
---
.../drivers/r300/compiler/tests/README.test| 26
.../drivers/r300/compiler/tests/rc_test_helpers.c | 77 --
.../drivers/r300/compiler/tests/rc_test_helpers.h | 7 ++
3 files changed, 105 insertions(+), 5 deletions(-)
create mode 100
From: Tom Stellard
---
src/gallium/drivers/r300/compiler/radeon_program.h | 2 ++
src/gallium/drivers/r300/compiler/radeon_program_print.c | 13 +
2 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/src/gallium/drivers/r300/compiler/radeon_program.h
b/src/gallium/
From: Tom Stellard
---
.../r300/compiler/tests/omod_two_writers.test | 5 +++
.../tests/radeon_compiler_optimize_tests.c | 49 +++---
.../tests/radeon_compiler_regalloc_tests.c | 13 +-
.../compiler/tests/regalloc_tex_1d_swizzle.test| 1 +
4 files c
From: Tom Stellard
The xvmc unit tests are failing on r300g and r600g.
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index f75325d..d41455b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -583,7 +583,7 @@ AC_ARG_ENABLE([xvmc],
https://bugs.freedesktop.org/show_bug.cgi?id=73136
--- Comment #3 from Kenneth Graunke ---
Eric,
There's one in the bug I marked as a duplicate.
--
You are receiving this mail because:
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-
Am 05.01.2014 00:42 schrieb "Maxence Le Doré" :
>
> From: Maxence Le Doré
It appears that something in your bit setup might be wrong. Normally you
should have your mail address in between <> and not your name. You might
want run something like 'git config user.email "maxence.led...@gmail.com"'.
https://bugs.freedesktop.org/show_bug.cgi?id=73136
--- Comment #2 from Eric Anholt ---
Huh, wonder what happened. Got a backtrace?
I'm at LCA currently and won't be working on Mesa bugs for a few days, at
least.
--
You are receiving this mail because:
You are the assignee for the bug.
___
Anuj Phogat writes:
> On Mon, Dec 23, 2013 at 4:08 PM, Eric Anholt wrote:
>> Noticed by tex3d-maxsize on my next commit to check that our addresses
>> don't overflow.
>> ---
>> src/mesa/drivers/dri/i965/intel_blit.c| 20
>> src/mesa/drivers/dri/i965/intel_mipmap_tre
v2: integrate a fix to previous version (is_render_node_capable),
which was hidden in patch 6.
Since patch 6 is for comments, and not for merging,
I won't post a new patch 6 without the fix that is now
here.
Implements DRI_PRIME support.
This is a cleaned version of the previous patch, with additi
Signed-off-by: Axel Davy
---
src/gallium/state_trackers/dri/drm/dri2.c | 49 +--
1 file changed, 47 insertions(+), 2 deletions(-)
diff --git a/src/gallium/state_trackers/dri/drm/dri2.c
b/src/gallium/state_trackers/dri/drm/dri2.c
index 2a5b7b4..89d9040 100644
--- a/sr
Signed-off-by: Axel Davy
---
src/egl/drivers/dri2/egl_dri2.h | 2 +
src/egl/drivers/dri2/platform_wayland.c | 98 ++---
2 files changed, 79 insertions(+), 21 deletions(-)
diff --git a/src/egl/drivers/dri2/egl_dri2.h b/src/egl/drivers/dri2/egl_dri2.h
index 5f4
add to drirc a parameter "wanted_device_id_path_tag", and check
its value to choose which gpu to use, if DRI_PRIME isn't set.
Signed-off-by: Axel Davy
---
configure.ac| 1 +
src/egl/drivers/dri2/Makefile.am| 12 +++
src/egl/drivers/dri
This may require changes to the driconf gui.
Signed-off-by: Axel Davy
---
src/mesa/drivers/dri/common/xmlconfig.c | 24
src/mesa/drivers/dri/common/xmlconfig.h | 7 ++-
2 files changed, 30 insertions(+), 1 deletion(-)
diff --git a/src/mesa/drivers/dri/common/xmlcon
Implements DRI_PRIME support.
This is a cleaned version of the previous patch, with additional
checks.
Also add a check to dri2_create_image_wayland_wl_buffer to fail
if we forbid to use tiling (which now means we use another gpu
than the compositor). We can't check the buffer is untiled (which
is
These patches can be divided in three parts:
. Implement DRI_PRIME support for Wayland (patch 1)
It is the v2 of the series here:
http://lists.freedesktop.org/archives/mesa-dev/2013-November/047946.html
. Use drirc for choosing the gpu to use without using the DRI_PRIME env var.
(patch 2 and 3)
Signed-off-by: Axel Davy
---
include/GL/internal/dri_interface.h | 21 -
1 file changed, 20 insertions(+), 1 deletion(-)
diff --git a/include/GL/internal/dri_interface.h
b/include/GL/internal/dri_interface.h
index 81f7e60..19f3c93 100644
--- a/include/GL/internal/dri_interfa
https://bugs.freedesktop.org/show_bug.cgi?id=73136
Kenneth Graunke changed:
What|Removed |Added
CC||anton.su...@gmail.com
--- Comment #1 f
https://bugs.freedesktop.org/show_bug.cgi?id=73298
Kenneth Graunke changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bugs.freedesktop.org/show_bug.cgi?id=73298
Priority: medium
Bug ID: 73298
Assignee: mesa-dev@lists.freedesktop.org
Summary: libcggl segfaults with mesa 10.1
Severity: normal
Classification: Unclassified
OS: Linux (All
From: Marek Olšák
NUM_BANKS is not constant on CIK.
---
src/gallium/drivers/radeonsi/si_state.c | 23 +++
src/gallium/winsys/radeon/drm/radeon_drm_winsys.c | 5 +
src/gallium/winsys/radeon/drm/radeon_winsys.h | 3 +++
3 files changed, 27 insertions(+), 4 d
https://bugs.freedesktop.org/show_bug.cgi?id=73297
Priority: medium
Bug ID: 73297
Assignee: mesa-dev@lists.freedesktop.org
Summary: Xorg crashes with kernel 3.13-rc7
Severity: normal
Classification: Unclassified
OS: All
31 matches
Mail list logo