This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNURadio block for spectrum visualization using GPU".
The branch, master has been updated via 4ae2f539df6ec247751cc1f2196652c30ec25efe (commit) via 44465b91867f9cffc237043af70a1ec52f816172 (commit) via a969e7fbb0643fc6f84466f5374175fdf3438e28 (commit) via 436b966b7671c480f0f414b0ac1ed6cb221a560e (commit) via 48b7e9242cb4463b4d2288b7e9f6ddebd9f4e35f (commit) via 6d20a8f3679bae70840fd2f403d6d7b59b5b3047 (commit) via af9de650acbb88f801d1c6489628e43b03c0e8c5 (commit) via 7944d0d976ecd9425d0d4d2e343ef3f9aa109d19 (commit) via f33ebdd28b0ae8283020556cbc373d3bf14428b2 (commit) via 1780d4b43b7e6bb9452d710d66a541098bcb9ccc (commit) via 773442b170c3a29693f7c6624d785c94e4cc7cb1 (commit) via 484be3ccaaa1782d74b39efcdcd481791f45dc5c (commit) via 38c79bca9cc8d91e11f002072b12f6cb5c86075c (commit) from 3fdfe7cf812238804f25f5cdfe39f848fd657b33 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://cgit.osmocom.org/gr-fosphor/commit/?id=4ae2f539df6ec247751cc1f2196652...
commit 4ae2f539df6ec247751cc1f2196652c30ec25efe Author: Sylvain Munaut tnt@246tNt.com Date: Fri Aug 28 14:16:21 2015 -0400
gr-fosphor: Add key bindings to the GRC blocks documentation tab
Thanks to Chris Kuethe for writing theses :p
Signed-off-by: Sylvain Munaut tnt@246tNt.com
http://cgit.osmocom.org/gr-fosphor/commit/?id=44465b91867f9cffc237043af70a1e...
commit 44465b91867f9cffc237043af70a1ec52f816172 Author: Sylvain Munaut tnt@246tNt.com Date: Tue Aug 25 14:52:31 2015 -0400
fosphor/cl: Retry context creation without CL/GL sharing if needed
This happens commonly on optimus laptop when CL is Nvidia and the GL is the Intel card. They can't share data ...
Signed-off-by: Sylvain Munaut tnt@246tNt.com
http://cgit.osmocom.org/gr-fosphor/commit/?id=a969e7fbb0643fc6f84466f5374175...
commit a969e7fbb0643fc6f84466f5374175fdf3438e28 Author: Sylvain Munaut tnt@246tNt.com Date: Tue Aug 25 14:50:54 2015 -0400
fosphor/cl: Don't fail fatally if a platform fails to return devices
Signed-off-by: Sylvain Munaut tnt@246tNt.com
http://cgit.osmocom.org/gr-fosphor/commit/?id=436b966b7671c480f0f414b0ac1ed6...
commit 436b966b7671c480f0f414b0ac1ed6cb221a560e Author: Sylvain Munaut tnt@246tNt.com Date: Wed May 20 10:31:29 2015 +0200
fosphor/mkresources: Don't generate string longer than 64k
Turns out some fucked up compilers (MSVC I'm looking at you) don't support strings that are very long.
So in the resource compiler: - Change binary encoding to use a separate declaration and use array rather than string encoding - If a text file is > 64k, use the binary encoding method rather than string
Signed-off-by: Sylvain Munaut tnt@246tNt.com
http://cgit.osmocom.org/gr-fosphor/commit/?id=48b7e9242cb4463b4d2288b7e9f6dd...
commit 48b7e9242cb4463b4d2288b7e9f6ddebd9f4e35f Author: Sylvain Munaut tnt@246tNt.com Date: Wed May 20 10:07:27 2015 +0200
gr-fosphor: Make use of proper cmake commands to copy header in binary dir
This way it doesn't depend on platform specific 'cp' and 'mkdir' that obviously won't work on WIN32.
Signed-off-by: Sylvain Munaut tnt@246tNt.com
http://cgit.osmocom.org/gr-fosphor/commit/?id=6d20a8f3679bae70840fd2f403d6d7...
commit 6d20a8f3679bae70840fd2f403d6d7b59b5b3047 Author: Sylvain Munaut tnt@246tNt.com Date: Wed May 20 10:06:26 2015 +0200
fosphor/gl_cmap_gen: Remove 'inline' qualifiers
Theses are not in header, and we don't really care about inlining, and the compiler will most likely do it if it thinks its appropriate anyway.
Signed-off-by: Sylvain Munaut tnt@246tNt.com
http://cgit.osmocom.org/gr-fosphor/commit/?id=af9de650acbb88f801d1c6489628e4...
commit af9de650acbb88f801d1c6489628e43b03c0e8c5 Author: Sylvain Munaut tnt@246tNt.com Date: Wed May 20 10:05:30 2015 +0200
fosphor/gl_cmap_gen: Spacing fix in _set_rgba_from_hsv
Not sure where this came from ...
Signed-off-by: Sylvain Munaut tnt@246tNt.com
http://cgit.osmocom.org/gr-fosphor/commit/?id=7944d0d976ecd9425d0d4d2e343ef3...
commit 7944d0d976ecd9425d0d4d2e343ef3f9aa109d19 Author: Sylvain Munaut tnt@246tNt.com Date: Wed May 20 10:03:56 2015 +0200
fosphor/cl_compat: Fix goofs with calling convention
Doesn't matter on linux/osx because CL_API is nothing, but on Win32, it changes things.
Signed-off-by: Sylvain Munaut tnt@246tNt.com
http://cgit.osmocom.org/gr-fosphor/commit/?id=f33ebdd28b0ae8283020556cbc373d...
commit f33ebdd28b0ae8283020556cbc373d3bf14428b2 Author: Sylvain Munaut tnt@246tNt.com Date: Wed Mar 11 13:23:12 2015 +0100
fosphor/gl_cmap_gen: Add new function to generate GL colormap from a PNG
Signed-off-by: Sylvain Munaut tnt@246tNt.com
http://cgit.osmocom.org/gr-fosphor/commit/?id=1780d4b43b7e6bb9452d710d66a541...
commit 1780d4b43b7e6bb9452d710d66a541098bcb9ccc Author: Sylvain Munaut tnt@246tNt.com Date: Wed Mar 11 13:21:29 2015 +0100
fosphor/gl_cmap: Add a return value and void* arg to the generate func
Signed-off-by: Sylvain Munaut tnt@246tNt.com
http://cgit.osmocom.org/gr-fosphor/commit/?id=773442b170c3a29693f7c6624d785c...
commit 773442b170c3a29693f7c6624d785c94e4cc7cb1 Author: Sylvain Munaut tnt@246tNt.com Date: Wed Mar 11 12:42:38 2015 +0100
fosphor: Fix typo in headers MAXOSX vs MACOSX
Signed-off-by: Sylvain Munaut tnt@246tNt.com
http://cgit.osmocom.org/gr-fosphor/commit/?id=484be3ccaaa1782d74b39efcdcd481...
commit 484be3ccaaa1782d74b39efcdcd481791f45dc5c Author: Sylvain Munaut tnt@246tNt.com Date: Sun Feb 15 20:15:43 2015 +0100
gr-fosphor: Remove shebang from wx_sink_c.py
Since this is not actually executable, don't need it and it apparently creates some warning when making RPM packages ...
Signed-off-by: Sylvain Munaut tnt@246tNt.com
http://cgit.osmocom.org/gr-fosphor/commit/?id=38c79bca9cc8d91e11f002072b12f6...
commit 38c79bca9cc8d91e11f002072b12f6cb5c86075c Author: Sylvain Munaut tnt@246tNt.com Date: Sun Feb 15 20:14:43 2015 +0100
fosphor/gl: Don't require a glFinish()
Since we always call swap buffer between a call to draw and the next call to process(), we don't need it. In the future, make this an option in case there is some usecase that require it.
Signed-off-by: Sylvain Munaut tnt@246tNt.com
-----------------------------------------------------------------------
Summary of changes: grc/fosphor_glfw_sink_c.xml | 13 +++++ grc/fosphor_qt_sink_c.xml | 12 +++++ grc/fosphor_wx_sink_c.xml | 14 ++++++ lib/CMakeLists.txt | 5 +- lib/fosphor/Makefile | 4 +- lib/fosphor/cl.c | 31 ++++++++++-- lib/fosphor/cl_compat.c | 2 +- lib/fosphor/cl_compat.h | 8 +-- lib/fosphor/cl_platform.h | 2 +- lib/fosphor/gl.c | 10 ++-- lib/fosphor/gl_cmap.c | 4 +- lib/fosphor/gl_cmap.h | 4 +- lib/fosphor/gl_cmap_gen.c | 120 +++++++++++++++++++++++++++++++++++++++----- lib/fosphor/gl_cmap_gen.h | 5 +- lib/fosphor/gl_platform.h | 2 +- lib/fosphor/mkresources.py | 43 ++++++++++------ python/wx_sink_c.py | 1 - 17 files changed, 228 insertions(+), 52 deletions(-)
hooks/post-receive
osmocom-commitlog@lists.osmocom.org