Summary: | [bisected] Eufloria HD crash on start | ||
---|---|---|---|
Product: | Mesa | Reporter: | Pavel Ondračka <pavel.ondracka> |
Component: | Mesa core | Assignee: | mesa-dev |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | eero.t.tamminen, eric |
Version: | git | Keywords: | regression |
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Pavel Ondračka
2013-12-03 19:56:37 UTC
(In reply to comment #0) ... #8 0x4e9899ee in cgGLLoadProgram () from /usr/local/games/EufloriaHD/lib/libCgGL.so #9 0x081e85f8 in Coal::Shader::LoadBinary(char const*) () > #10 0x081e7a06 in Coal::Win32Renderer::LoadShaderBinary(char const*, bool) () Does this happen only on Windows? (In reply to comment #1) > (In reply to comment #0) > ... > #8 0x4e9899ee in cgGLLoadProgram () from > /usr/local/games/EufloriaHD/lib/libCgGL.so > #9 0x081e85f8 in Coal::Shader::LoadBinary(char const*) () > > #10 0x081e7a06 in Coal::Win32Renderer::LoadShaderBinary(char const*, bool) () > > Does this happen only on Windows? Nope, this is on Linux of course. Eufloria HD works for me. Presumably this was fixed by: commit 05fbb021a6329add4b37c876c0621c1dcc3d4ef9 Author: Kenneth Graunke <kenneth@whitecape.org> Date: Sun Jan 5 20:03:00 2014 -0800 mesa: Use get_local_param_pointer in glProgramLocalParameters4fvEXT(). Using the get_local_param_pointer helper ensures that the LocalParams arrays have actually been allocated before attempting to use them. glProgramLocalParameters4fvEXT needs to do a bit of extra checking, but it can be simplified since the helper has already validated the target. Fixes crashes in programs that use Cg (for example, Awesomenauts, Rocketbirds: Hardboiled Chicken, and Tiny and Big: Grandpa's Leftovers) since commit e5885c119de1e508099cc1111e1c9f8ff00fab88 (mesa: Dynamically allocate the storage for program local parameters.) Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=73136 Signed-off-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Brian Paul <brianp@vmware.com> Tested-by: Laurent Carlier <lordheavym@gmail.com> |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.