[Mesa-dev] [Bug 58718] Crash in src_register() during glClear() call

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Mar 11 16:06:12 PDT 2013


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

--- Comment #11 from Keith Kriewall <keith.kriewall at attachmate.com> ---
I just tried that (signed fields ahead of unsigned) and it didn't help in this
case.  The modified struct began as:

struct prog_src_register
{
   GLint Index:(INST_INDEX_BITS+1); /**< Extra bit here for sign bit.
                                     * May be negative for relative addressing.
                                     */
   GLint Index2:(INST_INDEX_BITS+1); /**< Extra bit here for sign bit.
                                       * May be negative for relative
                                       * addressing. */
   GLuint File:4;    /**< One of the PROGRAM_* register file values. */
   GLuint Swizzle:12;
. . .
}

-- 
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/20130311/a45f0a25/attachment.html>


More information about the mesa-dev mailing list