nir/lower_io_to_vector: allow FS outputs to be vectorized

v2: handle dual-source blending
v3: use a higher MAX_SLOTS

Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Connor Abbott <cwabbott0@gmail.com>
This commit is contained in:
Rhys Perry
2019-05-17 11:53:32 +01:00
committed by Rhys Perry
parent c6be5cefba
commit 300e758b7c
2 changed files with 33 additions and 27 deletions

View File

@@ -27,6 +27,7 @@
#define SHADER_ENUMS_H
#include <stdbool.h>
#include "mesa/main/config.h"
#ifdef __cplusplus
extern "C" {