[Mesa-dev] [Bug 103140] [OpenGL CTS] KHR-GL45.enhanced_layouts.varying_location_aliasing_* fails

2017-11-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=103140

Kenneth Graunke  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEW |RESOLVED

--- Comment #2 from Kenneth Graunke  ---
Seem to be passing, probably fixed by

commit ab40acb45341d8cea011ba7330626ffc6e3238ad
Author: Iago Toral Quiroga 
Date:   Thu Oct 19 16:33:49 2017 +0200

glsl/linker: outputs in the same location must share auxiliary storage

From ARB_enhanced_layouts:

"[...]when location aliasing, the aliases sharing the location
  must have the same underlying numerical type (floating-point or
  integer) and the same auxiliary storage and
  interpolation qualification.[...]"

Add code to the linker to validate that aliased locations do
have the same aux storage.

Fixes:
   
KHR-GL45.enhanced_layouts.varying_location_aliasing_with_mixed_auxiliary_storage

Reviewed-by: Timothy Arceri 
Reviewed-by: Ilia Mirkin 

commit 0b565f715d24d74d844f0708e3ed17ad1ee14faf
Author: Iago Toral Quiroga 
Date:   Thu Oct 19 16:13:21 2017 +0200

glsl/linker: outputs in the same location must share interpolation

From ARB_enhanced_layouts:

"[...]when location aliasing, the aliases sharing the location
 must have the same underlying numerical type (floating-point or
 integer) and the same auxiliary storage and
 interpolation qualification.[...]"

Add code to the linker to validate that aliased locations do
have the same interpolation.

Fixes:
   
KHR-GL45.enhanced_layouts.varying_location_aliasing_with_mixed_interpolation

Reviewed-by: Timothy Arceri 

-- 
You are receiving this mail because:
You are the assignee for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 103140] [OpenGL CTS] KHR-GL45.enhanced_layouts.varying_location_aliasing_* fails

2017-10-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=103140

--- Comment #1 from Karol Herbst  ---
(In reply to Kenneth Graunke from comment #0)
> KHR-GL45.enhanced_layouts.varying_location_aliasing_with_mixed_types
> KHR-GL45.enhanced_layouts.varying_location_aliasing_with_mixed_interpolation
> KHR-GL45.enhanced_layouts.varying_location_aliasing_with_mixed_auxiliary_storage
> 
> all fail, at least on i965.  Ilia wrote a fix:
> 
> https://patchwork.freedesktop.org/patch/175959/
> 
> but Tim had a bunch of review feedback that needs to be addressed, and
> Ilia's out of time to work on this.  Someone else may want to pick it up.

all three tests also fail on Nouveau. So it could be, that I will work on this
sooner or later. Will add it to my todo list with no guarantee when I can
actually start to work on it. At some point next month or later, depending on
whatever comes up and how much time I will have for CTS stuff.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 103140] [OpenGL CTS] KHR-GL45.enhanced_layouts.varying_location_aliasing_* fails

2017-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=103140

Bug ID: 103140
   Summary: [OpenGL CTS]
KHR-GL45.enhanced_layouts.varying_location_aliasing_*
fails
   Product: Mesa
   Version: git
  Hardware: Other
OS: All
Status: NEW
  Severity: normal
  Priority: medium
 Component: glsl-compiler
  Assignee: mesa-dev@lists.freedesktop.org
  Reporter: kenn...@whitecape.org
QA Contact: intel-3d-b...@lists.freedesktop.org
Blocks: 102590

KHR-GL45.enhanced_layouts.varying_location_aliasing_with_mixed_types
KHR-GL45.enhanced_layouts.varying_location_aliasing_with_mixed_interpolation
KHR-GL45.enhanced_layouts.varying_location_aliasing_with_mixed_auxiliary_storage

all fail, at least on i965.  Ilia wrote a fix:

https://patchwork.freedesktop.org/patch/175959/

but Tim had a bunch of review feedback that needs to be addressed, and Ilia's
out of time to work on this.  Someone else may want to pick it up.


Referenced Bugs:

https://bugs.freedesktop.org/show_bug.cgi?id=102590
[Bug 102590] [OpenGL CTS] List of open issues
-- 
You are receiving this mail because:
You are the assignee for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev