File gr-fosphor.changes of Package gr-fosphor
-------------------------------------------------------------------
Sun Sep 15 22:25:07 UTC 2019 - Stefan BrĂ¼ns <stefan.bruens@rwth-aachen.de>
- Switch to gr38-qt5 branch
- Use Python3
- Complete port to GNU Radio 3.8 final, following
https://wiki.gnuradio.org/index.php/GNU_Radio_3.8_OOT_Module_Porting_Guide
- 0001-Resync-cmake-files-with-ones-from-gr_modtool-3.8.0.0.patch
- 0002-Resync-doxygen-files-with-ones-from-gr_modtool-3.8.0.patch
- 0003-Resync-swig-files-with-ones-from-gr_modtool-3.8.0.0.patch
-------------------------------------------------------------------
Sun Mar 24 18:52:57 UTC 2019 - Wojciech Kazubski <wk@ire.pw.edu.pl>
- Fix build with Boost 1.69
- Specfile cleanup
-------------------------------------------------------------------
Wed Jun 27 18:25:16 UTC 2018 - mardnh@gmx.de
- Add patch:
* gr-fosphor-fix-pthread-linking-issue.patch
+ fix Tumbleweed build issue
- Update patch:
* 0001-Makefile-ignore-compile-warning-for-the-gr-fosphor-t.patch
+ obey CFLAGS for gr-fosphor test-/benchmark program
-------------------------------------------------------------------
Sat Dec 9 12:04:52 UTC 2017 - wk@ire.pw.edu.pl
- improve boost dependency
-------------------------------------------------------------------
Sat Apr 15 19:29:12 UTC 2017 - mardnh@gmx.de
- Specfile cleanup
- Remove patch:
- 0001-Disable-CL_GL-sharing.patch
- 0004-Add-cmake-support-for-the-fosphor-test-app.patch
-------------------------------------------------------------------
Wed Feb 15 10:22:08 UTC 2017 - mardnh@gmx.de
- disable CL_GL sharing since it is broken with the binary Nvidia
drivers on Leap 42.2
-------------------------------------------------------------------
Sat Jun 11 17:56:29 UTC 2016 - mardnh@gmx.de
- Update to version 0.0.0.git1463949262.7b6b996:
* gr-fosphor: Rely on the system-wide FindFreetype
* gr-fosphor: Minor tweaks to FindGLFW3
* gr-fosphor: Improve cleanup path of the worker thread in case of init fail
* gr-fosphor: On WIN32 platform, link and use GLEW to find GL extensions
* fosphor/gl_font: Don't use the format __attribute__ when using MSVC
-------------------------------------------------------------------
Thu Feb 11 23:33:19 UTC 2016 - mardnh@gmx.de
- Update to version 0.0.0.git1453735620.e1eb11b:
+ Revert "fosphor/gl_cmap_gen: Add new function to generate GL colormap from a PNG"
+ fosphor: Use lowercase for WIN32 includes
+ fosphor: Don't redefine gettimeofday in mingw build
+ fosphor/cl: Allow to use APIs deprecated in CL >= 1.2
+ gr-fosphor: Use FindOpenCL from cmake git master
-------------------------------------------------------------------
Tue Oct 27 15:24:51 UTC 2015 - mardnh@gmx.de
- Update to version 0.0.0.git1445805683.4ae2f53:
+ fosphor/gl: Don't require a glFinish()
+ gr-fosphor: Remove shebang from wx_sink_c.py
+ fosphor: Fix typo in headers MAXOSX vs MACOSX
+ fosphor/gl_cmap: Add a return value and void* arg to the generate func
+ fosphor/gl_cmap_gen: Add new function to generate GL colormap from a PNG
+ fosphor/cl_compat: Fix goofs with calling convention
+ fosphor/gl_cmap_gen: Spacing fix in _set_rgba_from_hsv
+ fosphor/gl_cmap_gen: Remove 'inline' qualifiers
+ gr-fosphor: Make use of proper cmake commands to copy header in binary dir
+ fosphor/mkresources: Don't generate string longer than 64k
+ fosphor/cl: Don't fail fatally if a platform fails to return devices
+ fosphor/cl: Retry context creation without CL/GL sharing if needed
+ gr-fosphor: Add key bindings to the GRC blocks documentation tab
-------------------------------------------------------------------
Fri Jul 17 20:52:26 UTC 2015 - mardnh@gmx.de
- Update to version 0.0.0.git1428008380.3fdfe7c:
+ gr-fopshor: Add a MANIFEST for CGRAN
-------------------------------------------------------------------
Tue Jan 20 21:13:16 UTC 2015 - mardnh@gmx.de
- Update to version 0.0.0.git1421787292.985c78f:
+ build: Fix CMake 3.x.x warnings
+ fosphor/cl: Allow to use APIs deprecated in 2.0 without warnings
+ fosphor/gl: Use the right cmap when drawing the histogram intensity scale
+ fosphor/cl: Handle invalid (infinite/nan) data better so it recovers
-------------------------------------------------------------------
Mon Jan 19 23:05:39 UTC 2015 - mardnh@gmx.de
- Update to version 0.0.0.git1421673385.8c9d6a2:
+ fosphor/gl: Use glTexSubImage2D for texture update
+ fosphor/gl: Allow fallback to GL_LUMINANCE32F_ARB internal format
+ fosphor/gl_font: Make sure to set GL_TEXTURE_ENV_MODE properly
+ fosphor/shaders: Use GLSL 1.3 instead of "1.5 compatibility"
+ fosphor: Add a color intensity scale on the right side
+ gr-fosphor: Disable the color scale for the main view when zoomed
-------------------------------------------------------------------
Sun Jan 18 23:32:40 UTC 2015 - mardnh@gmx.de
- Update to version 0.0.0.git1421623438.1169b7e:
+ fosphor: Acquire the GL objects before cleaning buffers in cl_finish
+ fosphor/cl_compat: Blacklist POCL
+ fosphor/cl: Fix overflow when querying local_mem size
+ fosphor/cl: Balance the score of local_mem size a bit more
+ fosphor/cl: Fix warning due to unused var
-------------------------------------------------------------------
Sat Dec 20 14:06:43 UTC 2014 - mardnh@gmx.de
- Update to version 0.0.0.git1416753252.36ce5e7:
+ gr-fosphor/qt: Explicitely set a size policy on the QGLSurface
-------------------------------------------------------------------
Thu Sep 25 22:00:40 UTC 2014 - mardnh@gmx.de
- Update to version 0.0.0+git.1411681585.f16d0ff:
+ gr-fosphor: CMake updates
+ gr-fosphor: Remove useless .bak file
+ gr-fosphor: Fix missing import in wx_sink error processing
+ fosphor/cl: Make sure that all init is done before first render
-------------------------------------------------------------------
Mon Aug 25 19:50:38 UTC 2014 - mardnh@gmx.de
- Update to version 0.0.0+git.1408994432.e2ce8e9:
+ fosphor/cl: Properly set the 'err' variable when cl_load_program fails
+ fosphor/cl: Add missing stdlib.h include to cl_compat.c
+ gr-fosphor: Remove an old workaround for a swig bug
+ gr-fosphor: Prevent multiple thread from initializing fosphor in parallell
- removed patch: fix-compile-for-i586.diff (fixed upstream)
-------------------------------------------------------------------
Sun Aug 10 21:12:59 UTC 2014 - mardnh@gmx.de
- add patch fix-compile-for-i586.diff
-------------------------------------------------------------------
Sun Aug 3 19:13:37 UTC 2014 - mardnh@gmx.de
- Update to version 0.0.0+git.1406234047.9aea19a:
+ fosphor/cl: Increase the length of the 'vendor' field
+ fosphor/cl: Handle CL 1.1 vs 1.2 differently
+ gr-fosphor: Adapt the build to cope with the new CL compat system
+ fosphor/cl: Add compatibility wrappers for more CL 1.2 functions
+ fosphor/gl: Minor comment typo fix
+ fosphor/cl: Separate the buffer creation into separate helper
+ fosphor/cl: Track the current CL state to avoid doing useless stuff
+ fosphor/cl: Pre-clears the various buffers before use
+ fosphor: Allow operation without CL/GL sharing extension
- minor specfile cleanup
-------------------------------------------------------------------
Fri Jul 25 14:52:33 UTC 2014 - mardnh@gmx.de
- update to version 0.0.0+git.1406234046.cc9f988
-------------------------------------------------------------------
Tue Jul 22 19:03:45 UTC 2014 - mardnh@gmx.de
- initial spec
0.0.0+git.1406017000.30dbdbd