Skip to content

GLX: implement __glXGLLoadGLXFunction fast path

Kyle Brenneman requested to merge github/fork/evelikov/glx-init-fast-path into master

Created by: evelikov

Trivial optimisation I've stumbled upon while going through. Add fast path for the entry points initialised in libGLX' constructor leading to 10-40% improvement.

Merge request reports