소스 검색

fixed a glitch

tags/mesa_4_1
Brian Paul 23 년 전
부모
커밋
6d9b899342
2개의 변경된 파일687개의 추가작업 그리고 687개의 파일을 삭제
  1. 2
    2
      src/mesa/glapi/glsparcasm.py
  2. 685
    685
      src/mesa/sparc/glapi_sparc.S

+ 2
- 2
src/mesa/glapi/glsparcasm.py 파일 보기

@@ -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
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


Loading…
취소
저장