https://bugs.freedesktop.org/show_bug.cgi?id=47375
--- Comment #26 from Brian Paul <brian.e.p...@gmail.com> 2012-07-26 16:45:30 PDT --- (In reply to comment #24) > (gdb) print colorType > $3 = 0 > > that's why this assertion fails in line 1326 : > > GLchan rgbaSave[MAX_WIDTH][4]; > struct swrast_renderbuffer *srb = swrast_renderbuffer(rb); > GLenum colorType = srb->ColorType; > > assert(colorType == GL_UNSIGNED_BYTE || colorType == GL_FLOAT); Can you do "print *srb" at this point? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev