From: Brian Paul Date: Wed, 22 Oct 2008 17:13:31 +0000 (-0600) Subject: gallium: temporarily disable PPC vertex shader until more things run X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ba4faef7c07c47ad4f71f3e6ba94cb54217c56ed;p=mesa.git gallium: temporarily disable PPC vertex shader until more things run --- diff --git a/src/gallium/auxiliary/draw/draw_vs_ppc.c b/src/gallium/auxiliary/draw/draw_vs_ppc.c index a096ad49b85..990a659f272 100644 --- a/src/gallium/auxiliary/draw/draw_vs_ppc.c +++ b/src/gallium/auxiliary/draw/draw_vs_ppc.c @@ -203,6 +203,9 @@ draw_create_vs_ppc(struct draw_context *draw, { struct draw_ppc_vertex_shader *vs; + /* XXX temporary short-circuit */ + return NULL; + vs = CALLOC_STRUCT( draw_ppc_vertex_shader ); if (vs == NULL) return NULL;