~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/mapi/glapi/glapi_dispatch.c

  • 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:
74
74
 
75
75
#endif /* logging */
76
76
 
77
 
#ifdef GLX_INDIRECT_RENDERING
78
 
/* those link to libglapi.a should provide the entry points */
79
 
#define _GLAPI_SKIP_PROTO_ENTRY_POINTS
80
 
#endif
81
 
 
82
77
/* Enable frame pointer elimination on Windows, otherwise forgetting to add
83
78
 * GLAPIENTRY to _mesa_* entrypoints will not cause crashes on debug builds, as
84
79
 * the initial ESP value is saved in the EBP in the function prologue, then