i965: use GLboolean for all brw_link_shader returns
authorAlejandro Piñeiro <apinheiro@igalia.com>
Sat, 15 Sep 2018 14:42:58 +0000 (16:42 +0200)
committerArcady Goldmints-Orlov <agoldmints@igalia.com>
Sun, 30 Jun 2019 21:58:27 +0000 (16:58 -0500)
commit678140e195fe1e58edc888e7ea2b6ce3a4d61935
treeb51d0ae2e7d85dba62247f0193b2a0d055ea210f
parenta69a48d65a60f48ef7b0d5aa056d6a57c8cf71ed
i965: use GLboolean for all brw_link_shader returns

The function had a mix of true/GL_TRUE and false/GL_FALSE
returns. Using GL_TRUE/GL_FALSE as the function returns a GLboolean.

Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
src/mesa/drivers/dri/i965/brw_link.cpp