[Mesa-dev] [Bug 100227] gl_marshal.py: generating duplicate declaration specifiers

2018-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100227 Timothy Arceri changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Mesa-dev] [Bug 100227] gl_marshal.py: generating duplicate declaration specifiers

2017-05-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100227 --- Comment #4 from Nicolai Hähnle --- Gustaw, you're right. Can you prepare a patch that moves the const in the right place? Bartosz, the lstrip() should not be required. -- You are receiving this mail because: You are the QA Contact for the

[Mesa-dev] [Bug 100227] gl_marshal.py: generating duplicate declaration specifiers

2017-05-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100227 --- Comment #3 from Bartosz Tomczyk --- I agree with Gustaw, that it should be changed to "const GLvoid *const". Something like that should work(not tested): --- a/src/mapi/glapi/gen/gl_marshal.py +++ b/src/mapi/glapi/gen/gl_marshal.py @@ -1

[Mesa-dev] [Bug 100227] gl_marshal.py: generating duplicate declaration specifiers

2017-05-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100227 --- Comment #2 from Gustaw Smolarczyk --- I didn't really looked at the python generator, but this is what came to my mind: maybe one of the consts was meant to be applied to the pointee type? So instead of "const const GLvoid *", it should be "

[Mesa-dev] [Bug 100227] gl_marshal.py: generating duplicate declaration specifiers

2017-03-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100227 --- Comment #1 from Tapani Pälli --- Created attachment 130255 --> https://bugs.freedesktop.org/attachment.cgi?id=130255&action=edit attempt to fix warnings this was my 1st attempt to fix this -- You are receiving this mail because: You are

[Mesa-dev] [Bug 100227] gl_marshal.py: generating duplicate declaration specifiers

2017-03-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100227 Bug ID: 100227 Summary: gl_marshal.py: generating duplicate declaration specifiers Product: Mesa Version: git Hardware: Other OS: All Status: N