mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-02 18:10:17 +01:00
glapi: Generated GLX sources should use glapidispatch.h.
Fix glX_proto_recv.py and glX_proto_send.py, and regenerate the sources.
This commit is contained in:
parent
2be1fcaafe
commit
4cb13b433c
3 changed files with 3 additions and 3 deletions
|
|
@ -30,7 +30,7 @@
|
|||
#include "indirect.h"
|
||||
#include "glxclient.h"
|
||||
#include "indirect_size.h"
|
||||
#include "dispatch.h"
|
||||
#include "glapidispatch.h"
|
||||
#include "glapi.h"
|
||||
#include "glthread.h"
|
||||
#include <GL/glxproto.h>
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@ class PrintGlxDispatchFunctions(glX_proto_common.glx_print_proto):
|
|||
print '#include "glapi.h"'
|
||||
print '#include "glapitable.h"'
|
||||
print '#include "glthread.h"'
|
||||
print '#include "dispatch.h"'
|
||||
print '#include "glapidispatch.h"'
|
||||
print ''
|
||||
print '#define __GLX_PAD(x) (((x) + 3) & ~3)'
|
||||
print ''
|
||||
|
|
|
|||
|
|
@ -166,7 +166,7 @@ class PrintGlxProtoStubs(glX_proto_common.glx_print_proto):
|
|||
print '#include "indirect.h"'
|
||||
print '#include "glxclient.h"'
|
||||
print '#include "indirect_size.h"'
|
||||
print '#include "dispatch.h"'
|
||||
print '#include "glapidispatch.h"'
|
||||
print '#include "glapi.h"'
|
||||
print '#include "glthread.h"'
|
||||
print '#include <GL/glxproto.h>'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue