mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-21 22:20:14 +01:00
mesa/dri: Remove extension_helper.h.
Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
This commit is contained in:
parent
17ef1f6074
commit
3d16088ff0
2 changed files with 0 additions and 6652 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -13,7 +13,6 @@ OUTPUTS = glprocs.h glapitemp.h glapioffsets.h glapitable.h dispatch.h \
|
|||
../x86/glapi_x86.S \
|
||||
../x86-64/glapi_x86-64.S \
|
||||
../sparc/glapi_sparc.S \
|
||||
../drivers/dri/common/extension_helper.h \
|
||||
../../glx/x11/indirect.c \
|
||||
../../glx/x11/indirect.h \
|
||||
../../glx/x11/indirect_init.c \
|
||||
|
|
@ -105,10 +104,6 @@ dispatch.h $(GLX_DIR)/dispatch.h: gl_table.py $(COMMON)
|
|||
../sparc/glapi_sparc.S: gl_SPARC_asm.py $(COMMON)
|
||||
$(PYTHON2) $(PYTHON_FLAGS) $< > $@
|
||||
|
||||
|
||||
../drivers/dri/common/extension_helper.h: extension_helper.py $(COMMON)
|
||||
$(PYTHON2) $(PYTHON_FLAGS) $< > $@
|
||||
|
||||
../../glx/x11/indirect.c: glX_proto_send.py $(COMMON_GLX)
|
||||
$(PYTHON2) $(PYTHON_FLAGS) $< -m proto | $(INDENT) $(INDENT_FLAGS) > $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue