summaryrefslogtreecommitdiff
path: root/xc/extras/Mesa/src/SPARC/sparc.c
diff options
context:
space:
mode:
Diffstat (limited to 'xc/extras/Mesa/src/SPARC/sparc.c')
-rw-r--r--xc/extras/Mesa/src/SPARC/sparc.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/xc/extras/Mesa/src/SPARC/sparc.c b/xc/extras/Mesa/src/SPARC/sparc.c
index 4e0688cfa..0ed54fe60 100644
--- a/xc/extras/Mesa/src/SPARC/sparc.c
+++ b/xc/extras/Mesa/src/SPARC/sparc.c
@@ -1,9 +1,9 @@
/*
* Mesa 3-D graphics library
- * Version: 3.5
+ * Version: 4.0.3
*
- * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
+ * Copyright (C) 1999-2002 Brian Paul All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@@ -111,9 +111,13 @@ void _mesa_init_all_sparc_transform_asm(void)
ASSIGN_XFORM_GROUP(sparc, 3)
ASSIGN_XFORM_GROUP(sparc, 4)
+#if 0
+ /* Disabled for now. See Mesa bug report # 544665. Evidently these
+ * functions are using SPARC registers that shouldn't be touched.
+ */
_mesa_clip_tab[4] = _mesa_sparc_cliptest_points4;
_mesa_clip_np_tab[4] = _mesa_sparc_cliptest_points4_np;
-
+#endif
_mesa_normal_tab[NORM_TRANSFORM | NORM_NORMALIZE] =
_mesa_sparc_transform_normalize_normals;
_mesa_normal_tab[NORM_TRANSFORM_NO_ROT | NORM_NORMALIZE] =