summary |
shortlog | log |
commit |
commitdiff |
tree first ⋅ prev ⋅ next
Philip Langdale [Sun, 30 Sep 2018 02:19:37 +0000 (19:19 -0700)] Update for CUDA 10
This adds support for the CUDA/Vulkan interop API, which requires
very new driver versions. As such, we allow the symbols to be
optionally loaded. I expect that when the next Video SDK release
comes out, it will also require the very new drivers and we'll make
these symbols compulsory.
Timo Rothenpieler [Mon, 7 May 2018 12:28:09 +0000 (14:28 +0200)] Add most commonly used CUevent functions
Timo Rothenpieler [Sat, 5 May 2018 09:45:50 +0000 (11:45 +0200)] Fix usage of ffmpeg specific arch define
Timo Rothenpieler [Sun, 29 Apr 2018 11:18:55 +0000 (13:18 +0200)] Bump version
Timo Rothenpieler [Sun, 29 Apr 2018 10:58:50 +0000 (12:58 +0200)] Add support for basic CUstream usage
Daniel Oberhoff [Fri, 27 Apr 2018 09:43:30 +0000 (11:43 +0200)] Fix cuCtxPushCurrent signature
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
Timo Rothenpieler [Thu, 26 Apr 2018 13:37:16 +0000 (15:37 +0200)] Re-Prettify indentation
Daniel Oberhoff [Thu, 26 Apr 2018 11:03:40 +0000 (13:03 +0200)] Make code compile in C++ mode
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
Philip Langdale [Sun, 15 Apr 2018 15:43:16 +0000 (08:43 -0700)] Add CUDA OpenGL Interop symbols and types
This will allow mpv to use this loader, instead of having to maintain
its own code.
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
Timo Rothenpieler [Tue, 27 Feb 2018 14:48:41 +0000 (15:48 +0100)] Generate native Windows paths on Windows
Timo Rothenpieler [Sun, 28 Jan 2018 13:43:39 +0000 (14:43 +0100)] Add cuCtxSetLimit CUDA function
Timo Rothenpieler [Sun, 28 Jan 2018 13:38:41 +0000 (14:38 +0100)] Add .gitignore
Timo Rothenpieler [Fri, 15 Dec 2017 20:34:58 +0000 (21:34 +0100)] Use install instead of cp/mkdir in Makefile
Timo Rothenpieler [Fri, 15 Dec 2017 12:47:16 +0000 (13:47 +0100)] Fixup include guard naming
Timo Rothenpieler [Fri, 15 Dec 2017 12:39:33 +0000 (13:39 +0100)] Add ffmpeg-free loader
Timo Rothenpieler [Mon, 4 Dec 2017 18:40:03 +0000 (19:40 +0100)] Remove dependencies on ffmpeg
Timo Rothenpieler [Sun, 3 Dec 2017 11:12:05 +0000 (12:12 +0100)] Add Makefile for installation
Timo Rothenpieler [Sun, 3 Dec 2017 10:38:39 +0000 (11:38 +0100)] Add README
Timo Rothenpieler [Sun, 3 Dec 2017 10:30:31 +0000 (11:30 +0100)] Initial import from FFmpeg