[Mesa-dev] [Bug 93053] GL_PROGRAM_BINARY_LENGTH always reports 0

2015-11-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=93053 Ian Romanick changed: What|Removed |Added Status|NEW |RESOLVED

[Mesa-dev] [Bug 93053] GL_PROGRAM_BINARY_LENGTH always reports 0

2015-11-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=93053 --- Comment #2 from Tapani Pälli --- Mesa does not support program binary extension, you seem to be using a custom branch (?) -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee

[Mesa-dev] [Bug 93053] GL_PROGRAM_BINARY_LENGTH always reports 0

2015-11-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=93053 Bug ID: 93053 Summary: GL_PROGRAM_BINARY_LENGTH always reports 0 Product: Mesa Version: unspecified Hardware: All OS: All Status: NEW Severity: major

[Mesa-dev] [Bug 93053] GL_PROGRAM_BINARY_LENGTH always reports 0

2015-11-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=93053 --- Comment #1 from Dale Weiler --- A minor quick fix may look something like this: >> size_t size = 0; >> case GL_PROGRAM_BINARY_LENGTH: >> free(mesa_program_serialize(shProg, )); >> *params = size; >>