Mesa (gallium-0.2): gallium: temporarily disable PPC vertex shader until more things run

Brian Paul brianp at kemper.freedesktop.org
Wed Oct 22 17:15:52 UTC 2008


Module: Mesa
Branch: gallium-0.2
Commit: ba4faef7c07c47ad4f71f3e6ba94cb54217c56ed
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ba4faef7c07c47ad4f71f3e6ba94cb54217c56ed

Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed Oct 22 11:13:31 2008 -0600

gallium: temporarily disable PPC vertex shader until more things run

---

 src/gallium/auxiliary/draw/draw_vs_ppc.c |    3 +++
 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 a096ad4..990a659 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;




More information about the mesa-commit mailing list