mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 15:10:12 +01:00
Fixed a bug that caused every dispatch function to call glNewList.
This commit is contained in:
parent
0f8a2718a3
commit
fb4449033b
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ class PrintGenericStubs(gl_XML.FilterGLAPISpecBase):
|
|||
print 'GLOBL_FN(fn) ; fn:\t\t\t\t\t\\'
|
||||
print '\tsethi\t%hi(0x00000000), %g1 ;\t\t\t\\'
|
||||
print '\tld\t[%g1 + %lo(0x00000000)], %g1 ;\t\t\\'
|
||||
print '\tld\t[%g1 + (4 * _gloffset_NewList)], %g3 ;\t\\'
|
||||
print '\tld\t[%g1 + (4 * off)], %g3 ;\t\t\\'
|
||||
print '\tjmpl\t%g3, %g0 ;\t\t\t\t\\'
|
||||
print '\tnop'
|
||||
print '#endif'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue