aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2015-01-19fosphor/cl: Fix warning due to unused varSylvain Munaut1-1/+0
2015-01-18fosphor/cl: Balance the score of local_mem size a bit moreSylvain Munaut1-1/+1
2015-01-18fosphor/cl: Fix overflow when querying local_mem sizeSylvain Munaut1-4/+2
2015-01-18fosphor/cl_compat: Blacklist POCLSylvain Munaut1-0/+5
2015-01-18fosphor: Acquire the GL objects before cleaning buffers in cl_finishSylvain Munaut1-0/+14
2014-11-23gr-fosphor/qt: Explicitely set a size policy on the QGLSurfaceSylvain Munaut1-0/+1
2014-09-25fosphor/cl: Make sure that all init is done before first renderSylvain Munaut1-2/+9
2014-08-25gr-fosphor: Prevent multiple thread from initializing fosphor in parallellSylvain Munaut2-3/+13
2014-08-25fosphor/cl: Add missing stdlib.h include to cl_compat.cSylvain Munaut1-0/+1
2014-08-25fosphor/cl: Properly set the 'err' variable when cl_load_program failsSylvain Munaut1-3/+8
2014-07-24fosphor: Allow operation without CL/GL sharing extensionSylvain Munaut5-34/+247
2014-07-24fosphor/cl: Pre-clears the various buffers before useSylvain Munaut1-0/+68
2014-07-24fosphor/cl: Track the current CL state to avoid doing useless stuffSylvain Munaut3-12/+51
2014-07-24fosphor/cl: Separate the buffer creation into separate helperSylvain Munaut1-23/+42
2014-07-24fosphor/gl: Minor comment typo fixSylvain Munaut1-1/+1
2014-07-24fosphor/cl: Add compatibility wrappers for more CL 1.2 functionsSylvain Munaut2-0/+184
2014-07-24gr-fosphor: Adapt the build to cope with the new CL compat systemSylvain Munaut1-0/+2
2014-07-24fosphor/cl: Handle CL 1.1 vs 1.2 differentlySylvain Munaut5-12/+225
2014-07-24fosphor/cl: Increase the length of the 'vendor' fieldSylvain Munaut1-1/+1
2014-07-24fosphor/cl: Use the _WIN32 conditional instead of __WIN32__Sylvain Munaut1-1/+1
2014-07-24fosphor/main: Fix the render option initialization sequenceSylvain Munaut1-7/+8
2014-07-24fosphor: Minor doc fix in fosphor.hSylvain Munaut1-1/+1
2014-07-24gr-fosphor: Update year in copyright noticeSylvain Munaut12-12/+12
2014-07-24fosphor: Update year in copyright noticeSylvain Munaut27-27/+27
2014-07-22fosphor: Fix layout routing to avoid half pixel offsetSylvain Munaut1-2/+2
2014-07-22fosphor/gl_cmap_gen: Introduce a helper to set RGBA values from float R,G,BSylvain Munaut1-7/+13
2014-07-22fosphor/cl: Fix wrong length param when fetching CL_PROGRAM_BINARIESSylvain Munaut1-1/+1
2014-07-22gr-fosphor: Export method to retrieve the underying QWidgetSylvain Munaut2-0/+16
2014-07-22gr-fosphor: Add 'SPACE' as a 'freeze' control to pause the processingSylvain Munaut4-4/+18
2014-07-22fosphor/gl: Fix the frequency axis when freq_{start,stop} are usedSylvain Munaut1-5/+28
2014-07-22fosphor: Automatically select the number of division depending on widthSylvain Munaut3-19/+54
2014-07-22fosphor/gl_font: Add a method to compute the total width of a given stringSylvain Munaut2-0/+15
2014-07-22fosphor/axis: Allow variable number of divisionsSylvain Munaut3-4/+5
2014-07-22fosphor/axis: Fix scaling of largest frequencySylvain Munaut1-3/+9
2014-07-22gr-fosphor: Update to fosphor new 'render options' model and add zoomSylvain Munaut4-7/+155
2014-07-22fosphor: Update the test software to showcase the new display functionsSylvain Munaut1-8/+108
2014-07-22fosphor: Add the concept of "channels" which are overlaid on the displaySylvain Munaut2-0/+117
2014-07-22fosphor/cl: Properly release the FFT window memory bufferSylvain Munaut1-0/+3
2014-07-22fosphor: Drawing code overhaul + Introduce 'render options'Sylvain Munaut5-107/+373
2014-07-22fosphor/cl: Fix tex coordinate in bicubic color mapping shaderSylvain Munaut1-0/+1
2014-01-12gr-fosphor: Introduce a new glctx_update call back to refresh contextSylvain Munaut8-6/+40
2013-12-11fosphor/main: Improve the error handling path of the benchmark utilitySylvain Munaut1-8/+26
2013-12-11fosphor/build: Make clean target compatible with BSDKonstanty Bialkowski1-1/+1
2013-12-11fosphor/cl: Prefer AMD/NVidia GPUsSylvain Munaut1-1/+21
2013-12-06gr-fosphor: Add proper dependency tracking in resource_data.c generationSylvain Munaut1-0/+1
2013-11-13fosphor: Fix double free in the init failure caseSylvain Munaut2-0/+6
2013-11-10gr-fosphor: Allow to select custom FFT window from the gr::fft:window listSylvain Munaut2-1/+22
2013-11-10fosphor: Make the FFT window dynamicSylvain Munaut6-22/+80
2013-11-10gr-fosphor/cmake: Switch to the new recommended GnuradioConfigSylvain Munaut1-1/+1
2013-11-10gr-fosphor/lib: Add the new source file "axis.c" to source listSylvain Munaut1-0/+1