Originally posted by okias
View Post
for mesa master you need this patch change
diff --git a/src/gallium/include/pipe/p_defines.h b/src/gallium/include/pipe/p_defines.h
index 58410cc..ad6f88e 100644
--- a/src/gallium/include/pipe/p_defines.h
+++ b/src/gallium/include/pipe/p_defines.h
@@ -564,6 +564,8 @@ enum pipe_cap {
PIPE_CAP_TGSI_VS_WINDOW_SPACE_POSITION = 99,
PIPE_CAP_MAX_VERTEX_STREAMS = 100,
PIPE_CAP_DRAW_INDIRECT = 101,
+ PIPE_CAP_RASTERIZER_LOWER_LEFT_ORIGIN = 102, //this doesnt exist in master
+ PIPE_CAP_DEVICE_MEMORY_SIZE = 103
};
#define PIPE_QUIRK_TEXTURE_BORDER_COLOR_SWIZZLE_NV50 (1 << 0)
--
2.0.3
almost got it to build against master
Comment