Generates assembly dispatch stubs for SPARC. Generates different output
authorIan Romanick <idr@us.ibm.com>
Mon, 24 May 2004 17:48:21 +0000 (17:48 +0000)
committerIan Romanick <idr@us.ibm.com>
Mon, 24 May 2004 17:48:21 +0000 (17:48 +0000)
commit958103c77c7857ed3ba768814ceccd944567c0f8
treed6f811d225069ae0f4ba6f280349c73c4b6c78a4
parent257e474474b929b9a407e284601c8665cdc42111
Generates assembly dispatch stubs for SPARC.  Generates different output
than glsparcasm.py, but the assembled code should be the same.  The seems to
only work with GCC version >= 3.0.  The older preprocessor doesn't like the
embedded # in the GLOBL_FN macro.  On the SPARC system I used, /ccs/bin/as
didn't like the @function, it would only accept #function.
src/mesa/glapi/gl_SPARC_asm.py [new file with mode: 0644]