summaryrefslogtreecommitdiff
path: root/hooks.h
Commit message (Collapse)AuthorAge
* Apply speed hack to all clocksJari Vetoniemi2017-02-16
| | | | | Multiply the real clock instead of using MONOTONIC for everything. This means we track base of each clock.
* Try dlopen with RTLD_NOLOAD if symbols are hiddenJari Vetoniemi2017-01-25
| | | | Makes e.g. weston work which dlopens plugins with RTLD_LOCAL I guess.
* Flip pixels of video if neededJari Vetoniemi2017-01-23
|
* Remove unnecessary NULL initializationsJari Vetoniemi2017-01-23
|
* Add wider OpenGL coverage, more cleanups, etc..Jari Vetoniemi2017-01-23
| | | | | Testing with some GLES 2.0 programs that I have made so I can profile this thing.
* Move out non function hook code out of hooks.hJari Vetoniemi2017-01-23
| | | | Also reorder the code a bit
* Split code a bit, wrangle OpenGLJari Vetoniemi2017-01-23
Split system function hooks into hooks.h Wrangle opengl functions instead of trying to use them directly.