summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-10-22 11:13:31 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-10-22 11:13:31 -0600
commitba4faef7c07c47ad4f71f3e6ba94cb54217c56ed (patch)
treecf26e8a186ab641bcf76aa9f37b69e5537913e59 /src
parentb7da4c3dc199ee382bb9924ac86a3485deccc62d (diff)
gallium: temporarily disable PPC vertex shader until more things run
Diffstat (limited to 'src')
-rw-r--r--src/gallium/auxiliary/draw/draw_vs_ppc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/draw/draw_vs_ppc.c b/src/gallium/auxiliary/draw/draw_vs_ppc.c
index a096ad49b8..990a659f27 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;