5 months ago improved Makefile + small fixes v_0 tip
František Kučera <franta-hg@frantovo.cz> [Tue, 08 Oct 2024 22:24:40 +0200] rev 34
improved Makefile + small fixes
14 months ago xattr: tolerate ENOTSUP (behave like there are no attributes when not supported on given FS) v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 06 Jan 2024 01:04:15 +0100] rev 33
xattr: tolerate ENOTSUP (behave like there are no attributes when not supported on given FS)
15 months ago Added tag v0.1 for changeset 22827574296e v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 02 Jan 2024 17:50:43 +0100] rev 32
Added tag v0.1 for changeset 22827574296e
15 months ago reset texture scale back to 1:1, if xattr is missing v_0 v0.1
František Kučera <franta-hg@frantovo.cz> [Tue, 02 Jan 2024 17:49:23 +0100] rev 31
reset texture scale back to 1:1, if xattr is missing
15 months ago new default texture: horizon v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 30 Dec 2023 01:18:32 +0100] rev 30
new default texture: horizon
15 months ago add Texture::bind() method v_0
František Kučera <franta-hg@frantovo.cz> [Thu, 28 Dec 2023 15:01:13 +0100] rev 29
add Texture::bind() method
15 months ago pass texture xattr 'shader-shark.texture.scale' to the shaders as 'uTextureScale' + update variable locations on each shader reload v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 26 Dec 2023 23:46:45 +0100] rev 28
pass texture xattr 'shader-shark.texture.scale' to the shaders as 'uTextureScale' + update variable locations on each shader reload
15 months ago xattr: list attribute names without the namespace prefix 'user.' v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 26 Dec 2023 15:41:07 +0100] rev 27
xattr: list attribute names without the namespace prefix 'user.'
15 months ago support both decimal and hexadecimal notations for --root-window v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 26 Dec 2023 12:40:20 +0100] rev 26
support both decimal and hexadecimal notations for --root-window
15 months ago set scaling filters according to the texture file extended attributes (xattr: shader-shark.texture.mag-filter = linear | nearest) v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 23 Dec 2023 23:10:41 +0100] rev 25
set scaling filters according to the texture file extended attributes (xattr: shader-shark.texture.mag-filter = linear | nearest)
15 months ago xattr: XAttrs class that read/write/list extended attributes v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 10 Dec 2023 22:23:32 +0100] rev 24
xattr: XAttrs class that read/write/list extended attributes
15 months ago monitor texture and shader file writes using inotify: improved resource management v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 10 Dec 2023 22:20:37 +0100] rev 23
monitor texture and shader file writes using inotify: improved resource management
16 months ago texture magnification filter: linear (blurry) vs. nearest (sharp/pixelatex) v_0
František Kučera <franta-hg@frantovo.cz> [Wed, 06 Dec 2023 22:55:43 +0100] rev 22
texture magnification filter: linear (blurry) vs. nearest (sharp/pixelatex)
16 months ago shaders: dynamic line count derived from the texture resolution v_0
František Kučera <franta-hg@frantovo.cz> [Wed, 06 Dec 2023 22:54:24 +0100] rev 21
shaders: dynamic line count derived from the texture resolution
16 months ago process all X11 event waiting in the queue in the same cycle v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 05 Dec 2023 22:55:25 +0100] rev 20
process all X11 event waiting in the queue in the same cycle avoid so called glitches after continuous key press or X11 tunelled through SSH
16 months ago OOP for Texture v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 04 Dec 2023 21:03:53 +0100] rev 19
OOP for Texture
16 months ago new shader: phosphor-basic.frag v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 03 Dec 2023 19:22:42 +0100] rev 18
new shader: phosphor-basic.frag
16 months ago new shader: scanlines-basic.frag v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 03 Dec 2023 19:22:25 +0100] rev 17
new shader: scanlines-basic.frag
16 months ago new shader: soften-borders.frag v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 03 Dec 2023 17:26:26 +0100] rev 16
new shader: soften-borders.frag
16 months ago transparency/alpha: blending v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 03 Dec 2023 13:13:37 +0100] rev 15
transparency/alpha: blending
16 months ago transparency/alpha: simple binary transparent/opaque, no blending, just discard some fragments v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 03 Dec 2023 12:32:55 +0100] rev 14
transparency/alpha: simple binary transparent/opaque, no blending, just discard some fragments
16 months ago ImageLoader: convert images always to 8-bit depth as expected by Shark.cpp (i.e. 16-bit images can be loaded now) v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 03 Dec 2023 00:57:54 +0100] rev 13
ImageLoader: convert images always to 8-bit depth as expected by Shark.cpp (i.e. 16-bit images can be loaded now)
16 months ago monitor texture and shader file writes using inotify: reload textures v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 03 Dec 2023 00:17:48 +0100] rev 12
monitor texture and shader file writes using inotify: reload textures
16 months ago use default texture and shaders from the $SHADER_SHARK_DATA_DIR directory, if not configured as command line arguments v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 02 Dec 2023 23:11:56 +0100] rev 11
use default texture and shaders from the $SHADER_SHARK_DATA_DIR directory, if not configured as command line arguments
16 months ago private Impl class also for the Shark v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 02 Dec 2023 21:25:02 +0100] rev 10
private Impl class also for the Shark
16 months ago mouse wheel: move camera, not object v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 02 Dec 2023 19:33:31 +0100] rev 9
mouse wheel: move camera, not object
16 months ago monitor texture and shader file writes using inotify: reload shaders v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 02 Dec 2023 15:43:51 +0100] rev 8
monitor texture and shader file writes using inotify: reload shaders
16 months ago monitor texture and shader file writes using inotify: print file events v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 02 Dec 2023 15:02:56 +0100] rev 7
monitor texture and shader file writes using inotify: print file events
16 months ago support custom shaders v_0
František Kučera <franta-hg@frantovo.cz> [Fri, 01 Dec 2023 21:02:02 +0100] rev 6
support custom shaders
16 months ago OOP for Shader and ShaderProgram v_0
František Kučera <franta-hg@frantovo.cz> [Fri, 01 Dec 2023 20:25:49 +0100] rev 5
OOP for Shader and ShaderProgram
(0) -30 tip