Build mesa 2727 completed
Commit ec4e71f75e by Tapani Pälli on 8/17/2016 7:37 AM:
mesa: fix empty program log length\n\nIn case we have empty log (""), we should return 0. This fixes\nKhronos WebGL conformance test 'program-infolog'.\n\nFrom OpenGL ES 3.1 (and OpenGL 4.5 Core) spec:\n "If pname is INFO_LOG_LENGTH , the length of the info log, including\n a null terminator, is returned. If there is no info log, zero is\n returned."\n\nv2: apply same fix for get_shaderiv and _mesa_GetProgramPipelineiv (Ian)\n\nSigned-off-by: Tapani Pälli <[email protected]>\nReviewed-by: Iago Toral Quiroga <[email protected]> (v1)\nReviewed-by: Ian Romanick <[email protected]>\nReviewed-by: Nicolai Hähnle <[email protected]>\nBugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=97321\nCc: "13.0" <[email protected]>
_______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
