[Mesa-dev] [Bug 72281] [bisected] Eufloria HD crash on start

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Apr 17 22:36:18 PDT 2014


https://bugs.freedesktop.org/show_bug.cgi?id=72281

Kenneth Graunke <kenneth at whitecape.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Kenneth Graunke <kenneth at whitecape.org> ---
Eufloria HD works for me.  Presumably this was fixed by:

commit 05fbb021a6329add4b37c876c0621c1dcc3d4ef9
Author: Kenneth Graunke <kenneth at 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 at whitecape.org>
    Reviewed-by: Brian Paul <brianp at vmware.com>
    Tested-by: Laurent Carlier <lordheavym at gmail.com>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20140418/d47d95a1/attachment.html>


More information about the mesa-dev mailing list