Merge branch mesa-public/master into vulkan
[mesa.git] / src / mesa / drivers / dri / i965 / brw_vec4_tcs.cpp
index 3d83152d365bde78fd9f2a017d7f41dfd0339d9e..b7d02e90a86ecf39fa513bf60d9424e2bf0d7970 100644 (file)
@@ -544,7 +544,7 @@ brw_compile_tcs(const struct brw_compiler *compiler,
 
    assert(output_size_bytes >= 1);
    if (output_size_bytes > GEN7_MAX_HS_URB_ENTRY_SIZE_BYTES)
-      return false;
+      return NULL;
 
    /* URB entry sizes are stored as a multiple of 64 bytes. */
    vue_prog_data->urb_entry_size = ALIGN(output_size_bytes, 64) / 64;