ecore x vsync animator support - add a glx based vsync ticker
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sun, 27 Jul 2014 05:22:27 +0000 (14:22 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Mon, 28 Jul 2014 14:00:34 +0000 (23:00 +0900)
commit2d63a704222fa27d61a53d6b7248cd7e01ebb100
tree5fc471053b54615d0bdf2d7d609520f10f661700
parent89d0e9f0333fc84c1ab8277537bacaf2291302b5
ecore x vsync animator support - add a glx based vsync ticker

this adds a slave process that is useful on nvidia drivers as there
isn't another way to get vsync evenys (that i know about). i need to
make another slave process to that includes a dri2 protocol
implementation since mesa has now hidden its dri2 symbols.
.gitignore
data/Makefile.am
data/ecore_x/checkme [new file with mode: 0644]
src/Makefile_Ecore_X.am
src/lib/ecore_x/ecore_x_vsync_tool.c [new file with mode: 0644]
src/lib/ecore_x/ecore_x_vsync_tool_glx.c [new file with mode: 0644]
src/lib/ecore_x/xlib/ecore_x_vsync.c