Re: [Mesa-dev] [RFC] ARB_stencil_texturing on Gen6/7

2016-08-20 Thread Kenneth Graunke
On Sunday, August 21, 2016 12:37:39 PM PDT Timothy Arceri wrote: > Just curious what happened with this series? Seems like this is the > only extension missing for ES 3.1 on gen 7. Jordan's working on a new series that implements stencil texturing on Ivybridge by copying W-tile to Y-tile as needed

Re: [Mesa-dev] [RFC] ARB_stencil_texturing on Gen6/7

2016-08-20 Thread Jason Ekstrand
Gen7 integer border color happened. On Aug 20, 2016 7:37 PM, "Timothy Arceri" wrote: > Just curious what happened with this series? Seems like this is the > only extension missing for ES 3.1 on gen 7. > > > ___ > mesa-dev mailing list > mesa-dev@lists.

Re: [Mesa-dev] [RFC] ARB_stencil_texturing on Gen6/7

2016-08-20 Thread Timothy Arceri
Just curious what happened with this series? Seems like this is the only extension missing for ES 3.1 on gen 7. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH 25/32] i965: Move gen6_blorp.c to a file that gets recompiled per-gen

2016-08-20 Thread Jason Ekstrand
Mauro, Thanks! I went ahead and pushed the patches. They looked fine to me with my paltry knowledge of android builds. --Jason On Sat, Aug 20, 2016 at 2:42 AM, Mauro Rossi wrote: > 2016-08-20 10:03 GMT+02:00 Jason Ekstrand : > > Thanks for fixing these up! I've already pushed the series, so t

[Mesa-dev] [Bug 77449] Tracker bug for all bugs related to Steam titles

2016-08-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77449 Bug 77449 depends on bug 91342, which changed state. Bug 91342 Summary: Very dark textures on some objects in indoors environments in Postal 2 https://bugs.freedesktop.org/show_bug.cgi?id=91342 What|Removed |Ad

[Mesa-dev] [RFC PATCH] dri: add a way to request that modes have matching color/zs depths

2016-08-20 Thread Ilia Mirkin
Some GPUs, notably nv3x/nv4x can't render to mismatched color/zs framebuffer depths. Fallbacks can be done by the driver, with shadow surfaces, but no reason to encourage applications to select non-matching glx visuals. Signed-off-by: Ilia Mirkin --- This is obviously not fully hooked up, but I

Re: [Mesa-dev] [PATCH] anv: Give the installed intel_icd.json file an absolute path

2016-08-20 Thread Jason Ekstrand
On Aug 20, 2016 5:00 AM, "Emil Velikov" wrote: > > On 20 August 2016 at 07:25, Jason Ekstrand wrote: > > On Aug 19, 2016 18:05, "Eric Engestrom" wrote: > >> > >> On Fri, Aug 19, 2016 at 09:04:14AM -0700, Jason Ekstrand wrote: > >> > Not providing a path allows the ICD to work on multi-arch syste

[Mesa-dev] [Bug 97422] function call to function with "|" in name crashes glsl_compiler

2016-08-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97422 Karol Herbst changed: What|Removed |Added Summary|function name with "|" |function call to function

[Mesa-dev] [Bug 97422] function name with "|" crashes glsl_compiler

2016-08-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97422 --- Comment #2 from Karol Herbst --- and with "works" I mean "crashes" -- You are receiving this mail because: You are the assignee for the bug.___ mesa-dev mailing list mesa-dev@lists.freedesktop.org

[Mesa-dev] [Bug 97422] function name with "|" crashes glsl_compiler

2016-08-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97422 --- Comment #1 from Karol Herbst --- also works with "*", "&" or "+" instead of "|" (maybe operators in general? -- You are receiving this mail because: You are the assignee for the bug.___ mesa-dev m

[Mesa-dev] [Bug 97422] function name with "|" crashes glsl_compiler

2016-08-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97422 Bug ID: 97422 Summary: function name with "|" crashes glsl_compiler Product: Mesa Version: git Hardware: Other OS: All Status: NEW Severity: normal

Re: [Mesa-dev] [PATCH 0/2] st/va: minor clean-ups

2016-08-20 Thread Christian König
Reviewed-by: Christian König for both. Regards, Christian. Am 20.08.2016 um 18:14 schrieb Kai Wasserbäch: Hey, just noticed a duplicate call to context->decoder->end_frame() while looking through the recent changes. This is just a trivial clean-up and no functional change is intended. And whil

[Mesa-dev] [Bug 97420] "#version 0" crashes glsl_compiler

2016-08-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97420 Bug ID: 97420 Summary: "#version 0" crashes glsl_compiler Product: Mesa Version: git Hardware: All OS: All Status: NEW Severity: normal Priority

[Mesa-dev] [PATCH 1/2] st/va: Remove else case in vlVaEndPicture() made superfluous by c59628d11b

2016-08-20 Thread Kai Wasserbäch
Commit c59628d11b134fc016388a170880f7646e100d6f made the else statement and duplication of the context->decoder->end_frame() call superfluous. Cc: Boyuan Zhang Signed-off-by: Kai Wasserbäch --- src/gallium/state_trackers/va/picture.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) dif

[Mesa-dev] [PATCH 0/2] st/va: minor clean-ups

2016-08-20 Thread Kai Wasserbäch
Hey, just noticed a duplicate call to context->decoder->end_frame() while looking through the recent changes. This is just a trivial clean-up and no functional change is intended. And while I was there, I also noticed an unused variable, which the second patch removes. Cheers, Kai P.S.: If this "

[Mesa-dev] [PATCH 2/2] st/va: Remove unused variable coded_size from vlVaEndPicture()

2016-08-20 Thread Kai Wasserbäch
Removes the following GCC warning: ../../../../../src/gallium/state_trackers/va/picture.c:542:17: warning: unused variable 'coded_size' [-Wunused-variable] unsigned int coded_size; ^~ Signed-off-by: Kai Wasserbäch --- src/gallium/state_trackers/va/picture.c | 1 -

Re: [Mesa-dev] [GSoC] Update about floating point library

2016-08-20 Thread tournier.elie
Hi everyone, It's the last week of the GSoC but not the last week of my contribution. The library of functions isn't finish yet. I still has to debug the multiply function and to implement the fma. I wrote a post about my GSoC: https://hopetech.github.io/tech/2016/08/18/Last_week_GSoC.html Have a

Re: [Mesa-dev] [PATCH] anv: Give the installed intel_icd.json file an absolute path

2016-08-20 Thread Emil Velikov
On 20 August 2016 at 07:25, Jason Ekstrand wrote: > On Aug 19, 2016 18:05, "Eric Engestrom" wrote: >> >> On Fri, Aug 19, 2016 at 09:04:14AM -0700, Jason Ekstrand wrote: >> > Not providing a path allows the ICD to work on multi-arch systems but >> > breaks it if you install anywhere other than /us

Re: [Mesa-dev] [PATCH 1/4] winsys/amdgpu: initial SI support

2016-08-20 Thread Edward O'Callaghan
On 08/19/2016 07:11 PM, Marek Olšák wrote: > From: Ronie Salgado > > --- > src/gallium/winsys/amdgpu/drm/amdgpu_cs.c | 18 ++ > src/gallium/winsys/amdgpu/drm/amdgpu_surface.c | 9 +++-- > src/gallium/winsys/amdgpu/drm/amdgpu_winsys.c | 25 + >

Re: [Mesa-dev] [PATCH] anv: Give the installed intel_icd.json file an absolute path

2016-08-20 Thread Jason Ekstrand
On Fri, Aug 19, 2016 at 11:25 PM, Jason Ekstrand wrote: > On Aug 19, 2016 20:08, "Chad Versace" wrote: > > > > On Fri 19 Aug 2016, Jason Ekstrand wrote: > > > Not providing a path allows the ICD to work on multi-arch systems but > > > breaks it if you install anywhere other than /usr/lib. Given

Re: [Mesa-dev] [PATCH 25/32] i965: Move gen6_blorp.c to a file that gets recompiled per-gen

2016-08-20 Thread Jason Ekstrand
Thanks for fixing these up! I've already pushed the series, so these can be squashed and applied as one patch. Unfortunately, I can't get them to apply to master and I can't figure out what's going wrong. Mind squashing and rebasing? On Fri, Aug 19, 2016 at 3:46 PM, Mauro Rossi wrote: > From