~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/mapi/glapi/gen/gl_x86_asm.py

  • Committer: mmach
  • Date: 2023-11-02 21:31:35 UTC
  • Revision ID: netbit73@gmail.com-20231102213135-18d4tzh7tj0uz752
2023-11-02 22:11:57

Show diffs side-by-side

added added

removed removed

Lines of Context:
178
178
                        text = '\tGL_STUB_ALIAS(%s, %d, %s, %s, %s)' % (n, f.offset, alt2, name, alt)
179
179
 
180
180
                        if f.has_different_protocol(n):
181
 
                            print('#ifndef GLX_INDIRECT_RENDERING')
 
181
                            print('#if GLAPI_EXPORT_PROTO_ENTRY_POINTS')
182
182
                            print(text)
183
183
                            print('#endif')
184
184
                        else: