[analitza] [Bug 460239] KAlgebra 3D graphs are not plotted on the PinePhone due to shader error

2022-11-12 Thread Kevin Kofler
https://bugs.kde.org/show_bug.cgi?id=460239

Kevin Kofler  changed:

   What|Removed |Added

   Version Fixed In|22.08.3 |22.12

--- Comment #11 from Kevin Kofler  ---
Unfortunately, this missed 22.08.3 by 2 days, and there is no 22.08.4 planned,
so 22.12(.0) will likely be the first release to ship the fix.

-- 
You are receiving this mail because:
You are watching all bug changes.

[analitza] [Bug 460239] KAlgebra 3D graphs are not plotted on the PinePhone due to shader error

2022-11-02 Thread Kevin Kofler
https://bugs.kde.org/show_bug.cgi?id=460239

--- Comment #10 from Kevin Kofler  ---
Thanks a lot!

-- 
You are receiving this mail because:
You are watching all bug changes.

[analitza] [Bug 460239] KAlgebra 3D graphs are not plotted on the PinePhone due to shader error

2022-11-02 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=460239

Aleix Pol  changed:

   What|Removed |Added

   Version Fixed In||22.08.3
  Latest Commit|https://invent.kde.org/educ |https://invent.kde.org/educ
   |ation/analitza/commit/9f325 |ation/analitza/commit/2af6c
   |52760eaf462a79356011ed117a4 |7ddbd5d961dc0aefda0e08367fb
   |ce03a62a|2cf1d858

-- 
You are receiving this mail because:
You are watching all bug changes.

[analitza] [Bug 460239] KAlgebra 3D graphs are not plotted on the PinePhone due to shader error

2022-11-02 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=460239

Aleix Pol  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/educ |https://invent.kde.org/educ
   |ation/analitza/commit/2af6c |ation/analitza/commit/9f325
   |7ddbd5d961dc0aefda0e08367fb |52760eaf462a79356011ed117a4
   |2cf1d858|ce03a62a

--- Comment #9 from Aleix Pol  ---
Git commit 9f32552760eaf462a79356011ed117a4ce03a62a by Aleix Pol Gonzalez, on
behalf of Aleix Pol.
Committed on 03/11/2022 at 01:28.
Pushed by apol into branch 'release/22.08'.

analitzaplot: Fix 3D plots on the pinephone

It complains about the lack of precision on the float there whereas
elsewhere it doesn't. Adding the highp still works on other devices so
we have all bases covered.


(cherry picked from commit 2af6c7ddbd5d961dc0aefda0e08367fb2cf1d858)

M  +1-1analitzaplot/plotter3d_es.cpp

https://invent.kde.org/education/analitza/commit/9f32552760eaf462a79356011ed117a4ce03a62a

-- 
You are receiving this mail because:
You are watching all bug changes.

[analitza] [Bug 460239] KAlgebra 3D graphs are not plotted on the PinePhone due to shader error

2022-11-02 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=460239

--- Comment #8 from Aleix Pol  ---
There you go, it was exactly what you said.

-- 
You are receiving this mail because:
You are watching all bug changes.

[analitza] [Bug 460239] KAlgebra 3D graphs are not plotted on the PinePhone due to shader error

2022-11-02 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=460239

Aleix Pol  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/educ
   ||ation/analitza/commit/2af6c
   ||7ddbd5d961dc0aefda0e08367fb
   ||2cf1d858
 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #7 from Aleix Pol  ---
Git commit 2af6c7ddbd5d961dc0aefda0e08367fb2cf1d858 by Aleix Pol.
Committed on 03/11/2022 at 01:25.
Pushed by apol into branch 'master'.

analitzaplot: Fix 3D plots on the pinephone

It complains about the lack of precision on the float there whereas
elsewhere it doesn't. Adding the highp still works on other devices so
we have all bases covered.

M  +1-1analitzaplot/plotter3d_es.cpp

https://invent.kde.org/education/analitza/commit/2af6c7ddbd5d961dc0aefda0e08367fb2cf1d858

-- 
You are receiving this mail because:
You are watching all bug changes.

[analitza] [Bug 460239] KAlgebra 3D graphs are not plotted on the PinePhone due to shader error

2022-11-01 Thread Kevin Kofler
https://bugs.kde.org/show_bug.cgi?id=460239

--- Comment #6 from Kevin Kofler  ---
Ping? Aleix, can you please look into this? Or anybody else? It looks to me
like this should be a one-word fix (see my comments above), though I am not by
any means an expert for OpenGL shaders.

-- 
You are receiving this mail because:
You are watching all bug changes.

[analitza] [Bug 460239] KAlgebra 3D graphs are not plotted on the PinePhone due to shader error

2022-10-11 Thread Kevin Kofler
https://bugs.kde.org/show_bug.cgi?id=460239

--- Comment #5 from Kevin Kofler  ---
I guess it should say "highp float w = …" instead of "float w = …".

-- 
You are receiving this mail because:
You are watching all bug changes.

[analitza] [Bug 460239] KAlgebra 3D graphs are not plotted on the PinePhone due to shader error

2022-10-11 Thread Kevin Kofler
https://bugs.kde.org/show_bug.cgi?id=460239

--- Comment #4 from Kevin Kofler  ---
Apparently a regression from this 2015 commit:
https://invent.kde.org/education/analitza/-/commit/80a3833ee306ee62ef61126d31fd7649bc7394af

-- 
You are receiving this mail because:
You are watching all bug changes.

[analitza] [Bug 460239] KAlgebra 3D graphs are not plotted on the PinePhone due to shader error

2022-10-11 Thread Kevin Kofler
https://bugs.kde.org/show_bug.cgi?id=460239

--- Comment #3 from Kevin Kofler  ---
Looks like the offending code is actually part of analitza(plot).
I am using: analitza 22.08.1-1

-- 
You are receiving this mail because:
You are watching all bug changes.

[analitza] [Bug 460239] KAlgebra 3D graphs are not plotted on the PinePhone due to shader error

2022-10-11 Thread Kevin Kofler
https://bugs.kde.org/show_bug.cgi?id=460239

Kevin Kofler  changed:

   What|Removed |Added

 CC||percy.camilo...@gmail.com
Version|22.08.1 |unspecified
Summary|3D graphs are not plotted   |KAlgebra 3D graphs are not
   |on the PinePhone due to |plotted on the PinePhone
   |shader error|due to shader error
Product|kalgebra|analitza
  Component|general |analitzaplot

-- 
You are receiving this mail because:
You are watching all bug changes.