Who cares about correct rendering at such small sizes anyway Signed-off-by: falkTX <falktx@falktx.com>tags/22.02
| @@ -103,7 +103,7 @@ endif | |||||
| dgl: | dgl: | ||||
| ifneq ($(HEADLESS),true) | ifneq ($(HEADLESS),true) | ||||
| $(MAKE) -C dpf/dgl opengl NVG_DISABLE_SKIPPING_WHITESPACE=true USE_NANOVG_FBO=true | |||||
| $(MAKE) -C dpf/dgl opengl NVG_DISABLE_SKIPPING_WHITESPACE=true NVG_FONT_TEXTURE_FLAGS=NVG_IMAGE_NEAREST USE_NANOVG_FBO=true | |||||
| endif | endif | ||||
| plugins: deps | plugins: deps | ||||
| @@ -9,7 +9,6 @@ DEP_PATH = $(abspath ../src/Rack/dep) | |||||
| # -------------------------------------------------------------- | # -------------------------------------------------------------- | ||||
| # Import base definitions | # Import base definitions | ||||
| USE_NANOVG_FBO = true | |||||
| include ../dpf/Makefile.base.mk | include ../dpf/Makefile.base.mk | ||||
| # -------------------------------------------------------------- | # -------------------------------------------------------------- | ||||
| @@ -1 +1 @@ | |||||
| Subproject commit 493837049e773e45f842c0ee83b6b69c7c56adf9 | |||||
| Subproject commit b325295d6c77032eeb042aacd242683aa1773f5d | |||||
| @@ -14,7 +14,6 @@ SYSDEPS ?= false | |||||
| # -------------------------------------------------------------- | # -------------------------------------------------------------- | ||||
| # Import base definitions | # Import base definitions | ||||
| USE_NANOVG_FBO = true | |||||
| include ../dpf/Makefile.base.mk | include ../dpf/Makefile.base.mk | ||||
| # -------------------------------------------------------------- | # -------------------------------------------------------------- | ||||
| @@ -14,7 +14,6 @@ SYSDEPS ?= false | |||||
| # -------------------------------------------------------------- | # -------------------------------------------------------------- | ||||
| # Import base definitions | # Import base definitions | ||||
| USE_NANOVG_FBO = true | |||||
| include ../dpf/Makefile.base.mk | include ../dpf/Makefile.base.mk | ||||
| # -------------------------------------------------------------- | # -------------------------------------------------------------- | ||||
| @@ -73,7 +73,6 @@ endif | |||||
| # -------------------------------------------------------------- | # -------------------------------------------------------------- | ||||
| # Import base definitions | # Import base definitions | ||||
| USE_NANOVG_FBO = true | |||||
| include ../../dpf/Makefile.base.mk | include ../../dpf/Makefile.base.mk | ||||
| # -------------------------------------------------------------- | # -------------------------------------------------------------- | ||||
| @@ -118,6 +117,8 @@ EXTRA_LIBS = $(RACK_EXTRA_LIBS) $(CARLA_EXTRA_LIBS) $(STATIC_CARLA_PLUGIN_LIBS) | |||||
| # -------------------------------------------------------------- | # -------------------------------------------------------------- | ||||
| # Do some magic | # Do some magic | ||||
| NVG_DISABLE_SKIPPING_WHITESPACE = true | |||||
| NVG_FONT_TEXTURE_FLAGS = NVG_IMAGE_NEAREST | |||||
| USE_NANOVG_FBO = true | USE_NANOVG_FBO = true | ||||
| USE_VST2_BUNDLE = true | USE_VST2_BUNDLE = true | ||||
| include ../../dpf/Makefile.plugins.mk | include ../../dpf/Makefile.plugins.mk | ||||