Selaa lähdekoodia

fixed a glitch

tags/mesa_4_1
Brian Paul 23 vuotta sitten
vanhempi
commit
6d9b899342
2 muutettua tiedostoa jossa 687 lisäystä ja 687 poistoa
  1. 2
    2
      src/mesa/glapi/glsparcasm.py
  2. 685
    685
      src/mesa/sparc/glapi_sparc.S

+ 2
- 2
src/mesa/glapi/glsparcasm.py Näytä tiedosto

@@ -1,6 +1,6 @@
#!/usr/bin/env python

# $Id: glsparcasm.py,v 1.5 2001/11/18 22:42:57 brianp Exp $
# $Id: glsparcasm.py,v 1.6 2001/11/19 00:40:33 brianp Exp $

# Mesa 3-D graphics library
# Version: 4.1
@@ -112,7 +112,7 @@ def EmitFunction(name, returnType, argTypeList, argNameList, alias, offset):
# print the assembly code
print ''
print "GLOBL_FN(GL_PREFIX(%s))" % (name)
print '.type %s,#function' %(name)
print '.type gl%s,#function' %(name)
print "GL_PREFIX(%s):" % (name)
print '#ifdef __sparc_v9__'
print '\tsethi\t%hi(0x00000000), %g2'

+ 685
- 685
src/mesa/sparc/glapi_sparc.S
File diff suppressed because it is too large
Näytä tiedosto


Loading…
Peruuta
Tallenna