https://bugs.freedesktop.org/show_bug.cgi?id=93053
Ian Romanick changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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 for the bug.
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, &size));
>> *params = size;
>> return;
Though to be fa
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