[Mesa-dev] [Bug 80615] Files in bellagio directory [omx tracker] don't respect installation folder

2014-07-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=80615 --- Comment #6 from Alexandre Demers alexandre.f.dem...@gmail.com --- Christian, could you give us your input on this issue and proposed fix? (In reply to comment #5) AFAICS the whole thing is quite inconsistent. (In reply to comment #3)

Re: [Mesa-dev] [PATCH 3/6] Add support for swrast to the DRM EGL platform

2014-07-25 Thread Pekka Paalanen
On Thu, 24 Jul 2014 17:16:39 +0100 Emil Velikov emil.l.veli...@gmail.com wrote: On 24/07/14 14:30, Pekka Paalanen wrote: On Thu, 24 Jul 2014 13:34:42 +0100 Emil Velikov emil.l.veli...@gmail.com wrote: On 24/07/14 07:23, Pekka Paalanen wrote: On Thu, 24 Jul 2014 01:43:35 +0100 Emil

[Mesa-dev] Env var for forcing sw driver (Re: [PATCH 3/6] Add support for swrast to the DRM EGL platform)

2014-07-25 Thread Pekka Paalanen
On Fri, 25 Jul 2014 09:14:40 +0300 Pekka Paalanen ppaala...@gmail.com wrote: On Thu, 24 Jul 2014 17:16:39 +0100 Emil Velikov emil.l.veli...@gmail.com wrote: On 24/07/14 14:30, Pekka Paalanen wrote: On Thu, 24 Jul 2014 13:34:42 +0100 Emil Velikov emil.l.veli...@gmail.com wrote:

[Mesa-dev] [PATCH] glsl: fix switch statement default case regressions

2014-07-25 Thread Tapani Pälli
This patch fixes regressions caused by commit 48deb4d. Regressions happened because 'run_default' var did not initialized when default case was the last one. Now all the switch tests in es3conform suite are passing. Signed-off-by: Tapani Pälli tapani.pa...@intel.com --- src/glsl/ast_to_hir.cpp

Re: [Mesa-dev] [PATCH] egl/gallium: implemlent EGL_KHR_create_context v3

2014-07-25 Thread Knut Andre Tidemann
On 07/24/2014 07:16 PM, Matt Turner wrote: On Fri, Jun 27, 2014 at 1:59 AM, Knut Andre Tidemann knut.tidem...@gmail.com wrote: v2: fix style and wrong major version comparison. v3: fix version check in context creation. --- src/gallium/state_trackers/egl/common/egl_g3d.c | 1 +

Re: [Mesa-dev] [PATCH v2] gbm: Replace GBM_DRIVERS_PATH with LIBGL_DRIVERS_PATH

2014-07-25 Thread Jordan Justen
On 2014-07-24 22:20:55, Kenneth Graunke wrote: Emil, [snip] For what it's worth, I'm fine with your suggestion of reading GBM_DRIVERS_PATH first, then LIBGL_DRIVERS_PATH. It's the sensible way to do things - it adds the new useful behavior the 6 of us want, while preserving the existing

[Mesa-dev] [PATCH] glapi: add indexed blend functions (GL 4.0)

2014-07-25 Thread Tapani Pälli
This makes some of the UE4 engine demos (Stylized, Mobile Temple) render correctly, tested on Intel Haswell machine. Signed-off-by: Tapani Pälli tapani.pa...@intel.com Acked-by: Anuj Phogat anuj.pho...@gmail.com Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=78716 ---

[Mesa-dev] [Bug 80615] Files in bellagio directory [omx tracker] don't respect installation folder

2014-07-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=80615 --- Comment #7 from Christian König deathsim...@vodafone.de --- (In reply to comment #5) AFAICS the whole thing is quite inconsistent. The problem with bellagio is that the plugin directory isn't standarized over the different distributions

Re: [Mesa-dev] [PATCH v2] mesa: Fix glDrawBuffer/glDrawBuffers logic in _mesa_drawbuffer.

2014-07-25 Thread Popov, Pavel E
Hi Brian, Could you commit the updated patch if it's ok? Regards, Pavel -Original Message- From: Popov, Pavel E Sent: Wednesday, July 23, 2014 4:58 PM To: mesa-dev@lists.freedesktop.org Cc: Popov, Pavel E Subject: [PATCH v2] mesa: Fix glDrawBuffer/glDrawBuffers logic in

Re: [Mesa-dev] [PATCH 3/3] clover: Add checks for image support to the image functions

2014-07-25 Thread Francisco Jerez
Tom Stellard thomas.stell...@amd.com writes: Most image functions are required to return a CL_INVALID_OPERATION error when used on devices without image support. --- src/gallium/state_trackers/clover/api/memory.cpp | 6 ++ src/gallium/state_trackers/clover/api/sampler.cpp | 3 +++

Re: [Mesa-dev] [PATCH 2/3] clover: Query the device to see if images are supported

2014-07-25 Thread Francisco Jerez
Tom Stellard thomas.stell...@amd.com writes: Reviewed-by: Francisco Jerez curroje...@riseup.net --- src/gallium/state_trackers/clover/api/device.cpp | 2 +- src/gallium/state_trackers/clover/core/device.cpp | 6 ++ src/gallium/state_trackers/clover/core/device.hpp | 1 + 3 files

Re: [Mesa-dev] [PATCH 1/3] gallium: Add PIPE_CAP_COMPUTE_IMAGES_SUPPORTED

2014-07-25 Thread Francisco Jerez
Tom Stellard thomas.stell...@amd.com writes: --- src/gallium/docs/source/screen.rst| 2 ++ src/gallium/drivers/radeon/r600_pipe_common.c | 7 +++ src/gallium/include/pipe/p_defines.h | 3 ++- 3 files changed, 11 insertions(+), 1 deletion(-) Reviewed-by: Francisco

Re: [Mesa-dev] [PATCH] winsys/radeon: fix nop packet padding v2.

2014-07-25 Thread Jerome Glisse
On Thu, Jul 24, 2014 at 8:07 PM, Alex Deucher alexdeuc...@gmail.com wrote: On Thu, Jul 24, 2014 at 6:28 PM, j.gli...@gmail.com wrote: From: Jerome Glisse jgli...@redhat.com The ucode we got for hawaii does not support 0x1000 special nop packet type 3 and this leads to gpu reading

Re: [Mesa-dev] valgrind shows read after frees in GLSL compiler

2014-07-25 Thread Matt Turner
On Thu, Jul 24, 2014 at 10:10 PM, Tapani Pälli tapani.pa...@intel.com wrote: These last lines here look familiar or at least hit the same area of code as: https://bugs.freedesktop.org/show_bug.cgi?id=81379 (this bug got fixed though) I don't think it did. I'm still seeing it. I'll look

[Mesa-dev] [PATCH 1/3] r600g/compute: Fix singed/unsigned comparison compiler warnings.

2014-07-25 Thread Jan Vesely
The iteration variables go from 0 anyway. Signed-off-by: Jan Vesely jan.ves...@rutgers.edu --- A collection of fixes for gcc warnings I ran across. src/gallium/drivers/r600/evergreen_compute.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git

[Mesa-dev] [PATCH 2/3] mesa/st: Fix compiler warnings

2014-07-25 Thread Jan Vesely
both array and index are unsigned types Signed-off-by: Jan Vesely jan.ves...@rutgers.edu --- src/mesa/state_tracker/st_glsl_to_tgsi.cpp | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/mesa/state_tracker/st_glsl_to_tgsi.cpp

[Mesa-dev] [PATCH 3/3] gallium: Fix compiler warning.

2014-07-25 Thread Jan Vesely
warning: type qualifiers ignored on function return type Signed-off-by: Jan Vesely jan.ves...@rutgers.edu --- src/gallium/auxiliary/tgsi/tgsi_ureg.c | 2 +- src/gallium/auxiliary/tgsi/tgsi_ureg.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [Mesa-dev] [PATCH 3/3] r600g/compute: Defrag the pool at the same time as we grow it

2014-07-25 Thread Tom Stellard
On Sat, Jul 19, 2014 at 07:35:51PM +0200, Bruno Jiménez wrote: This allows us two things: we now need less item copies when we have to defrag+grow the pool (to just one copy per item) and, even in the case where we don't need to defrag the pool, we reduce the data copied to just the useful

Re: [Mesa-dev] [PATCH 1/3] r600g/compute: Fix singed/unsigned comparison compiler warnings.

2014-07-25 Thread Tom Stellard
On Fri, Jul 25, 2014 at 10:33:42AM -0400, Jan Vesely wrote: The iteration variables go from 0 anyway. Signed-off-by: Jan Vesely jan.ves...@rutgers.edu Thanks, I pushed patch #1. -Tom --- A collection of fixes for gcc warnings I ran across. src/gallium/drivers/r600/evergreen_compute.c

Re: [Mesa-dev] [PATCH 3/3] r600g/compute: Defrag the pool at the same time as we grow it

2014-07-25 Thread Bruno Jimenez
On Fri, 2014-07-25 at 12:46 -0400, Tom Stellard wrote: On Sat, Jul 19, 2014 at 07:35:51PM +0200, Bruno Jiménez wrote: This allows us two things: we now need less item copies when we have to defrag+grow the pool (to just one copy per item) and, even in the case where we don't need to defrag

Re: [Mesa-dev] [PATCH 3/3] r600g/compute: Defrag the pool at the same time as we grow it

2014-07-25 Thread Tom Stellard
On Fri, Jul 25, 2014 at 11:28:19PM +0200, Bruno Jimenez wrote: On Fri, 2014-07-25 at 12:46 -0400, Tom Stellard wrote: On Sat, Jul 19, 2014 at 07:35:51PM +0200, Bruno Jiménez wrote: This allows us two things: we now need less item copies when we have to defrag+grow the pool (to just one

[Mesa-dev] [PATCH] clover: Add checks for image support to the image functions v2

2014-07-25 Thread Tom Stellard
Most image functions are required to return a CL_INVALID_OPERATION error when used on devices without image support. v2: - Simplified the code --- src/gallium/state_trackers/clover/api/memory.cpp | 6 ++ src/gallium/state_trackers/clover/api/sampler.cpp | 3 +++

[Mesa-dev] [PATCH] Extend the public VDPAU API to support HEVC Decoding

2014-07-25 Thread José Hiram Soltren
Hello - I posted an earlier version of this patch to vd...@lists.freedesktop.org about two hours ago. Emil Velikov suggested that this might be an appropriate audience as well. This patch adds an API for player applications to utilize VDPAU for hardware-accelerated playback of H.265/HEVC streams.

[Mesa-dev] [PATCH 1/2] r600g, radeonsi: add debug flags which disable tiling

2014-07-25 Thread Marek Olšák
From: Marek Olšák marek.ol...@amd.com --- src/gallium/drivers/radeon/r600_pipe_common.c | 6 -- src/gallium/drivers/radeon/r600_pipe_common.h | 21 +++-- src/gallium/drivers/radeon/r600_texture.c | 10 +- 3 files changed, 24 insertions(+), 13 deletions(-) diff

[Mesa-dev] [PATCH 2/2] radeonsi: fix CMASK and HTILE calculations for Hawaii

2014-07-25 Thread Marek Olšák
From: Marek Olšák marek.ol...@amd.com This fixes the checkerboard pattern in glxgears and anything that triggers fast color clear. num_channels is always = 8, but Hawaii has 16 pipes. --- src/gallium/drivers/radeon/r600_texture.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[Mesa-dev] [PATCH 2/3] radeonsi: fix a hang with instancing on Hawaii

2014-07-25 Thread Marek Olšák
From: Marek Olšák marek.ol...@amd.com This fixes piglit/bin/arb_transform_feedback2-draw-auto instanced. Cc: mesa-sta...@lists.freedesktop.org --- src/gallium/drivers/radeonsi/si_state_draw.c | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git

[Mesa-dev] [PATCH 1/3] gallium/util: add a helper for calculating primitive count from vertex count

2014-07-25 Thread Marek Olšák
From: Marek Olšák marek.ol...@amd.com This is needed by the following commit which is a candidate for stable too. Cc: mesa-sta...@lists.freedesktop.org --- src/gallium/auxiliary/util/u_prim.h | 15 +++ 1 file changed, 15 insertions(+) diff --git

[Mesa-dev] [PATCH 3/3] radeonsi: fix a hang with streamout on Hawaii

2014-07-25 Thread Marek Olšák
From: Marek Olšák marek.ol...@amd.com I actually couldn't reproduce this one, but internal docs recommend this workaround. Better safe than sorry. Also, the number of dwords for the sync packets is increased by 4 instead of 2, because it wasn't bumped last time when a new packet was added there.

Re: [Mesa-dev] [PATCH 1/3] gallium/util: add a helper for calculating primitive count from vertex count

2014-07-25 Thread Ilia Mirkin
On Fri, Jul 25, 2014 at 9:30 PM, Marek Olšák mar...@gmail.com wrote: From: Marek Olšák marek.ol...@amd.com This is needed by the following commit which is a candidate for stable too. Cc: mesa-sta...@lists.freedesktop.org --- src/gallium/auxiliary/util/u_prim.h | 15 +++ 1 file

Re: [Mesa-dev] [PATCH 1/3] gallium/util: add a helper for calculating primitive count from vertex count

2014-07-25 Thread Marek Olšák
On Sat, Jul 26, 2014 at 3:36 AM, Ilia Mirkin imir...@alum.mit.edu wrote: On Fri, Jul 25, 2014 at 9:30 PM, Marek Olšák mar...@gmail.com wrote: From: Marek Olšák marek.ol...@amd.com This is needed by the following commit which is a candidate for stable too. Cc:

Re: [Mesa-dev] [PATCH 1/3] gallium/util: add a helper for calculating primitive count from vertex count

2014-07-25 Thread Ilia Mirkin
On Fri, Jul 25, 2014 at 9:45 PM, Marek Olšák mar...@gmail.com wrote: On Sat, Jul 26, 2014 at 3:36 AM, Ilia Mirkin imir...@alum.mit.edu wrote: On Fri, Jul 25, 2014 at 9:30 PM, Marek Olšák mar...@gmail.com wrote: From: Marek Olšák marek.ol...@amd.com This is needed by the following commit which