[Mesa-dev] [Bug 91724] GL/gl_mangle.h misses symbols from GLES/gl.h

2015-08-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91724 Bug ID: 91724 Summary: GL/gl_mangle.h misses symbols from GLES/gl.h Product: Mesa Version: 10.6 Hardware: Other OS: All Status: NEW Severity: normal

[Mesa-dev] [Bug 91724] GL/gl_mangle.h misses symbols from GLES/gl.h

2015-08-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91724 Frederic Devernay changed: What|Removed |Added CC||frederic.dever...@m4x.org -- You ar

[Mesa-dev] Mesa 10.6.5

2015-08-22 Thread Emil Velikov
Mesa 10.6.5 is now available. Apart from the usual nouveau, i965 and radeon driver fixes, this time around we have a nouveau_vieux fix for a regression introduced with mesa 10.6.0 and a few even older big endian related bug-fixes. Adam Jackson (1): glx: Fix __glXWireToEvent for BufferSwapC

Re: [Mesa-dev] [PATCH 02/71] target/d3dadapter9: Return Windows like card names

2015-08-22 Thread Benjamin Bellec
Don't hold your commit because of me. I haven't the skills to review this code. I just saw this mapping and asking myself about it. It can be be modified later if needed in any case. 2015-08-21 22:09 GMT+02:00 Axel Davy : > As far as I know, the mapping is not an official one. > > Games usually d

Re: [Mesa-dev] [PATCH] egl/wayland: define set_cloexec_or_close only when mkostemp is not present

2015-08-22 Thread Emil Velikov
Hi Boyan, On 21/08/15 14:44, Boyan Ding wrote: > Fixes a compiler warning of defined but not used function when > HAVE_MKOSTEMP is defined. > > Signed-off-by: Boyan Ding I've added the r-b tags plus a note about which commit introduced this warning and pushed it to master. Thank you for nice c

Re: [Mesa-dev] [PATCH 1/2] android: fix cflags and includes for amdgpu winsys

2015-08-22 Thread Emil Velikov
Thank you for the patches Mauro. I've picked them up and they will feature in the master and 11.0 branch. -Emil ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] Mesa 11.0.0 release candidate 1

2015-08-22 Thread Emil Velikov
The first release candidate for Mesa 11.0.0 is now available. The plan is to have one release candidate every Friday, until the final release on September 11th 2015. As a reminder, with the 11.0 branch now created, patches nominated with: CC: will now be candidates only for the new 10.

Re: [Mesa-dev] End of my GSoC - Where to find the code

2015-08-22 Thread Thomas Helland
2015-08-21 19:20 GMT+02:00 Thomas Helland : > Hi all, > > Today is the "pencils down" date for Googles Summer of Code. > I've cleaned up the loop analysis, LCSSA, and range propagation > work I've done, and pushed them to my github repo at [1]. > They are located in the branches gsoc-final- > >

Re: [Mesa-dev] [PATCH] i965: Use NIR by default for VS

2015-08-22 Thread Matt Turner
On Thu, Aug 20, 2015 at 3:01 PM, Dave Airlie wrote: >> Shader-db results for vec4 on i965: > > reads like a Johnny Cash cover of NIN. Agreed, so let me explain why we're enabling it now. The merge window closed yesterday for Mesa 11.0. vec4 NIR isn't quite where we'd like it to be in terms of co

[Mesa-dev] [PATCH] r600g: Fix assert in tgsi_cmp

2015-08-22 Thread Glenn Kennard
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=91726 Signed-off-by: Glenn Kennard --- src/gallium/drivers/r600/r600_shader.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gallium/drivers/r600/r600_shader.c b/src/gallium/drivers/r600/r600_shader.c index 6cbfd1b.

[Mesa-dev] [PATCH] r600: don't parse properties ourselves.

2015-08-22 Thread Dave Airlie
shader scan has already happened so just the results, also nobody uses gs_input_prim so drop it. Signed-off-by: Dave Airlie --- src/gallium/drivers/r600/r600_shader.c | 38 +- src/gallium/drivers/r600/r600_shader.h | 1 - 2 files changed, 10 insertions(+), 29 del

Re: [Mesa-dev] [PATCH] r600g: Fix handling of TGSI_OPCODE_ARR with SB

2015-08-22 Thread Vadim Girlin
On 08/13/15 21:30, Glenn Kennard wrote: FLT_TO_INT goes in the vector pipes on evergreen/NI, not the trans unit as on earlier chips. FWIW, AFAIK it works in trans as well, just uses different rounding mode. According to the description in the EG ISA doc: "Channels 0-3 use the 32-bit round mode

[Mesa-dev] [Bug 91111] [BYT regression] dEQP-GLES3.functional.shaders.texture_functions.texturelod.usamplercube_*

2015-08-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=9 Matt Turner changed: What|Removed |Added Component|Mesa core |Drivers/DRI/i965 Assignee|mesa-d

[Mesa-dev] [Bug 91112] [HSW/BYT] dEQP-GLES3.functional.uniform_api.random.23 test timeout

2015-08-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91112 Matt Turner changed: What|Removed |Added Component|Mesa core |Drivers/DRI/i965 Assignee|mesa-d

[Mesa-dev] [Bug 91079] New account request

2015-08-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91079 Matt Turner changed: What|Removed |Added CC|cwo...@cworth.org, |martin.pe...@free.fr |ma

[Mesa-dev] [PATCH] meta: Save/restore compute shaders

2015-08-22 Thread Jordan Justen
Signed-off-by: Jordan Justen --- src/mesa/drivers/common/meta.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/mesa/drivers/common/meta.c b/src/mesa/drivers/common/meta.c index bde544e..e27489d 100644 --- a/src/mesa/drivers/common/meta.c +++ b/src/mesa/drivers/commo

[Mesa-dev] [Bug 91254] (regresion) video using VA-API on Intel slow and freeze system with mesa 10.6 or 10.6.1

2015-08-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91254 Tomasz C. changed: What|Removed |Added Priority|medium |high CC|

[Mesa-dev] [Bug 91254] (regresion) video using VA-API on Intel slow and freeze system with mesa 10.6 or 10.6.1

2015-08-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91254 --- Comment #13 from Jordan Justen --- (In reply to Tomasz C. from comment #12) > I spent a few hours on it to find the commit that causes a problem. You have > exactly indicated commit, and five versions are not able to fix the bug? Or > maybe y