[Mesa-dev] [Bug 84805] DEF files missing for GLES1/GLES2

2018-04-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84805

Timothy Arceri  changed:

   What|Removed |Added

 Resolution|--- |WONTFIX
 Status|NEW |RESOLVED

-- 
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 84805] DEF files missing for GLES1/GLES2

2015-04-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84805

--- Comment #6 from Charles Huber genpfa...@gmail.com ---
Still working as of cb154bb22116910c462f7a83f4401bd01e15c34d

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


[Mesa-dev] [Bug 84805] DEF files missing for GLES1/GLES2

2015-04-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84805

--- Comment #7 from José Fonseca jfons...@vmware.com ---
(In reply to Charles Huber from comment #6)
 Still working as of cb154bb22116910c462f7a83f4401bd01e15c34d

That's 10.4 branch.

I think this has been broken apart in master:

 
http://cgit.freedesktop.org/mesa/mesa/commit/?id=5564c361b5cc1f5ec4be3622d7f9be601e3c268a

There were two EGL implementations: a DRI Linux-specific one, and a
cross-platform one, but nobody was interested in maintaining the later one.

I wonder if you truly need EGL on Windows, or WGL_EXT_create_context_es_profile
could meet your needs.  Even if you truly need EGL on Windows, I'm afraid that
unless somebody is willing to maintain it, it's not going to come back to
life...



In short, the patch you proposed only makes sense in the 10.4 branch.

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


[Mesa-dev] [Bug 84805] DEF files missing for GLES1/GLES2

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

Matt Turner matts...@gmail.com changed:

   What|Removed |Added

 CC||jfons...@vmware.com

--- Comment #1 from Matt Turner matts...@gmail.com ---
I assume you copied the list of functions from the ABI-check scripts. Those
lists contain more than what you actually want to export. See the FIXME
comments at the top. For instance, glMultiDrawArraysEXT shouldn't be exported.

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


[Mesa-dev] [Bug 84805] DEF files missing for GLES1/GLES2

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

--- Comment #2 from Charles Huber genpfa...@gmail.com ---
I just took the existing decorated exports (via 'dumpbin /exports') and
stripped the prefix/suffixes.

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


[Mesa-dev] [Bug 84805] DEF files missing for GLES1/GLES2

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

--- Comment #3 from Charles Huber genpfa...@gmail.com ---
Created attachment 107563
  -- https://bugs.freedesktop.org/attachment.cgi?id=107563action=edit
Add DEF files for GLES1/GLES2, take 2

This time around I took the exports directly from GLES/gl.h and GLES2/gl2.h.

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