[Mesa-dev] [Bug 105328] Can't include gl and gles headers simultaneously on non-64 bit architectures

2018-11-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105328 Eric Engestrom changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Mesa-dev] [Bug 105328] Can't include gl and gles headers simultaneously on non-64 bit architectures

2018-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105328 --- Comment #8 from Emil Velikov --- Matt has noticed that this is causing problems on Gentoo https://bugs.gentoo.org/660594 Although it's related to building gst the problem is the same. The gst check was introduced in 2017 with

[Mesa-dev] [Bug 105328] Can't include gl and gles headers simultaneously on non-64 bit architectures

2018-11-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105328 Matt Turner changed: What|Removed |Added Assignee|fdo-b...@engestrom.ch |emil.l.veli...@gmail.com

[Mesa-dev] [Bug 105328] Can't include gl and gles headers simultaneously on non-64 bit architectures

2018-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105328 Matt Turner changed: What|Removed |Added Assignee|mesa-dev@lists.freedesktop. |fdo-b...@engestrom.ch

[Mesa-dev] [Bug 105328] Can't include gl and gles headers simultaneously on non-64 bit architectures

2018-07-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105328 Adrian Perez de Castro changed: What|Removed |Added CC||ago...@igalia.com,

[Mesa-dev] [Bug 105328] Can't include gl and gles headers simultaneously on non-64 bit architectures

2018-03-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105328 --- Comment #5 from Sebastian Dröge (slomo) --- Is there any chance of getting this fixed before Khronos releases a new version of the headers? I assume that usually takes quite a while, if they agree to include this change

[Mesa-dev] [Bug 105328] Can't include gl and gles headers simultaneously on non-64 bit architectures

2018-03-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105328 Sebastian Dröge (slomo) changed: What|Removed |Added CC|

[Mesa-dev] [Bug 105328] Can't include gl and gles headers simultaneously on non-64 bit architectures

2018-03-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105328 --- Comment #4 from Brian Paul --- (In reply to Brian Paul from comment #2) > Evidently, the problem with the 32-bit build is that ptrdiff_t is not > equivalent to signed long int. > > This hack works for me: > > #include

[Mesa-dev] [Bug 105328] Can't include gl and gles headers simultaneously on non-64 bit architectures

2018-03-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105328 --- Comment #3 from Eric Engestrom --- As Ilia mentioned, these headers come directly from Khronos; I've just raised a ticket with your issue there (https://github.com/KhronosGroup/OpenGL-Registry/issues/162), but to

[Mesa-dev] [Bug 105328] Can't include gl and gles headers simultaneously on non-64 bit architectures

2018-03-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105328 --- Comment #2 from Brian Paul --- Evidently, the problem with the 32-bit build is that ptrdiff_t is not equivalent to signed long int. This hack works for me: #include #include #define GL_VERSION_1_5 #include int main

[Mesa-dev] [Bug 105328] Can't include gl and gles headers simultaneously on non-64 bit architectures

2018-03-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105328 Tim Müller changed: What|Removed |Added CC||t...@centricular.net

[Mesa-dev] [Bug 105328] Can't include gl and gles headers simultaneously on non-64 bit architectures

2018-03-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105328 --- Comment #1 from Ilia Mirkin --- GL headers come from Khronos and are (should be) standard across all GL implementations. -- You are receiving this mail because: You are the assignee for the bug. You are the QA

[Mesa-dev] [Bug 105328] Can't include gl and gles headers simultaneously on non-64 bit architectures

2018-03-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105328 Bug ID: 105328 Summary: Can't include gl and gles headers simultaneously on non-64 bit architectures Product: Mesa Version: git Hardware: Other OS: All