aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-05-22gr-fosphor: Rely on the system-wide FindFreetypeSylvain Munaut3-110/+5
2016-01-25gr-fosphor: Use FindOpenCL from cmake git masterSylvain Munaut3-145/+129
2016-01-25fosphor/cl: Allow to use APIs deprecated in CL >= 1.2Sylvain Munaut1-1/+1
2016-01-25fosphor: Don't redefine gettimeofday in mingw buildSylvain Munaut1-1/+1
2016-01-25fosphor: Use lowercase for WIN32 includesSylvain Munaut3-4/+4
2015-11-21Revert "fosphor/gl_cmap_gen: Add new function to generate GL colormap from a ...Sylvain Munaut3-95/+2
2015-10-25gr-fosphor: Add key bindings to the GRC blocks documentation tabSylvain Munaut3-0/+39
2015-10-25fosphor/cl: Retry context creation without CL/GL sharing if neededSylvain Munaut1-2/+17
2015-10-25fosphor/cl: Don't fail fatally if a platform fails to return devicesSylvain Munaut1-1/+7
2015-10-25fosphor/mkresources: Don't generate string longer than 64kSylvain Munaut1-14/+29
2015-10-25gr-fosphor: Make use of proper cmake commands to copy header in binary dirSylvain Munaut1-2/+3
2015-10-25fosphor/gl_cmap_gen: Remove 'inline' qualifiersSylvain Munaut1-3/+3
2015-10-25fosphor/gl_cmap_gen: Spacing fix in _set_rgba_from_hsvSylvain Munaut1-6/+6
2015-10-25fosphor/cl_compat: Fix goofs with calling conventionSylvain Munaut2-5/+5
2015-10-25fosphor/gl_cmap_gen: Add new function to generate GL colormap from a PNGSylvain Munaut3-2/+95
2015-10-25fosphor/gl_cmap: Add a return value and void* arg to the generate funcSylvain Munaut5-12/+16
2015-10-25fosphor: Fix typo in headers MAXOSX vs MACOSXSylvain Munaut3-4/+4
2015-10-25gr-fosphor: Remove shebang from wx_sink_c.pySylvain Munaut1-1/+0
2015-10-25fosphor/gl: Don't require a glFinish()Sylvain Munaut1-1/+5
2015-04-02gr-fopshor: Add a MANIFEST for CGRANSylvain Munaut1-0/+28
2015-01-20fosphor/cl: Handle invalid (infinite/nan) data better so it recoversSylvain Munaut1-4/+9
2015-01-20fosphor/gl: Use the right cmap when drawing the histogram intensity scaleSylvain Munaut1-1/+1
2015-01-20fosphor/cl: Allow to use APIs deprecated in 2.0 without warningsSylvain Munaut1-0/+1
2015-01-20build: Fix CMake 3.x.x warningsSylvain Munaut1-7/+1
2015-01-19gr-fosphor: Disable the color scale for the main view when zoomedSylvain Munaut1-0/+2
2015-01-19fosphor: Add a color intensity scale on the right sideSylvain Munaut6-6/+50
2015-01-19fosphor/shaders: Use GLSL 1.3 instead of "1.5 compatibility"Sylvain Munaut2-4/+14
2015-01-19fosphor/gl_font: Make sure to set GL_TEXTURE_ENV_MODE properlySylvain Munaut1-0/+2
2015-01-19fosphor/gl: Allow fallback to GL_LUMINANCE32F_ARB internal formatSylvain Munaut1-2/+33
2015-01-19fosphor/gl: Use glTexSubImage2D for texture updateSylvain Munaut1-4/+3
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-09-25gr-fosphor: Fix missing import in wx_sink error processingSylvain Munaut1-0/+1
2014-09-25gr-fosphor: Remove useless .bak fileSylvain Munaut1-1508/+0
2014-08-25gr-fosphor: CMake updatesSylvain Munaut8-160/+381
2014-08-25gr-fosphor: Prevent multiple thread from initializing fosphor in parallellSylvain Munaut2-3/+13
2014-08-25gr-fosphor: Remove an old workaround for a swig bugSylvain Munaut1-24/+0
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